How can I access a subversion repository using a local path in Windows?

后端 未结 5 1564
情书的邮戳
情书的邮戳 2021-02-03 18:58

I have CollabNet Subversion server and client installed, running off of Apache that came with it. From the command line on the server, I can easily access the repository using a

5条回答
  •  爱一瞬间的悲伤
    2021-02-03 19:44

    Common mistake. You have to use the file:// pseudo-protocol like this:

    file:///C:/repositories/repository
    

    SVN repository paths have to be URIs.

提交回复
热议问题