开发者

Accessing SVN repository when the server is run in daemon mode

开发者 https://www.devze.com 2023-01-05 21:02 出处:网络
Am running the SVN server in daemon开发者_如何学Go mode using svnserve -d. How can I frame the URL for accessing my repository in this case?Use something like svn://[server-host-name]/[path]

Am running the SVN server in daemon开发者_如何学Go mode using svnserve -d. How can I frame the URL for accessing my repository in this case?


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

More info in this question: SVN URL Format

0

精彩评论

暂无评论...
验证码 换一张
取 消