tags:

views:

151

answers:

1

I'm working behind a proxy, and now I'm trying to mirror a remote subversion repository, then got "could not connect to server" error with the "svn mirror" command.

I found the following on svk faq page:

"Currently svk doesn't have its own configuration file. however it loads the one that subversion uses, which should be ~/.subversion/servers. It will be created after the first time you run svn"

BUT I just used the tortosiSVN as my svn client, and there is no "/.subversion/servers" in my user dir.

How can I setup the proxy configuration in my situation?

A: 

Create the file manually. See this page.

Aaron Digulla