Subversion
From Briki
Creating a new repository
- sudo svnadmin create /var/lib/svn/repositories/reponame
- sudo svnfixperms
- svn import /var/lib/svn/template svn://localhost/reponame
Authorization failed error
If you're using the svn://... syntax, is svnserve running?