From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39754 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: New cvs setup? Date: Tue, 30 Oct 2001 07:03:05 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87pu75w7qr.fsf@lackawana.kippona.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035175414 29618 80.91.224.250 (21 Oct 2002 04:43:34 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:43:34 +0000 (UTC) Return-Path: Original-Received: (qmail 20736 invoked from network); 30 Oct 2001 15:07:10 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 30 Oct 2001 15:07:10 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15yaT1-0007ZR-00; Tue, 30 Oct 2001 09:06:15 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 30 Oct 2001 09:05:54 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA08073 for ; Tue, 30 Oct 2001 09:05:43 -0600 (CST) Original-Received: (qmail 20710 invoked by alias); 30 Oct 2001 15:05:59 -0000 Original-Received: (qmail 20705 invoked from network); 30 Oct 2001 15:05:59 -0000 Original-Received: from smtp.newsguy.com (HELO newsguy.com) (209.155.56.71) by gnus.org with SMTP; 30 Oct 2001 15:05:59 -0000 Original-Received: from reader.local.lan (66.51.210.228.dslextreme.com [66.51.210.228] (may be forged)) by newsguy.com (8.9.1a/8.9.1) with ESMTP id HAA03014 for ; Tue, 30 Oct 2001 07:05:30 -0800 (PST) Original-Received: (from reader@localhost) by reader.local.lan (8.11.6/8.11.6) id f9UF5I019281; Tue, 30 Oct 2001 07:05:18 -0800 X-Authentication-Warning: reader.local.lan: reader set sender to reader@newsguy.com using -f Original-To: ding@gnus.org In-Reply-To: <87pu75w7qr.fsf@lackawana.kippona.com> ((Chris Beggy ) news@kippona.com's message of "Tue, 30 Oct 2001 08:57:32 -0500") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 Original-Lines: 43 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39754 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39754 (Chris Beggy ) news@kippona.com writes: > Harry Putnam writes: > >> Katsumi Yamaoka writes: >> >>> Yes I do. I believe that we have no need to log in for each >>> time. >>> >> >> Sorry Katsumi. I was using the term login to loosely. I really meant >> some method of connecting to the server. Its happening from your >> ~/.cvspass file but none the less a handshake is taking place and info >> is being exchanged. Thats the part I'm not able to do. >> > > So what's in your .cvspass file? Did the gnus entry get blown > away? I'm curious... I don't think it should matter if one uses this: cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot login Can you connect with these commands successfully? cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot login gnus If you get a prompt back with no error then try: cvs -d :pserver:gnus@cvs.gnus.org:/usr/local/cvsroot checkout gnus But in case it does I have this: cat ~/.cvspass :pserver:gnus@quimby.gnus.org:/usr/local/cvsroot AI=bZ :pserver:cvs@bonny.cs.uni-dortmund.de:/services/emacs-rcp/cvsroot A :pserver:cvs@sunsite.auc.dk:/pack/anoncvs Ah