Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: [Ethereal-dev] SVN 1.0 binaries available

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

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Thu, 4 Mar 2004 11:30:52 +0100
Hi list,

Just to inform you that the SVN 1.0 binaries are available for download.

SVN also supports tunnelling over a HTTP proxy, so that's a neat feature.

Excerpt from the FAQ:
<<<
What if I'm behind a proxy?
---------------------------
The Subversion client can go through a proxy, if you configure it to do so.
First, edit your "servers" configuration file to indicate which proxy to
use. The files location depends on your operating system. On Linux or Unix
it is located in the directory "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden
directory.)
There are comments in the file explaining what to do. If you don't have that
file, get the latest Subversion client and run any command; this will cause
the configuration directory and template files to be created.
>>>

I installed svn with the installer, ran svn once from the command-line and
then looked up %APPDATA%\Subversion\Servers (UNIX line ends, so don't use
notepad.exe) where I added the following for proxy support:

[global]
http-proxy-host = <fully qualified name of my http proxy host>
http-proxy-port = <port of http proxy>
http-compression = yes

That's it!

Regards,

Olivier