Hello, Hamish Lawson wrote: > It has been decided that the projects in our group's Subversion > repository should be moved from the top level into folders for each > user, so /project1 -> /user1/project1. I adjusted repository_dir > accordingly in my trac.ini and performed a trac-admin resync. Trac can > see the project but not any revisions prior to the reorganisation. > Help? I'm using Trac 0.10.3. >
That can't be done if you use a scoped repository. Current alternatives are: - setup another trac using the /project1 scope, access it using InterTrac links (e.g. legacy:source:/README.txt) - use a non-scoped repository and define an authz policy that allows you to browse only the /project1/user1 and /project1 paths (see the FineGrainedPermissions page in the Trac wiki) -- 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 -~----------~----~----~----~------~----~------~--~---
