解决svn中的属性冲突

发布于 2024-10-28 23:16:04 字数 243 浏览 3 评论 0原文

我从免费的 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 技术交流群。

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

发布评论

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

评论(3

ペ泪落弦音 2024-11-04 23:16:04

您必须给出已解决的命令。

svn resolved .

“。”为当前目录。

You have to given the resolved command.

svn resolved .

"." for the current directory.

泪是无色的血 2024-11-04 23:16:04

找到了。我检查了 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 deleted dir_conflicts.prej and the conflict was already resolved.

青萝楚歌 2024-11-04 23:16:04

我知道已经晚了,但它将帮助其他人

TortoiseSVN 1.9.4 提供一个简单的解决方案。

  • 转到 dir_conflicts.prej 文件所在的文件夹。
  • 右键单击(不要选择任何内容来右键单击)。
  • 选择TortoiseSVN >编辑冲突
  • 工具将打开一个对话框
    • 选择编辑冲突
    • 进行更改并标记为已解决

I know it is late but It will help others

TortoiseSVN 1.9.4 provide a simple solution.

  • Go to the folder where dir_conflicts.prej file is present.
  • Right click (don't select anything to right click).
  • Select TortoiseSVN > Edit Conflict
  • Tool will open a dialog box
    • select edit conflict
    • make changes and mark as resolved
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文