403 Forbidden error using Subversion

后端 未结 14 2625
自闭症患者
自闭症患者 2021-01-03 17:29

I recently upgraded to Subversion 1.5, and now I cannot commit my code to the repository. I get an error message: \"403 Forbidden in response to MKACTIVITY\". I know the upg

14条回答
  •  甜味超标
    2021-01-03 18:19

    Another instance when this issue will rear its head is if you commit a file twice with the same name but with different capitalizations (e.g., foobar and FooBar). This is only possible, of course, on a windows system and may just be a special case of Todd's answer above. One of our developers accidentally did this and it similarly cost us many debugging hours.

提交回复
热议问题