Hi

I just found the quickjump feature which in browse view generates a dropdown
list containing all branches and tags in /branches, /tags

Problem for me is that we have components at root level so I would like to
specify where to search for the branches and tags, like /component1/tags/*
and /component1/branches/*

I did try to google for it, but I really couldn't get any useful hits.

Anyway I just found out where to configure it in trac.ini.

Modify following to fit your structure:

[svn]
branches = /component1/branches/*,component1/trunk
tags = /component1/tags/*

I might as well post this so it will be google'able.

keywords: trac quickjump dropdown list browser view

Cheers / 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to