SVN commit failed: 'xxx' is not under version control

svn commit -m `cat /tmp/sometext`

报错commit failed: 'xxx' is not under  version control

原来是shell命令外面忘记加引号了。。。

svn commit -m "`cat /tmp/sometext`"

顺利提交

转载于:https://www.cnblogs.com/Leo-Forest/archive/2012/07/24/2605951.html

你可能感兴趣的:(SVN commit failed: 'xxx' is not under version control)