On Tue, 2005-10-18 at 15:31 -0700, Steve Ellcey wrote: > Anyone have advice on how to get subversion working through a corporate > firewall. > > Currently I get: > > | /usr/local/bin/svn co svn+ssh://gcc.gnu.org:/svn/gcc/trunk > | ssh: gcc.gnu.org:: no address associated with hostname. > | svn: Connection closed unexpectedly
This one might easy. You added a : at the end of gcc.gnu.org :) try /usr/local/bin/svn co svn+ssh://gcc.gnu.org/svn/gcc/trunk see if that helps at all. If you want to disable subversion's shared libs, and get a static binary out of the cmdline (which should be okay for sockisfication), configure subversion with --disable-shared. that *should* work.