SVN 405 Method Not Allowed

前端 未结 11 1352
情书的邮戳
情书的邮戳 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条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-30 12:32

    I encountered the same issue and was able to fix it by:

    1. Copy the folder to another place.
    2. Delete .svn from copied folder
    3. Right click the original folder and select 'SVN Checkout'
    4. If you can't find (3), then your case is different than mine.
    5. See if the directory on the REPO-BROWSER is correct. For my case, this was the cause.
    6. Check out
    7. Get back the files from the copied folder into the original directory.
    8. Commit.

提交回复
热议问题