Hi Sebastian, Unfortunately, your repository does not seem to be a good candidate for the RevtreePlugin. The plugin assumes that a revision cannot span across multiple branches, in other words a revision can contain file addition/deletion/modification in a single branch: a revision element is unique in the generated graph, and is always tied to one branch.
In your repository, [524] matches this requirement: A /phpunit/branches/3.2/PHPUnit/GtkUI/glade/icon.png M /phpunit/branches/3.2/PHPUnit/GtkUI/glade/testrunner.glade but the next revision [525] does not, as it spans across three branches: M /phpunit/branches/3.0/PHPUnit/Framework/ComparisonFailure.php M /phpunit/branches/3.0/PHPUnit/Framework/Constraint.php M /phpunit/branches/3.0/PHPUnit/Framework/ExpectationFailedException.php M /phpunit/branches/3.0/PHPUnit/Framework/SelfDescribing.php M /phpunit/branches/3.1/PHPUnit/Framework/ComparisonFailure.php M /phpunit/branches/3.1/PHPUnit/Framework/Constraint.php M /phpunit/branches/3.1/PHPUnit/Framework/ExpectationFailedException.php M /phpunit/branches/3.1/PHPUnit/Framework/SelfDescribing.php M /phpunit/branches/3.2/PHPUnit/Framework/ComparisonFailure.php M /phpunit/branches/3.2/PHPUnit/Framework/Constraint.php M /phpunit/branches/3.2/PHPUnit/Framework/ExpectationFailedException.php M /phpunit/branches/3.2/PHPUnit/Framework/SelfDescribing.php I thought I had documented this limitation in the revtree plugin page, but I can't find it, I guess it's in the python code. I'll update the doc. The common path for all the revisions in your repository seems to be /phpunit/branches, so the plugin is probably rendering a single branch here. Cheers, Manu On 2/23/07, Sebastian Bergmann <[EMAIL PROTECTED]> wrote: > > On 23 Feb., 01:26, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > > The ouput of "svn log -q -v" containing several revisions for several > > branches would help. Thanks. > > I uploaded it to http://static.phpunit.de/svn-log-qv.txt. > > - /phpunit/branches is the base directory for the branches. > - /phpunit/branches/3.0, /phpunit/branches/3.1, etc. are the > branches. > - There is no /trunk, one of the /phpunit/branches/X branches is > treated as the trunk. > > HTH, > > Sebastian > > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
