开发者

Setting up SVN in Eclipse

开发者 https://www.devze.com 2023-02-20 16:45 出处:网络
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 m开

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 m开发者_运维技巧y drive. Can anybody help?


Get subclipse to add subversion support to eclipse. Then you can checkout from your local subversion server using eclipse's version control / team functionalities.


See this How to use Subversion with Eclipse

Hope it helps.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消