Skip to main content

Disable Subversion Component

Posted in

Use Trac as just an issue-track and Wiki by disabling the SVN component.

If you just want to use Trac as a Wiki and issue tracker, without any version control subsystem, you can disable it that part.

  1. When initializing a project's environment with trac-admin, don't enter anything for the repository directory (i.e. keep the default).
  2. Add the following to project/conf/trac.ini:
    [components]
    trac.versioncontrol.* = disabled