how to check out an svn repository if there’s no http server
February 27th, 2008 by Lawrence David
i’ve got a subversion repository on a server that doesn’t have a configured webserver. consequently, i can’t just point svn to an http:// address. instead, here’s how i checkout my code:
>> svn co svn+ssh://user@server/svn_repository_path/
