Skip to main content.

2007-Oct-24

Setup my second subversion repo:
svnadmin create /path/to/subversion/repos/new-project
And added new group to /etc/group. Then:
chgrp -R subversion2 /path/to/subversion/repos/new-project
chmod -R g-w /path/to/subversion/repos/new-project
chmod -R g+rw /path/to/subversion/repos/new-project/db
chmod -R g+rw /path/to/subversion/repos/new-project/locks