Skip to main content

Posts

Showing posts from January, 2008

Checkout subversion via ssh

Just a quick subversion tip You don't need to install a full Apache with WebDav to have access to your subversion repository over a network. As long as you have ssh access svn can wrap that. Just take a look at the way you would check this out. (This is just one line) localhost: user$ svn co svn+ssh://othermac.local//path_to_subversion_repository/project_name/trunk project_name