ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: [Ethereal-dev] https access to anonsvn.ethereal.com

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Andrew Hood <ajhood@xxxxxxxxx>
Date: Sun, 06 Mar 2005 22:16:32 +1100
Jaap Keuter wrote:
Any chance of https access to the anonsvn repository?
I'm bumping into the firewall here with these problems:

me@host:~/src/ethereal$ svn checkout http://anonsvn.ethereal.com/ethereal/trunk ethereal
svn: REPORT request failed on '/ethereal/!svn/vcc/default'
svn: REPORT of '/ethereal/!svn/vcc/default': 400 Bad Request (http://anonsvn.ethereal.com)

Googling the subject suggested SSL access as an option, but:

me@host:~/src/ethereal$ svn checkout https://anonsvn.ethereal.com/ethereal/trunk ethereal
svn: PROPFIND request failed on '/ethereal/trunk'
svn: PROPFIND of '/ethereal/trunk': Could not create SSL connection through proxy server (https://anonsvn.ethereal.com)

using svn, version 1.1.3 (r12730)
ra_dav handles 'https' schema
/etc/subversion/servers, section [global], http-proxy-host and http-proxy-port are set.
(sidenote: subversion could use the environment variable http_proxy as yet
another source of proxy information)

Another possibility is that there is a proxy in the path and it does not support the required methods. I had to get my ISP to change their squid config to get svn working.

The complete list of required methods is listed in the subversion FAQ.

--
There's no point in being grown up if you can't be childish sometimes.
                -- Dr. Who