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

后端 未结 5 1547
情书的邮戳
情书的邮戳 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:21

    Try:

    svn checkout "file:///C|/repositories/repository"
    

    and see if you can see the files inside the repo.

提交回复
热议问题