shridatt
shridatt

Reputation: 1

Setting up SVN in Eclipse

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

Answers (4)

lukastymo
lukastymo

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

Thomas
Thomas

Reputation: 88707

As already mentioned, try Subclipse. Then use "File->Import...->SVN->Checkout Projects from SVN"

Upvotes: 1

ajm
ajm

Reputation: 13203

See this How to use Subversion with Eclipse

Hope it helps.

Upvotes: 1

Janick Bernet
Janick Bernet

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

Related Questions