【发布时间】:2012-06-14 01:42:30
【问题描述】:
我知道这是一个非常菜鸟的问题,但是当我尝试使用以下命令从已经存在的分支(不是主干)创建一个新分支时:
svn copy svn+ssh://svn.example.com/software/branches/branch_name svn+ssh://svn.example.com/software/branches/new_branch_name -m "Message"
我收到以下错误:
svn:在“svn+ssh://svn.example.com/software/branches”中找不到存储库
我反复检查,目录是正确的。我不明白为什么会这样。
【问题讨论】:
-
svn info svn+ssh://svn.example.com/software/branches说什么? -
@malenkiy_scot : 它说同样的话 'svn: No repository found in 'svn+ssh://svn.example.com/software/branches''
-
好的,
svn info svn+ssh://svn.example.com/software呢? -
您确定您使用的是
svn+ssh协议吗? -
同样的错误:svn: No repository found in .....
标签: svn branch branching-and-merging