[Trac] How can I use trac for this?
Christian Boos
cboos at neuf.fr
Wed Apr 5 08:07:46 CDT 2006
Greg Dickie wrote:
> Hi,
>
> Silly question (I should probably check the code) but how does log
> view work in relation to the repository_dir? Can I only see log views
> further out on the tree or can I navigate anywhere in the repository?
>
No, only repository_dir or the directories below repository_dir.
I was thinking about adding a list of paths instead of just a scope.
The config could look like this:
[trac]
repository_dir = /var/svn/project
[svn-/var/svn/project]
include = trunk/libraries trunk/engine tags/engine-* branches/engine
exclude = branches/engine/old
Having configuration sections in the form of [type-name]
is also one step in the direction of multi repository support.
-- Christian
More information about the Trac
mailing list