>>> I would like to work on improving the revision graph feature so
>>> that it includes Merge Line.
>> I think the first thing you would have to do is to find a way to get the
>> required information from the svn library.
> Thanks stefan. I am working on it and will post if I get any good idea.
Any success so far?
One way to get the required information would be to use the information we get from the log. If we see that the path that we are examining has got property changes in a revision, we could get the properties and then specifically check for changes in svn:mergeinfo. Any changes to that propery would translate to a merge operation performed in that revision.
This would make the revision graph even slower, as we would need to fetch all property changes made to a path, but I think it would be a possible solution. Or is there a smoother way to get at this information?
Hans-Emil
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2431478
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-12-18 13:39:15 CET