Sumith wrote: > Dear All, > > QUESTION IN 1 LINE: How to specify 'direct-svn-fs' for repository > type? >
Answer in one line: you can't ;-) > DESCRIPTION: > I have used Trac for couple of months and love it a lot. Generally, we > configure Trac and its SVN repository which works fine. > > Now I have a requirement of sharing a single Trac Wiki with multiple > repositories. By doing this what I am expecting is to "share" > Ticketing System, Wiki Pages while individual project groups having > their own code repository, access control, timeline (for changesets). > > By searching around for couple of days I realized that we can achieve > this by having a 'database' on shared configuration and 'repository- > dir' on project specific configuration. > That's an interesting approach, as it's not really a supported way of running Trac, but it might work. > However, by having this I get "TracError: The 'repository_dir' has > changed, a 'trac-admin resync' operation is needed." every time I swap > the project. By resynchronizing it works back. > > Proper support for multiple repository will only be there in 0.12, in the meantime there's the assumption that to one Trac environment correspond one repository. > Therefore now I want NOT to use database for repository access. In > other works to disable 'caching' for repository access. > > I saw at few places (http://trac.edgewall.org/browser/branches/cboos- > dev/vc-refactoring/trac/versioncontrol/svn_fs.py?rev=2464) that we can > achieve this by specifying repository type as 'direct-svn-fs'. When I > do that it says: TracError: Unsupported version control system "direct- > svn-fs". > > What's the possible solution for me. > That would be a workaround that /might/ work, I've never tried, so you'll be on your own. The 'direct-svn-fs' setting is no longer current, but I can make a patch to re-enable it. Do you need it for trunk or for 0.10 ? -- 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 -~----------~----~----~----~------~----~------~--~---
