From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16879 invoked by alias); 21 Feb 2002 09:23:51 -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 16809 invoked from network); 21 Feb 2002 09:23:49 -0000 Received: from unknown (HELO shell4.bayarea.net) (209.128.82.1) by sources.redhat.com with SMTP; 21 Feb 2002 09:23:49 -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 BAA04427 for ; Thu, 21 Feb 2002 01:23:49 -0800 (envelope-from supermo@bayarea.net) Date: Thu, 21 Feb 2002 01:51:00 -0000 From: Mo DeJong To: sourcenav Subject: Re: New CVS module to checkout. Message-Id: <20020221012244.3c9de5ce.supermo@bayarea.net> In-Reply-To: <20020220161150.3c173398.supermo@bayarea.net> References: <3C7439A5.210890F8@redhat.com> <20020220161150.3c173398.supermo@bayarea.net> 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/msg00093.txt.bz2 On Wed, 20 Feb 2002 16:11:50 -0800 Mo DeJong wrote: > 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: We should really add this info to the download page. Appended is a patch to do just that. Also, I found out that there is a cvsweb viewer that can be used to view the SN code. I included a link to it in the patch. The patch also fixes a couple of other minor little mistaked on the download page. cheers Mo 2002-02-28 Mo DeJong * download.html: Fixup wording so that it does not sound like the most recent release was the "last" release. Don't mention HPUX since we do not provide a binary for it. Describe how to download the latest code via CVS and include cvsweb links for gdb and the snavigator CVSROOTs. --- /tmp/download.html Thu Feb 21 01:16:10 2002 +++ download.html Thu Feb 21 01:06:52 2002 @@ -66,9 +66,9 @@

Downloading Source-NavigatorTM

-

Version 5.0 is the last stable release. You can download +

Version 5.0 is the most recent stable release. You can download source for stable releases. You can also download pre-built - binaries for Solaris, HPUX or Windows.

+ binaries for Solaris or Windows.

Development releases are not guaranteed to be stable; they are snapshots of what the Source-Navigator team is @@ -83,6 +83,33 @@ http://mirrors.rcn.net/pub/sourceware/sourcenav

+ +

+ CVS Access
+ The bleeding edge development version is always available + via CVS. The following instructions assume a C shell and + a CVS command line client. + +

+setenv CVSROOT :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src
+cvs login
+(password is "anoncvs")
+cvs checkout sn-support
+
+setenv CVSROOT :pserver:anoncvs@anoncvs.cygnus.com:/cvs/sourcenav
+cvs login
+(password is "anoncvs")
+cvs checkout snavigator
+         
+ + A cvsweb interface is also available. With it, you can browse the code + that makes up the + sn-support + and + snavigator + modules. +

+