PDA

View Full Version : How can I use svn to check-out



hoboy
November 27th, 2009, 02:47 PM
I want to check out from
svn checkout http://lbs-postcard.googlecode.com/svn/trunk/ lbs-postcard-read-only
I have installed svn workbench.
I want to check
svn checkout http://lbs-postcard.googlecode.com/svn/trunk/ lbs-postcard-read-only

out.

Zugzwang
November 27th, 2009, 02:49 PM
Solution: Open a terminal, switch to some destination directory & copy&paste the "svn checkout ..." code. Forget about this "workbench" for the time being.

hoboy
November 27th, 2009, 02:59 PM
Solution: Open a terminal, switch to some destination directory & copy&paste the "svn checkout ..." code. Forget about this "workbench" for the time being.

Tks that worked.
I have also install svn plugin on eclipse.