I'm setting up svn on a server and trying to create two repos:/svn/sandbox/svn/prodIn my dav_svn.conf file, I've got:
<Location /svn> DAV svn SVNParentPath /svn</Location>
2/14/2012 4:04:05 AM
Have you tried just 'svn co <server>/sandbox'?
2/14/2012 6:12:54 AM
Have you considered that SVN blows
2/14/2012 7:42:49 AM
^
2/14/2012 8:27:47 AM
Eh, SVN blows compared to what?
2/14/2012 9:44:42 AM
Git, Mercurial, anything
2/14/2012 10:12:36 AM
woah woah woahVisual SourceSafe ∈ anything
2/14/2012 10:30:26 AM
svn co http://<servername>/svn/sandbox
2/14/2012 10:39:33 AM
this looks like a pretty good tl;dr: on setting up mod_dav_svn http://csoft.net/docs/svndav.html.eni use collabnet subversion edge (http://www.open.collab.net/products/subversion/SVNedge.html) at work cause its free and lets you create repos through a web ui instead of needing SSH. I setup ldap auth so i can give it to the other devs so they can create repos if they need. You can also limit repo access via ldap.everything is done through httpd, but subversion edge handles building the configs for you if you dont want to do it yourself.
2/14/2012 10:51:06 AM