Date: Thu, 4 Dec 2008 23:59:50 +1100 From: andrew clarke <mail@ozzmosis.com> To: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> Cc: freebsd-questions@freebsd.org Subject: Re: cvs stupid question Message-ID: <20081204125950.GA54488@ozzmosis.com> In-Reply-To: <20081203163047.B47567@wojtek.tensor.gdynia.pl> References: <20081203163047.B47567@wojtek.tensor.gdynia.pl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed 2008-12-03 16:31:29 UTC+0100, Wojciech Puchar (wojtek@wojtek.tensor.gdynia.pl) wrote: > export CVSROOT=freebsdanoncvs@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@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@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081204125950.GA54488>