文章分类 -  svn

摘要:1.新建库 svnadmin create /data/svn/code /data/svn/code表示新建库保存目录 2.修改配置 /data/svn/code/conf目录下的配置文件svnserve.conf 找到以下四个配置项把前面的#去掉即可,修改后: anon-access = rea 阅读全文
posted @ 2020-05-29 16:01 微风吹过jy 阅读(162) 评论(0) 推荐(0)
摘要:找到相应的conf/svnserve.conf文件打开 找到anon-access = read, 改成anon-access = none 再看日志就可以了 阅读全文
posted @ 2017-11-10 09:39 微风吹过jy 阅读(2822) 评论(0) 推荐(0)
摘要:更新或上传时,提示locked。解决方法:clean up 阅读全文
posted @ 2016-10-25 14:23 微风吹过jy 阅读(68) 评论(0) 推荐(0)
摘要:今天svn提交, 出现异常: svn cleanup failed–previous operation has not finished; run cleanup if it was interrupted 百度后,大多解决办法: team--> Refresh/Cleanup 会出现异常: SV 阅读全文
posted @ 2015-12-15 14:22 微风吹过jy 阅读(177) 评论(0) 推荐(0)