Difference between revisions of "Subversion"
From Briki
m (1 revision(s)) |
|
(No difference)
|
Revision as of 18:03, 3 November 2007
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?