tags:

views:

17

answers:

1

Am running the SVN server in daemon mode using svnserve -d. How can I frame the URL for accessing my repository in this case?

A: 

Use something like svn://[server-host-name]/[path]

More info in this question: http://stackoverflow.com/questions/174773/svn-url-format

rjmunro