One of the features of subversion + apache2 is the ability to list repositories – natively. SVNParentPath /apps/repos SVNListParentPath on Unfortunately, once you restrict the httpd.conf to individual repositories and start handling permissions separately you lose that. Both of these permissions, set at the top level, at the parent path to the repositories,…
Continue ReadingMonthly Archives: May 2009
svnadmin.pl – manage svn over apache
One of the tedious tasks in repository administration is managing users over repositories. Who has access to what repository and to what degree (read-only, or write). Subversion over apache2 allows a tremendous amount of control, down to individual directories within the repository. (see "Per Directory Access Control" in the subversion book). So far I haven’t…
Continue Reading