Reputation: 21
Installed VisualSVN Server (updated to newest version today) on one of our servers and everything worked fine.
Our IT department did an security check and found some weak ciphers, not secure port etc; I fixed these problems and the server got a new IP address and moved to live system.
SVN error:
Commit failed (details follow):
Changing file 'D:\Test\Test.txt' is forbidden by the server
Access to '/svn/Test/Test.txt' forbidden
Thanks for your help!
Things I tried so far:
Upvotes: 0
Views: 562
Reputation: 21
For some reason httpd-custom.conf wasn't empty...
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^(HEAD)
RewriteRule .*$ - [F,L]
...which caused the problem. I have no clue what bastard put it in there - will track that later. Anyway - working fine now!
Upvotes: 1