ubuntu下svn安装和使用

安装内容:

1.sudo apt-get install rapidsvn #安装svn

2.sudo apt-get install meld #安装比较工具

使用:

1.添加svn文档库标签

SVN CHECKOUT 出现Error running context: The server unexpected

你搭建的服务器可以使用http访问,但是svn地址需要以SVN开头
比如你访问的http://www.baidu.com
出现以下正常数据
( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) ) 
但是你在SVN客户端填写网址时需要填写svn://www.baidu.com
否则就会报Error running context: The server unexpectedly closed theconnection.

2.签出到本地文件夹

3.添加本地标签后,可以进行提交、更新等操作


4.添加工具。查看->首选项,添加编辑和比较工具

5.其他使用注意事项

*操作标签时要先双击把标签打开,选中后操作目录

*使用sudo rapidsvn打开后输入用户密码后点击左上角x关闭,未点击关闭会导致设置好的标签等没保存

猜你喜欢

转载自blog.csdn.net/weixin_40704661/article/details/80908157
今日推荐