解决svn中的属性冲突
我从免费的 svn 在线书中看到了这一行:
“要解决财产冲突,只需 确保冲突的属性 包含他们应该的价值观, 然后使用 svnresolved 命令 提醒 Subversion 您有 手动解决了问题。”
我的存储库与 svn:ignore 属性发生冲突。我按照冲突生成的 .prej 文件中的说明修复了冲突
如何告诉 SVN 与属性的冲突现已解决?
I saw this line from the free svn online book:
"To resolve property conflicts, simply
ensure that the conflicting properties
contain the values that they should,
and then use the svn resolved command
to alert Subversion that you have
manually resolved the problem."
I had a conflict in my repo with the svn:ignore property. I fixed the conflicts as was said in the .prej file generated by the conflict
How do I tell SVN that the conflict with the property is now resolved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须给出已解决的命令。
“。”为当前目录。
You have to given the resolved command.
"." for the current directory.
找到了。我检查了 dir_conflicts.prej 的内容,这将使我了解冲突。然后,我按照文件中的指定修复了它,并删除了 dir_conflicts.prej,并且冲突已经解决。
Found it. I examined the contents of
dir_conflicts.prej
which will give me an idea of the conflict. I then fixed it as specified in the file and I deleteddir_conflicts.prej
and the conflict was already resolved.我知道已经晚了,但它将帮助其他人
TortoiseSVN 1.9.4 提供一个简单的解决方案。
I know it is late but It will help others
TortoiseSVN 1.9.4 provide a simple solution.