Subversion

From Briki
Revision as of 19:03, 3 November 2007 by Admin (talk | contribs) (1 revision(s))
Jump to: navigation, search

Creating a new repository

  1. sudo svnadmin create /var/lib/svn/repositories/reponame
  2. sudo svnfixperms
  3. svn import /var/lib/svn/template svn://localhost/reponame

Authorization failed error

If you're using the svn://... syntax, is svnserve running?