红联Linux门户
Linux帮助

ubuntu环境下如何解决svn提交出现can't check path '/home/...'

发布时间:2016-07-30 10:17:50来源:linux网站作者:改变自己chenyu
在ubuntu环境下用svn提交代码出现这个错误:
can't check path '/home/...'
 
因为我们提交有限制,我一开始是这样写的:
svn commit -m $  ' noreview [问题单号]:1234
然后报错出现了这个bug。
 
解决办法:
svn commit -m $ ' noreview [问题单号]:1234
记住了 $ ' 中间不能有空格。
 
本文永久更新地址:http://www.linuxdiyf.com/linux/22845.html