Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The subversion client can be configured to access through a proxy.

1. sdfjk2. sfsspecify the proxy to use in the "servers" configuration file in 

2. There are comments in the file explaining what to do. If you don't have this file, get the latest Subversion client and run any command. It will create the configuration directory and template files.Example : Edit the 'servers' file and add something similar to the following:

 

Code Block
[global]
http-proxy-host = your.proxy.name
http-proxy-port = 3128

...