Um, I don't remember the exact checkout command line I used, but it was probably something like the instructions on the web page: cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync anyway, how do I update? I tried: [chris@lt2 rsync]$ cvs update -d -P cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401 failed: Connection refused and login gives the same: [chris@lt2 rsync]$ cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login Logging in to :pserver:cvs@pserver.samba.org:2401/cvsroot CVS password: cvs [login aborted]: connect to pserver.samba.org(66.70.73.150):2401 failed: Connection refused What am I doing wrong? -Chris
I don't think it's just you, looks like the pserver process is not running on the server (hence the "connection refused"). I get the same thing from here. On Tue, Jun 15, 2004 at 03:51:14PM -0400, Chris Shoemaker wrote:> > Um, > > I don't remember the exact checkout command line I used, but it was > probably something like the instructions on the web page: > > cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync > > anyway, how do I update? > I tried: > > [chris@lt2 rsync]$ cvs update -d -P > cvs [update aborted]: connect to pserver.samba.org(66.70.73.150):2401 > failed: Connection refused > > > and login gives the same: > > [chris@lt2 rsync]$ cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login > Logging in to :pserver:cvs@pserver.samba.org:2401/cvsroot > CVS password: > cvs [login aborted]: connect to pserver.samba.org(66.70.73.150):2401 > failed: Connection refused > > > What am I doing wrong? > > -Chris > -- > To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync > Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html >
On Tue, Jun 15, 2004 at 03:51:14PM -0400, Chris Shoemaker wrote:> cvs -d :pserver:cvs@pserver.samba.org:/cvsroot rsync > > anyway, how do I update?cd rsync cvs up The server details are remembered inside the CVS dirs, so once you checkout, you don't need to remind cvs where the files came from (you just need to update from inside a cvs-controlled directory).> failed: Connection refusedMust have been a temporary problem since it's now working (I just tested it). ..wayne..