Access to '/svn/ctm/!svn/me' forbidden When commit to svn server?

后端 未结 4 933
耶瑟儿~
耶瑟儿~ 2020-12-19 01:30

I can check out from the svn server, but i can\'t commit changes. Error messages are shown as follows:

Access to \'/svn/repo/!svn/me\' forbidden

<
4条回答
  •  春和景丽
    2020-12-19 02:20

    I just had the same Problem, and the solution was in the Pathname and Case. I checked some Projects out, and on the checkout I type a single Letter of the path with the wrong case:

    Something like this: - http://svn.enterprise.org/svn/Repo/trunk/... (while I should have typed "repo", and not "Repo").

    I could then make a "svn up" or "svn co" w/o problems. But when commiting (back to "Repo") the apache module, which check if I have write permission only knows the path "repo", and thus the error message.

    My solution was to delete everything and checking out again with the right case in the SVN-URL. (svn switch could also works, the the Typo is far to the right)

提交回复
热议问题