On Jan 8, 2008 4:53 PM, Peter Stuge peter@stuge.se wrote:
On Tue, Jan 08, 2008 at 05:38:55PM -0500, Marc Karasek wrote:
If you do a svn co svn:// it tries to do a dns lookup, which fails behind a proxy server :-(. I have not been able to find any info on setting svn up to use a proxy when doing svn:// type checkouts.
svn:// is a plain TCP connection. Is it a SOCKS proxy? An HTTP proxy of course may not be able to help.
svn co svn://80.190.231.112/... ? It's an ugly hack, but will it work?
-dhbarr.