Jen wrote: >> Is the repository "scoped"? If yes, that's a known issue (1), but has it >> been present for a long time, I think it's unlikely. >> >> ... >> -- Christian >> >> (1) http://trac.edgewall.org/ticket/2477 >> >> ... > Sorry to have to ask... but what is a "scoped" repository? I Googled > the term and found nothing that tells me what it is. >
Well, not surpisingly, as this is Trac's own terminology ;) It's a subset of the repository, rooted in some path inside the repository. E.g. assuming your svn is located in /srv/svn/repos, Trac can show only what's happening below trunk by using the following setting in your trac.ini: [trac] repository_dir = /srv/svn/repos/trunk -- Christian --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
