This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Subversion and firewalls question
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: sje at cup dot hp dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 18 Oct 2005 18:43:45 -0400
- Subject: Re: Subversion and firewalls question
- References: <200510182231.PAA13312@hpsje.cup.hp.com>
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.