gpt4 book ai didi

linux - 创建颠覆分支

转载 作者:塔克拉玛干 更新时间:2023-11-03 01:54:19 26 4
gpt4 key购买 nike

我在 Ubuntu 上有一个 Subversion 存储库(运行 SVN 1.6.6) Linux 服务器,我正在尝试使用 TortoiseSVN 创建一个分支界面;但是,我收到错误消息:

COPY c:\work\repositoryWorkingcopy\ to http://svnserver/svn/repository/Oct13, Revision HEAD

Error '/svn/repository/!svn/bc/234/branches' path not found

我登录到我的 Linux 机器,看看“branches”文件夹是否不可用。但是,我可以看到/var/svn/repository/branches 存在。

那么,这是什么问题,我该如何解决?

我尝试了以下命令(根据 http://svnbook.red-bean.com/en/1.1/ch04s02.html#svn-ch-4-sect-2.1 )以及命令行并得到了类似的错误:

c:\workingcopy> svn copy http://reposerver/svn/repository/ http://reposerver/svn/repository/branches/BFI_Oct13/ -m "Creating a branch"

svn: '/svn/repository/!svn/bc/235/branches' path not found

我该怎么办?

此外,工作副本主目录中的 svn info 提供以下信息。

Path: .
URL: http://reposerver/svn/myrepository
Repository Root: http://reposerver/svn/myrepository
Repository UUID: 7a31d3c0-b288-4695-aecd-3f9dda2861ab
Revision: 235
Node Kind: directory
Schedule: normal
Last Changed Author: anjan
Last Changed Rev: 235
Last Changed Date: 2010-10-13 20:39:31 +0530 (Wed, 13 Oct 2010)

最佳答案

当你说:

I logged into my Linux box to see if the "branches" folder was NOT available. However, I could see that /var/svn/repository/branches existed.

您是说实际目录存在于文件系统中(这对您绝对没有好处),还是它存在于存储库中?

可能的修复:

$ svn mkdir http://reposerver/svn/repository/branches
$ svn copy http://reposerver/svn/repository/ http://reposerver/svn/repository/branches/BFI_`date +%b%d`/ -m "Creating a branch"

关于linux - 创建颠覆分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3925329/

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