颠覆合并主干 ->分支:无法识别主干更改
我陷入困境。我在 Beanstalk 上使用 SVN 1.5,在 Windows 7 上使用 Tortoise SVN 客户端 1.6.11 x64。
我正在一个分支上进行开发,并且每周至少一次将来自 Trunk 的更改合并到我的分支中。我最近注意到有些事情不起作用,因为主干更改没有进入我的分支。当我尝试进行合并时,Tortoise 表现得好像主干中没有要合并的更改。测试合并显示没有添加或更新文件。
我尝试将我的分支合并回主干,但收到一条消息,说我的分支不是最新的,并告诉我从主干合并一系列修订。
我真的不想用手做这件事。我如何告诉 Tortoise 和/或 SVN 我的分支不是最新的?
I'm in a pickle. I'm using SVN 1.5 at Beanstalk and Tortoise SVN client 1.6.11 x64 on Windows 7.
I'm developing on a branch and have been merging changes from the Trunk into my branch at least once a week. I recently noticed some things weren't working as trunk changes didn't make it into my branch. When I try to do a merge, Tortoise acts as though there are no changes in the trunk to merge. The Test Merge shows no files being added or updated.
I tried to merge my branch back to the trunk, but got a message saying that my branch wasn't up to date and told me to merge a range of revisions from the trunk.
I really don't want to do this by hand. How can I tell Tortoise and/or SVN that my branch is not up to date?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我仍然不知道是什么导致了这种情况的发生,但我确实设法解决了这个问题。相反,我做了一个向后的“将分支重新整合到主干中”。这似乎工作得足够好,但并不完美。
I still don't know what caused this to happen, but I did manage a work around. I instead did a backwards "reintegrate a branch into the trunk". This seemed to work good enough, but not perfect.