views:

578

answers:

3

Alright, this might be a bit of a long shot, but I have having problems getting AnkhSVN to connect from Visual Studio 2005 to an external SVN server. There is a network proxy in the way, but I can't seem to find a way in AnkhSVN to configure the proxy and doesn't seem to be detecting the Internet Explorer proxy configuration. Is there any way to resolve this issue, or will it likely just not work?

+4  A: 

Current version of AnkhSVN does not provide a GUI for proxy settings, but you can hand-edit the servers file (which is a simple .ini) and it should work.

Servers file resides in: C:\Documents and Settings\YOU\Application Data\Subversion (or wherever your APP_DATA is)

Ishmaeel
Thanks, that solved the connection issue
Rob
+5  A: 

You can also use TortoiseSVN for editting the proxy settings.

TortoiseSVN saves the settings in the registry in the common location that all Subversion clients (by default) use.

UPDATE: A proxy settings dialog is now implemented in the AnkhSVN daily builds. It will be available in the next release.

Bert Huijben
A: 

I can't see the settings dialog!