I had a wiki in MoinMoin for sys admin notes and scraps of code and solutions – all the stuff you accumulate to try and not have to solve the same problem over and over from scratch. Moin Moin was flat directory structure coded in python. It’s elegant – but the search function started blowing…
Continue Readingperl
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