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

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

    Usually "not a working copy" means that there's no .svn "magic subdirectory" there.

    You need to do a "checkout" to get a working copy, and not just an "export"

提交回复
热议问题