Reputation: 367
I managed to download the svn plugin for eclipse helios. I then managed to add a new repository to the drive of my choice. However i cannot see how i know add projects i have already created? Can someone tell me how i go about doing this please.
Thanks
Upvotes: 31
Views: 61059
Reputation: 39
Install Tortoise svn, right click on the folder that you want to commit, select svn commit, add the files that you want to commit.
P.S. Before committing just check using repo browser if you are committing to right svn location.
Upvotes: 0
Reputation: 52625
You could also do File -> Import -> SVN -> Checkout projects from SVN...
Upvotes: 3
Reputation: 39055
Something like:
Upvotes: 73