Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

svn

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

Screenshot of the error

To solve this problem, i have searched the internet while there's no userful solution found.

Here is something about my svn server deployed on apache:

  • OS: windows 7 32bits;
  • server: Apache/2.2.22 (Win32) SVN/1.7.8 PHP/5.4.3 mod_wsgi/3.5-BRANCH Python/2.7.3 DAV/2.
like image 711
xinlinqi Avatar asked Apr 03 '13 11:04

xinlinqi


1 Answers

I had this issue quite recently and found two things:

  1. You've run out of space on the drive the repo is on. SVN fails with an access forbidden message then.
  2. There's a permissions problem preventing access, you need to chmod through it.
like image 99
Nicholas Smith Avatar answered Sep 22 '22 12:09

Nicholas Smith