From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17714 invoked by alias); 10 Jan 2002 15:28:41 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17655 invoked from network); 10 Jan 2002 15:28:39 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 10 Jan 2002 15:28:39 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 91E213CC9; Thu, 10 Jan 2002 10:28:35 -0500 (EST) Message-ID: <3C3DB323.4070003@cygnus.com> Date: Thu, 10 Jan 2002 07:28:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Eli Zaretskii Cc: cgf@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [RFA] "Help" command and completion References: <3C3C5F45.BFCF545D@redhat.com> <3C3C8A83.935060A4@redhat.com> <3405-Wed09Jan2002210938+0200-eliz@is.elta.co.il> <20020109142242.A31602@nevyn.them.org> <20020109192436.GA7345@redhat.com> <2561-Thu10Jan2002103843+0200-eliz@is.elta.co.il> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00227.txt.bz2 > Date: Wed, 9 Jan 2002 14:24:36 -0500 >> From: Christopher Faylor >> > >> >Host sources.redhat.com >> > Protocol 1 >> > >> >to .ssh/config may help. > >> >> Sounds like a good suggestion. The only changes I've made to >> sources.redhat.com wrt sourceware.cygnus.com is to bounce email to >> sourceware.cygnus.com. > > > Btw, would it be possible for the GDB Web page to show the CVS > command suitable for developers' access to the CVS repository? Right > now, there's only a command for anon CVS access. Personally I really don't have an opinion. I suspect a link to a more generic page covering src (with links to further CVS info) might be more useful. > I sometimes have to work from weird locations where I don't have shell > scripts ready with all the magic words, like the exact name of the > server or the root of the CVS tree, and my memory is not what it was > 10 years ago... It's annoying to have to ftp to one of my other > accounts and fetch the shell scripts from there, especially if all I > need to do is one simlpe commit. > > For comparison, http://savannah.gnu.org/projects/emacs has clear > instructions for both anon and developer access to the CVS tree, > which helps a lot. Andrew