AnkhSVN 合并向导在“完成”时不执行“重新集成分支”操作。

发布于 2024-12-02 07:45:52 字数 235 浏览 0 评论 0原文

尝试从分支合并回主干。这两个项目都是“干净的”。

当我单击合并向导中的最后一个“完成”按钮时,它会稍微搅拌一下(SVN 窗口“正在合并 - 请稍候...”),然后返回到合并向导,底层待定更改窗口中没有任何内容。我可以一遍又一遍地单击“完成”,但看不到任何变化。

我原以为我的分支现在的更改会更新到我的主干 - 或者至少会发生一些事情,但我找不到发生的任何事情。

还有其他地方可以查找我丢失的错误/状态更新吗?

Trying to do a merge from a branch back into the trunk. Both projects are "clean."

When I click the final "Finish" button in the Merge Wizard it churns for a bit (SVN window "Merging - please wait...") and then it goes back to the Merge Wizard without anything in the underlying Pending changes window. I can click finish over and over and see no change.

I was expecting the changes from my branch to now be updates to my trunk - or at least SOMETHING to happen, but I can't find anything that has happened.

Is there somewhere else to look for an error/status update that I'm missing?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

暖阳 2024-12-09 07:45:52

“答案”中列出的错误意味着您应该在重新集成之前将 7-41 从主干合并到分支。您的分支应包含主干中的所有更改,然后才能重新集成它

The error listed in your "answer" means that you should merge 7-41 from trunk to the branch before reintegrating. Your branch should contain all changes from trunk before you can reintegrate it

二货你真萌 2024-12-09 07:45:52

很确定问题是我从来没有正确地分支(大约一年前......现在不知道它是如何下降的)。

我在 Windows 中尝试使用 TortisSVN 进行重新集成操作时收到错误消息。错误是:

Command: Reintegrate merge 
Error: Reintegrate can only be used if revisions 7 through 270 were previously merged   
Error: from   
Error: https://.../trunk   
Error: to the reintegrate source, but this is not the case:  
Error:   .../branches/branchProject  
Error:     Missing ranges: .../trunk:7-41  
Finished!: 

所以我可能会复制代码并进行签入,而不依赖于该分支存在的正确分支/合并历史记录

Pretty sure the problem was that I never correctly branched in the first place (about a year ago... not sure now how it went down).

I was able to get an error message by attempting the reintegration operation with TortisSVN in windows. The error is:

Command: Reintegrate merge 
Error: Reintegrate can only be used if revisions 7 through 270 were previously merged   
Error: from   
Error: https://.../trunk   
Error: to the reintegrate source, but this is not the case:  
Error:   .../branches/branchProject  
Error:     Missing ranges: .../trunk:7-41  
Finished!: 

So I'll probably copy the code and do a checkin and not depend on correct branch/merge history to exist for this branch

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文