SVN Commit failed, access forbidden

后端 未结 9 1254
孤街浪徒
孤街浪徒 2020-11-28 14:36

Recently I am facing problem of commit to SVN. The SVN server I am using is VisualSVN Server 2.5.9 and the client is TortoiseSVN 1.7.12.

At first, one user is having

9条回答
  •  囚心锁ツ
    2020-11-28 14:48

    You can get the "Forbidden" error if your user account lacks access permissions to a repository or repository path; it makes sense to check authorization settings for your user account. Make sure your system administrator hasn't provided you with No Access permission to the repository path.

    If you are sure that permissions are set correctly, then double-check the URL you use. URLs in Apache Subversion are case-sensitive.

    Additionally, I advise you to read articles on authorization in Subversion and VisualSVN Server:

    • SVNBook about path-based authorization.
    • VisualSVN Team's article about path-based authorization. It explains the principles of SVN authorization by comparing it with Windows Access Control.

提交回复
热议问题