cvs stupid question
andrew clarke
mail at ozzmosis.com
Thu Dec 4 04:59:53 PST 2008
On Wed 2008-12-03 16:31:29 UTC+0100, Wojciech Puchar (wojtek at wojtek.tensor.gdynia.pl) wrote:
> export CVSROOT=freebsdanoncvs at anoncvs.FreeBSD.org:/home/ncvs
> cvs checkout -rRELENG_7 src
>
> waited over an hour, no files got fetched
>
> what i'm doing wrong?
Looks like the server is down:
$ export CVSROOT=freebsdanoncvs at anoncvs.FreeBSD.org:/home/ncvs
$ cvs checkout -rRELENG_7 src
ssh: connect to host anoncvs.FreeBSD.org port 22: Connection refused
cvs [checkout aborted]: end of file from server (consult above messages if any)
This works:
$ export CVSROOT=anoncvs at anoncvs1.FreeBSD.org:/home/ncvs
$ cvs checkout -rRELENG_7 src
The authenticity of host 'anoncvs1.freebsd.org (216.87.78.137)' can't
be established.
DSA key fingerprint is 53:1f:15:a3:72:5c:43:f6:44:0e:6a:e9:bb:f8:01:62.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'anoncvs1.freebsd.org' (DSA) to the list of
known hosts.
cvs checkout: Updating src
U src/COPYRIGHT
U src/LOCKS
U src/MAINTAINERS
U src/Makefile
^Ccvs [checkout aborted]: received interrupt signal
$ Killed by signal 2.
More information about the freebsd-questions
mailing list