This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
problem logging into cvs for gcc src download
- From: Michael dot McClosky at reasoning dot com
- To: gcc at gnu dot org
- Date: Wed, 11 Sep 2002 16:58:14 -0700
- Subject: problem logging into cvs for gcc src download
I am trying to get a copy of the libstdc++ source files, identified in
libstdc++.a by running nm.
Using instructions from URL http://gcc.gnu.org/cvs.html#wwwdocs
cvs -d :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc -z 9 co gcc
cvs [checkout aborted]: connect to
subversions.gnu.org(199.232.41.2):2401 failed: Connection timed out
also used :
setenv CVSROOT :pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc
626 copper> echo $CVSROOT
:pserver:anoncvs@subversions.gnu.org:/cvsroot/gcc
627 copper> cvs login
Logging in to :pserver:anoncvs@subversions.gnu.org:2401/cvsroot/gcc
CVS password:
cvs [login aborted]: connect to subversions.gnu.org(199.232.41.2):2401
failed: Connection timed out
630 copper> ping 199.232.41.2
PING 199.232.41.2 (199.232.41.2) from 199.108.177.34 : 56(84) bytes of
data.
64 bytes from 199.232.41.2: icmp_seq=0 ttl=51 time=90.830 msec
64 bytes from 199.232.41.2: icmp_seq=1 ttl=51 time=100.590 msec
64 bytes from 199.232.41.2: icmp_seq=2 ttl=51 time=90.599 msec
64 bytes from 199.232.41.2: icmp_seq=3 ttl=51 time=90.610 msec
--- 199.232.41.2 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max/mdev = 90.599/93.157/100.590/4.297 ms
What am I doing wrong? :=(
Thanks,
Mike McClosky