subversion & domain name use
Posted by: nauht
Posted on: 2007-05-24 23:30:00
Hi,
On the wiki, it is suggested that if I wanted to use svn+ssh I should checkout my repo at a url like this:
svn+ssh://{user}@svn.yourdomain.ext/home/{user}/svn/{project}However I want to use something like the following url that's similar to the one I would use if I were to access my svn repo via HTTP:
svn+ssh://{user}@svn.yourdomain.ext/{project}Is the second method possible?