When commiting file web.config I got this error: svn: E195023: Commit failed (details follow): svn: E195023: Changing file 'C:\project\bin\web.config' is forbidden by the server svn: E175013: Access to '/svn/project/trunk/bin/web.config' forbidden
Server is VisualSVN 4.1.3 Community Edition on Windows. Repository has one user and no groups (svn auth is enabled), commiting with TortoiseSVN 1.9.4
I can commit any other files to this Repository (to this folder and to another). I tried to create test.config file, and it is also forbidden, same for web.conf and test.conf, looks like it is forbidden by mask .conf I checked everything that I could, httpd.conf for VisualSVN server, ignore pattern in TortoiseSVN, I even tried to disable antiviral software. There is also IIS on this machine, but VisualSVN server http server is on another port and not using IIS.
What else can I check to resolve this issue?
*.conf*file in any location? Try to commit this file using ``file:///` protocolfile:///path/to/repo/on/FSin order to exclude correlation to server's settings