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

Ethereal-dev: [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: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Fri, 4 Mar 2005 16:13:13 +0100 (CET)
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)

I can't get at the firewall myself, so can't fix it there :(

Thanx,
Jaap