Page 1 of 1

Subversion Query

Posted: Wed Oct 16, 2013 6:40 pm
by newt
I'm in the (unfortunate) situation of having to use Windows at the moment. I've decided to use the SynchroSVN client as that means I don't have to deal with Tortoise.

On my Linux machine I can fiddle with proxy settings for subversion by changing the servers file. What would I change in the Synchro SVN client? I have a proxy that I need to use for one particular client and no other.

Thanks in advance

nic

Re: Subversion Query

Posted: Fri Oct 18, 2013 8:51 am
by florin
Hello,

You have two options to set proxy settings for Subversion:
  • you can modify the "servers" file, located in the Subversion configuration directory. For Windows, look into %APP_DATA%/Roaming/Subversion. This will have effect for any Subversion clients you might use.
  • configure proxy settings in Syncro SVN Client: Options > Preferences > Network Connection Settings > Proxy. This will have effect only for Syncro SVN Client.
If you want to set a proxy to be used only when accessing a specific repository and only for that repository, then you must make changes in the "servers" file (you will find all you need explained in that file), because Syncro SVN Client uses the configured proxy for all repositories accessed through HTTP(S) protocol.

Best Regards,
Florin Avram
----------------------
Syncro SVN Client Team