Source Control
ID #1066
Is Trac secure/private at GeekISP?
Yes and no. Trac is meant to encourage collaboration, and by default we configure Trac so it does not allow anonymous browsing of the source code in your repository. The wiki, milestones, and roadmap, however, are all publically accessible by default.
If you would like to allow anonymous users to use the source browser, you can add that permission on the command line with the following command:
$ sudo -u svn /usr/local/bin/trac-admin /var/trac/tracs/example permission add anonymous BROWSER_VIEW
Please refer to the Trac Permission page for full details on permissions in Trac.
Tags: -
Related entries:
Last update: 2007-10-11 10:10
Author: Dave Steinberg
Revision: 1.0
You can comment on this entry