简体   繁体   中英

Proxy settings in TortoiseSVN and command line svn client

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?

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/username/.subversion/servers
  • CLI Windows (2k, XP) : C:\\Documents and Settings\\username\\Application Data\\Subversion\\servers
  • CLI Windows (Vista/7) : C:\\Users\\username\\AppData\\Roaming\\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)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM