Reputation: 1
I have created a SVN repository using this tutorial https://help.ubuntu.com/community/Subversion. Exactly as per mentioned with two users. Now I want to use Eclipse and add the repository I have on my drive. Can anybody help?
Upvotes: 0
Views: 4295
Reputation: 26799
You should install some SVN plugin to Eclipse (e.g.: Subclipse) then you could add your java project in normal way and you'll see SVN ability
Upvotes: 0
Reputation: 88707
As already mentioned, try Subclipse. Then use "File->Import...->SVN->Checkout Projects from SVN"
Upvotes: 1
Reputation: 21184
Get subclipse to add subversion support to eclipse. Then you can checkout from your local subversion server using eclipse's version control / team functionalities.
Upvotes: 2