Fri, 06 Jan 2006

Disable source browser in Trac

Since I'm not a subversion user particularly (and some of my Trac uses thus far aren't for code anyway), I want to disable the Browser tab in my Trac UI.

Simply add the following to your trac.ini file:

[components]
trac.versioncontrol.* = disable

And then restart tracd (if you're using it).

Ref: The TracIni page in the Trac wiki, the [components] section. Specific LHS for the line comes from the "About Trac" Plugins subpage.



posted at: 20:30 | category: /knowledge/software/trac | permalink