WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Regarding Adding Merge Lines in Revision graph

Re: Regarding Adding Merge Lines in Revision graph

by Hans-Emil Skogh :: Rate this Message:

| View in Thread

Re: Regarding Adding Merge Lines in Revision graph
>>> 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

 « Return to Thread: Regarding Adding Merge Lines in Revision graph