gpt4 book ai didi

svn复制命令

转载 作者:行者123 更新时间:2023-12-01 11:51:31 25 4
gpt4 key购买 nike

我知道这是一个非常菜鸟的问题,但是当我尝试使用命令从已经存在的分支(不是主干)创建一个新分支时:

svn copy svn+ssh://svn.example.com/software/branches/branch_name svn+ssh://svn.example.com/software/branches/new_branch_name  -m "Message"

我收到以下错误:

svn: No repository found in 'svn+ssh://svn.example.com/software/branches'

我检查了一遍又一遍,目录是正确的。我不明白为什么会这样。

最佳答案

啊终于弄清楚了错误...命令应该是:-

svn copy svn+ssh://user@svn.example.com/software/branches/branch_name svn+ssh://user@svn.example.com/software/branches/new_branch_name -m "消息"

我错过了指南中没有给出的用户部分。

它现在工作得很好 :D

关于svn复制命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11013729/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com