An SVN error (200 OK) when checking out from my online repository

后端 未结 14 1072
自闭症患者
自闭症患者 2020-12-01 07:00

I\'m trying to set up my first repository on my host and am getting this error when I use TortoiseSVN to checkout the project:

Error: OPTIONS of \'htt

14条回答
  •  独厮守ぢ
    2020-12-01 07:34

    I had a different problem (and a solution). I do not understand why it happens, but since some of the repository DID checkout, I tried to checkout various content independently.

    I've found that only a JAR file in the root folder was not checked out and attempting to check it out caused the error. Since the file was a duplicate file of a same JAR file, which was in the "target" folder, I just deleted it from the repository via repo-browser (TortoiseSVN) and checked out the project via NetBeans again - finally it finished without the error.

提交回复
热议问题