Closed GoogleCodeExporter closed 9 years ago
This would require fetching the properties of all files shown in the commit
dialog, and then mark those with only svn:merge-info property changes.
Of course those items would still have to be shown in the commit dialog, but
marked differently.
Original comment by tortoisesvn
on 14 Oct 2011 at 9:06
>This would require fetching the properties of all files shown in the commit
dialog
Technically it would require fetching the properties of an object O (file or
directory) only in the following cases:
- O has a property change
- O has a property svn:merge-info (if not, then we know all changed properties
are not svn:merge-info)
- O has a property svn:merge-info that has changed (if not, then we know all
changed properties are not svn:merge-info)
...and it would be nice if "svn diff" had an argument to show which properties
have changed, so maybe that's a valid feature request of the svn client.
Original comment by jmsa...@gmail.com
on 17 Oct 2011 at 2:36
Original comment by tortoisesvn
on 27 Dec 2011 at 9:13
Original comment by tortoisesvn
on 7 Apr 2012 at 12:42
This issue was closed by revision r22765.
Original comment by tortoisesvn
on 7 Apr 2012 at 4:52
This issue was updated by revision r22766.
Original comment by tortoisesvn
on 7 Apr 2012 at 4:53
Original issue reported on code.google.com by
tortoisesvn
on 14 Oct 2011 at 9:05