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
<
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)