From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21262 invoked by alias); 21 Feb 2002 00:12:58 -0000 Mailing-List: contact sourcenav-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: sourcenav-owner@sources.redhat.com Received: (qmail 21197 invoked from network); 21 Feb 2002 00:12:57 -0000 Received: from unknown (HELO shell4.bayarea.net) (209.128.82.1) by sources.redhat.com with SMTP; 21 Feb 2002 00:12:57 -0000 Received: from modrick (209-128-79-218.BAYAREA.NET [209.128.79.218]) by shell4.bayarea.net (8.9.3/8.9.3) with SMTP id QAA01062 for ; Wed, 20 Feb 2002 16:12:56 -0800 (envelope-from supermo@bayarea.net) Date: Wed, 20 Feb 2002 17:51:00 -0000 From: Mo DeJong To: sourcenav Subject: Re: New CVS module to checkout. Message-Id: <20020220161150.3c173398.supermo@bayarea.net> In-Reply-To: <3C7439A5.210890F8@redhat.com> References: <3C7439A5.210890F8@redhat.com> Organization: House of Mirth X-Mailer: Sylpheed version 0.4.99cvs6 (GTK+ 1.2.7; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q1/txt/msg00086.txt.bz2 On Wed, 20 Feb 2002 16:04:53 -0800 Ian Roxborough wrote: > Hi, > > I've added a new module to the sources.redhat.com:/cvs/src > root to make life easier for people checking SN out of CVS. That CVSROOT was not quite right. It should be: setenv CVSROOT :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src cvs login (pass is "anoncvs") cvs co sn-support setenv CVSROOT :pserver:anoncvs@anoncvs.cygnus.com:/cvs/sourcenav cvs login (pass is "anoncvs") cvs co snavigator That worked for me. Mo