gpt4 book ai didi

svn - 颠覆: best way of moving changes from a branch to another

转载 作者:行者123 更新时间:2023-12-02 09:02:04 24 4
gpt4 key购买 nike

我有两个分支:X 和 Y。我想将 Y 的子目录 (y1) 替换为 X (x1) 中的等效子目录。

目前,我执行以下操作:将 x1 复制到 Y,删除 y1,将 x1 重命名(移动)到 y1:

a) svn copy https://path/to/branches/X/x1 https://path/to/branches/Y/
b) svn delete https://path/to/branches/Y/y1
c) svn move https://path/to/branches/Y/x1 https://path/to/branches/Y/y1

我觉得很丑...

我怎样才能以更聪明的方式做到这一点?

最佳答案

如果你确实想替换目录,可以通过两个操作来完成:

svn delete https://path/to/branches/Y/y1
svn copy https://path/to/branches/X/x1 https://path/to/branches/Y/y1

如果 Y/y1 实际上已经是 X/y1 的旧副本,则不应始终替换它,而应合并自上次合并以来的所有更改。

关于svn - 颠覆: best way of moving changes from a branch to another,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/374025/

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