Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#6122 closed defect (worksforme)

Single SVN Repository with Multi trac installation

Reported by: syncer@… Owned by: Christian Boos
Priority: normal Milestone:
Component: version control Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi, I have a single SVN repository with sub projects, I can't point the trac browser to browse a single sub directory from my repository. is this supported and I missed something if not, It would be nice that SVN browser support point to sub directory.

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 16 years ago

Milestone: 0.11

Have you follow the syntax for scoped repositories as defined here: TracEnvironment#SourceCodeRepository ?

BTW, questions about supported features and installation would better be addressed to the MailingList.

in reply to:  description comment:2 by Christian Bøtker Høj <christianhoj@…>, 16 years ago

Replying to syncer@gmail.com:

Hi, I have a single SVN repository with sub projects, I can't point the trac browser to browse a single sub directory from my repository. is this supported and I missed something if not, It would be nice that SVN browser support point to sub directory.

Hi!

If you set up several Trac environments as pointed out by eblot you can start a single instance of Trac which have access to the different parts of your Subversion repository like this:

prompt> tracd —port 9000 /path/to/trac/environment_1 /path/to/trac/environment_2 /path/to/trac/environment_3

and so on…

Browsing localhost:9000 will then give you a list of available Trac environments – or you can go to e.g. localhost:9000/environment_2 directly.

Hope this helps!

comment:3 by hyuga <hyugaricdeau@…>, 16 years ago

Resolution: worksforme
Status: newclosed

Yeah, this functionality is already supported.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christian Boos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christian Boos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.