如果我这样做了
svn属性集svn:外部变量'https://url.to.remote.branch‘。
svn:分析'.‘:'https://url.to.remote.branch’上的svn:externals属性时出错
如果我这样做了
svn propedit svn:外部变量'https://url.to.remote.branch‘。
::vi -回车消息::
svn:分析'https://url.to.remote.branch':'message‘上的svn:externals属性时出错
有什么想法吗?我还没能在谷歌上找到这个问题发生在‘’上的实例。
发布于 2012-08-07 02:01:27
svn propset svn:外部'branch-dir url.to.remote.branch';
https://stackoverflow.com/questions/10388615
复制相似问题