Ubuntu下使用SVN

1、安装SVN。

      Ubuntu下的SVN安装十分简单,sudo apt-get install subversion

2、检出文件(checkout): svn co 你的url

3、提交文件(commit): svn commit -m

4、更新文件(update):  svn update

5、查看日志(log) :  svn log

6、为Eclipse配置SVN。


猜你喜欢

转载自blog.csdn.net/gl775307284/article/details/44648619