SVN subversive configuration
I installed subversive plugins and JavaHL connector in my eclipse, is there any required instal开发者_Python百科lation else?
I am running in Ubuntu, If i want to be SVN server, I should install SVN in ubuntu for creating repository?
RGDS
To create a new repository enter:
mkdir /home/user/myrepo/
svnadmin create /home/user/myrepo/
Ubuntu might tell you to install the subversion package:
sudo apt-get install subversion
One example and a few more...
精彩评论