开发者

SVN subversive configuration

开发者 https://www.devze.com 2023-03-08 09:29 出处:网络
I installed subversive plugins and JavaHL connector in my eclipse, is there any required instal开发者_Python百科lation else?

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...

0

精彩评论

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