SVN Commit failed, access forbidden

后端 未结 9 1233
孤街浪徒
孤街浪徒 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

    I was unable to commit csharp-files (*.cs). In the end the problem was that at some point i installed mod_mono, which made the *.cs-files inaccessible, through its configuration. So it may well be an apache-configuration issue, if only some sort of files are not accessible.

    grep ".cs" /etc/apache2/mods-enabled/*
    ...
    mod_mono_auto.conf:AddType application/x-asp-net .cs
    ...
    

提交回复
热议问题