Is there a way to filter out property-only changes in the TortoiseSVN log?

十年热恋 提交于 2019-12-10 18:51:25

问题


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.

Is there a way to filter out property-only changes in the TortoiseSVN log?


回答1:


  1. Pull up the log
  2. Select the two revisions you want to compare
  3. Right-click and select “Compare revisions”

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.



来源:https://stackoverflow.com/questions/1411992/is-there-a-way-to-filter-out-property-only-changes-in-the-tortoisesvn-log

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!