wiki:Subversion

Version 1 (modified by anonymous, 15 years ago) (diff)

--

General

To be documented later.

Setting up access rights

Setting up a new repository. I currently create a new group for each repository and assign users to the group if they need read/write access.

1) cd /var/svn
2) mkdir foorepo
3) svnadmin create foorepo
4) chmod -R 770 foorepo
5) chmod -R g+s foorepo/db
6) chgrp -R svn-foorepo foorepo
(svn-foorepo is the group name that I created in /etc/group to hold the svn users)