Technical information on this site may be out of date : no updates since 2015

Configure Squid proxy server for subversion access

June 24 2008 : posted under linux programming

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 :-)