Configure Squid proxy server for subversion access
To configure the Squid proxy server to work for subversion access you will need to tell it to recognise some non-standard methods.
Add the following to squid.conf
extension_methods MKACTIVITY CHECKOUT REPORT MERGE
Without these settings I could browse the repository - but I couldn’t commit to it. Now commit works too :-)