Posted in
If you just want to use Trac as a Wiki and issue tracker, without any version control subsystem, you can disable it that part.
- When initializing a project's environment with trac-admin, don't enter anything for the repository directory (i.e. keep the default).
- Add the following to project/conf/trac.ini:
[components]
trac.versioncontrol.* = disabled
- Login to post comments