views:

158

answers:

1

It seems to me that if I enable proxy server in TortoiseSVN then pure command line svn client also starts work via proxy server.
Is it correct?
If yes - where TortoiseSVN stores this setting?

+1  A: 

The settings are store here, depending on your OS:

The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to configure proxy settings:

  • CLI Unix/Linux : /home//.subversion/servers
  • CLI Windows: C:\Documents and Settings\\Application Data\Subversion\servers
  • Eclipse: Window > Preferences > General > Network Connections
  • IE (6/7): Tools > Options > Advanced Network > Connection Settings
  • Firefox: Tools > Internet Options > Connections tab > LAN Settings
  • TortoiseSVN: Windows Explorer > File > TortoiseSVN > Settings > Network (by default, TSVN uses system proxy settings)
zenWeasel