SVN 是否支持合并到稀疏结帐中?
我正在尝试将一个分支合并到稀疏签出中(我在分支中触及的所有文件都包含在签出中),但出现以下错误:
无法重新集成到不完全无限深度的工作副本
这意味着我认为的意思吗?您必须进行完全递归的结帐才能合并到?
I'm trying to merge a branch into a sparse checkout (all the files I touched in the branch are included in the checkout) and I'm getting the following error:
Cannot reintegrate into a working copy not entirely at infinite depth
Does this mean what I think it means? That you have to have a fully recursive checkout in order to merge into?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只是为任何偶然发现此问题的人提供的更新(就像我一样)...
SVN 1.7 现在支持此功能。我还没有尝试重新整合,但合并一系列修订似乎效果很好。
TortoiseSVN 1.7 还具有一些用于稀疏结账的出色功能。
Just an update for anybody that stumbles across this (like I did)...
SVN 1.7 now supports this functionality. I haven't tried to reintegrate yet but merging a range of revisions seems to work well.
TortoiseSVN 1.7 also has some nice features for working with sparse checkouts.
合并到完整结帐是有效的,这是轶事证据表明您无法合并到稀疏结帐。
Merging into a full checkout worked, this is anecdotal evidence that you cannot merge into a sparse checkout.