On 3 Mar, 17:22, "Emmanuel Blot" <[EMAIL PROTECTED]> wrote: > The two following regex works fine with your repository: > branch_re = > ^(?P<branch>[^/]+/(?:(?:tags|branches)/[^/]+|trunk))(?:/(?P<path>.*))?$ > branch_re = > ^(?P<branch>[^/]+/(?:branches/[^/]+|trunk|tags))(?:/(?P<path>.*))?$
Thank you, I tested both and they render a treeview output and I think I like the first the most. > The first regex shows all the branches, but it can generates widerevtreeas > each "tagged" release appears in a dedicated branch. If you > have a lot of 'tags' in the selected time range, you'll end up with a > widerevtree. Yes, but I have choosen this type of SVN layout, so I will have to kick myself for it ;) > I don't use the tags/ directory, but I guess it would be nice to > enhance therevtreeso that single revision branches such as 'tag' > branches are better rendered... As the SVN handbook suggests to create a similar layout (except for different products in root), the tree should perhaps show the tags by default? /trunk /tags /branches > I found a stupid bug in the RevtreePlugin that I've fixed for 0.11 (v0.5.0.1). > I've back ported the fix in the version for 0.10 (v0.4.7.1), but I've > not tested it so it may fails. Let me know. Without this fix, you > won't be able to use theRevtreeplugin with your repository. I updated to the latest SVN version, but Im having some problems with selecting a branch in the fitlering. Pls, go to http://xbmc.ramfelt.se/revtree, and select "trunk" in the branch filter and press update. Then I get a "Selected filters cannot render a revision tree", and I assume it is an error? But as I use a few trac plugins, and the trac mainnav is getting bloated, I wonder if it could be possible (through a property) to add the "Revtree" link to the ctxmenu for "Browse source" under the mainnav? Cheers for your help! //Erik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
