有没有办法过滤掉 TortoiseSVN 日志中的仅属性更改?
问题描述:
SVN 的 mergeinfo 功能非常有用,但是当文件上所有更改的都是 svn 属性时,它会在修订日志中放置一个日志条目,这是我们通常不希望看到的.
The mergeinfo feature of SVN is really useful, but it puts a log entry in the revision log when all that's been changed on a file are svn properties, which we typically don't want to see.
有没有办法过滤掉 TortoiseSVN 日志中的仅属性更改?
Is there a way to filter out property-only changes in the TortoiseSVN log?
答
- 拉起日志
- 选择要比较的两个修订版
- 右键单击并选择比较修订"
在操作"列中输入正常"的任何内容都只有属性更改.您可以对此列进行排序并忽略所有这些项目.但是你不能阻止他们出现.
Anything with an entry of "Normal" in the "Action" column had property-only changes. You can sort on this column and disregard all of those items. You can’t prevent them from showing up though.