This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

proxy and subversion : allow REPORT

Hi,

Somebody can tell me how can I setup the trasparent proxy to allow REPORT. I need it to avoid the error 
svn: REPORT request failed on '/svn/!svn/vcc/default'
svn: REPORT of '/svn/!svn/vcc/default': 400 Bad Request
when check out repository.

Kim


This thread was automatically locked due to age.
  • If Squid supports that, you can add it to the squid.conf-default file.
    (in /var/chroot-squid/etc/)

    Keep a backup as it may be overwritten by up2date.

    I think what you want is documented here.

    Barry
  • Thanks. that what i needed.
    By adding the following in the config : /var/chroot-squid/etc/squid.conf

    # SVN extra setting
    # -----------------------------------------------------------------------------
    extension_methods REPORT MERGE MKACTIVITY CHECKOUT

    i got all the functionality of subversion working behind the cache.
    It would be nice to have an option in the webadmin ... since if i change something there my "manual" setting are overwritten.

    Kim
  • use squid.conf-default!

    Your changes are very likely to be overwritten otherwise!