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

后端 未结 4 935
耶瑟儿~
耶瑟儿~ 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:11

    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.

提交回复
热议问题