User Tools

Site Tools


archive:trac_svn

This is an old revision of the document!




For a list of trac repos: https://acm.cs.uic.edu/trac/

for a list of svn repos: https://acm.cs.uic.edu/svn/

your credentials are standard AD credentials

Creating a new project

for sysadmins:

svnadmin create --fs-type fsfs /var/svn/repos/$PROJECT
trac-admin /path/to/$PROJECT initenv
trac-admin /var/lib/trac/$PROJECT permission add hef TRAC_ADMIN

/var/lib/trac/$PROJECT/conf/trac.ini

[trac]
authz_file = /var/svn/conf/SVNAccessFile
autgz_module_name = $PROJECT

Future stuff

trac respects AuthzSVNAccessFile but does not manage it… yet.

So I beat around for a while and found this ticket: http://trac.edgewall.org/ticket/5257 Maybe someday sakkos and I will actually write that plugin.

archive/trac_svn.1242330465.txt.gz · Last modified: 2021/05/02 21:36 (external edit)