subversion的插入符号(存储库相对路径)会导致错误

时间:2014-10-17 08:43:24

标签: svn

从Subversion 1.5切换到1.8,我想对^符号感到满意,但我无法使其工作。例如,

svn list ^

导致错误消息

svn: warning: W155010: The node '/cygdrive/c/playground/dvp/Kernel/^' was not found.
svn: E200009: Could not list all targets because some targets don't exist

使用网址表单时

svn list svn://cmtcd040192/trunk/dvp

工作正常。我做错了什么?

1 个答案:

答案 0 :(得分:0)

我错过了最后的斜线:

svn list ^/

作品!

相关问题