Last modified 7 months ago
Last modified on Oct 18, 2011 4:21:47 PM
Repository Types
This documents the available repository_type values as provided by Trac or plugins for different repository software, such as Mercurial or Bazaar.
Mercurial/Hg
| hg | The repository_type for Mercurial repositories. |
Subversion/SVN
| direct-svnfs | The Subversion repository is approached with caching disabled (sometimes useful for testing) |
| svn | The Subversion repository is approached with caching enabled. This should be the preferred setting. |
| svnfs | Synonym for svn |
Bazaar/bzr
| bzr | Don't forget to add: [components] tracbzr.* = enabled in <your-project>/conf/trac.ini |


