SVN 405 Method Not Allowed

前端 未结 11 1373
情书的邮戳
情书的邮戳 2021-01-30 12:30

I accidentally deleted a folder in SVN and added it back immediately. I ran into an issue with this and my solution ended up removing the folder completely from my local copy as

11条回答
  •  猫巷女王i
    2021-01-30 12:52

    The currently added directory is already committed in the repository. So delete the directory in the repository and commit the same directory again.

提交回复
热议问题