合并分支后提交主干时出错。如何解决?
我收到以下颠覆错误:
Subversion does not allow to commit this combination of files and directories at once.
Directory deletes must be recursive and this would commit other files:
Deleted directory:
D:\mm32.net\Trunk\MyApp.Web\App_Themes\Factsheet_print\Images\Risk
Directory to commit:
D:\mm32.net\Trunk
Not to commit:
D:\mm32.net\Trunk\MyApp.Web\App_Themes\Factsheet_offline\Images\Risk\Very-High-Risk.jpg
我有一个分支,我删除了很多多余的东西。然后我将主干合并到该分支中。一切都很好,所以我承诺了。然后我将该分支合并到主干中。当我现在尝试提交 Trunk 时,它给了我错误。
有人可以指出如何解决这个问题吗?谢谢
I'm getting the following subversion error:
Subversion does not allow to commit this combination of files and directories at once.
Directory deletes must be recursive and this would commit other files:
Deleted directory:
D:\mm32.net\Trunk\MyApp.Web\App_Themes\Factsheet_print\Images\Risk
Directory to commit:
D:\mm32.net\Trunk
Not to commit:
D:\mm32.net\Trunk\MyApp.Web\App_Themes\Factsheet_offline\Images\Risk\Very-High-Risk.jpg
I had a branch where I deleted loads of stuff that was redundant. I then merged trunk into that branch. Everything was fine, so I committed. Then I merged that Branch into Trunk. When I’m trying to commit Trunk now it’s giving me the error.
Can somebody point out how to resolve this? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我用 Tortoise SVN 做到了,它成功了......
I did it with Tortoise SVN and it worked...