Svn for admins
From OctopusWiki
[edit]
Migration from cvs to svn
cvs2svn --dump-only --dumpfile dumpfile /path/to/cvs/module svnadmin create /path/to/svn svnadmin load /path/to/svn < dumpfile chown -Rh apache:<commit group> /path/to/svn chmod -R g+w /path/to/svn
[edit]
Notes
- The commit group is only required for svn+ssh access.
- Similar for the chmod operation

