Am running the SVN server in daemon mode using svnserve -d
. How can I frame the URL for accessing my repository in this case?
views:
17answers:
1
A:
Use something like svn://[server-host-name]/[path]
More info in this question: http://stackoverflow.com/questions/174773/svn-url-format
rjmunro
2010-07-01 09:57:08