From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10780 invoked by alias); 10 Jan 2002 08:41:30 -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 10657 invoked from network); 10 Jan 2002 08:41:26 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 10 Jan 2002 08:41:26 -0000 Received: from zaretsky ([192.116.55.139]) by frigg.inter.net.il (Mirapoint) with ESMTP id BDU40360; Thu, 10 Jan 2002 10:41:14 +0200 (IST) Date: Thu, 10 Jan 2002 00:41:00 -0000 From: "Eli Zaretskii" To: cgf@redhat.com Message-Id: <2561-Thu10Jan2002103843+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb-patches@sources.redhat.com In-reply-to: <20020109192436.GA7345@redhat.com> (message from Christopher Faylor on Wed, 9 Jan 2002 14:24:36 -0500) Subject: Re: [RFA] "Help" command and completion Reply-to: Eli Zaretskii 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> X-SW-Source: 2002-01/txt/msg00218.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. 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. TIA