AnkhSVN cannot connect due to proxy

Well, that might be a bit of a long shot, but I'm having trouble connecting AnkhSVN from Visual Studio 2005 to an external SVN server. There is a network proxy along this path, but I cannot find a way in AnkhSVN to configure the proxy server and does not seem to detect Internet Explorer proxy configuration. Is there a way to solve this problem, or is it probably just not going to work?

+6
svn visual-studio proxy visual-studio-2005 ankhsvn
source share
2 answers

You can also use TortoiseSVN to edit proxy settings.

TortoiseSVN saves the settings in the registry in a shared folder that all Subversion clients use (by default).

UPDATE. The proxy settings dialog is now implemented in daily AnkhSVN builds. It will be available in a future release.

+5
source share

The current version of AnkhSVN does not provide a graphical interface for proxy server settings, but you can manually edit the server file (which is a simple .ini) and it should work.

The server file is located in: C: \ Documents and Settings \ YOU \ Application Data \ Subversion (or wherever you are APP_DATA)

+5
source share

All Articles