From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4566 invoked by alias); 9 Mar 2012 09:30:22 -0000 Received: (qmail 4556 invoked by uid 22791); 9 Mar 2012 09:30:20 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HK_OBFDOM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f41.google.com (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Mar 2012 09:30:08 +0000 Received: by lagz14 with SMTP id z14so1782181lag.0 for ; Fri, 09 Mar 2012 01:30:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.102.8 with SMTP id fk8mr521522lbb.61.1331285406398; Fri, 09 Mar 2012 01:30:06 -0800 (PST) Received: by 10.152.21.201 with HTTP; Fri, 9 Mar 2012 01:30:06 -0800 (PST) In-Reply-To: <87k42vnjfa.fsf@fleche.redhat.com> References: <998639.46560.qm@web112516.mail.gq1.yahoo.com> <4EDAD0EF.20405@codesourcery.com> <4EDC7CF2.1090505@codesourcery.com> <87k42vnjfa.fsf@fleche.redhat.com> Date: Fri, 09 Mar 2012 09:30:00 -0000 Message-ID: Subject: Re: [PATCH] arm reversible : From: oza Pawandeep To: Tom Tromey Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00327.txt.bz2 Hi Tom, 1 ) How do I check out the writable copy ? with following ? Read-write CVS (GDB developers only): CVS_RSH=3Dssh ; export CVS_RSH cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/gdb co htdocs 2) what is my acount@sourceware.org ? 3) I think I need to install cvs client or cvs package on linux ? Regards, Oza. On Thu, Mar 8, 2012 at 10:01 PM, Tom Tromey wrote: >>>>>> "Oza" =3D=3D oza Pawandeep writes: > > Oza> I am afraid as my mails are reaching to you or not, so including > Oza> patch mailing list. =A0I am waiting for the instructions for > Oza> write-after-approval. =A0please do the needful. > > Sorry, they got buried in the flood and I then forgot. > > Your sourceware account seems to be ready. > So what you must do is: > > 1. Check out a writeable copy of gdb from CVS > > 2. Edit gdb/MAINTAINERS to add yourself to the write-after-approval > =A0 section. =A0Write a ChangeLog entry for this change. =A0Then post the > =A0 resulting patch as an "FYI" to gdb-patches and commit it. > > 3. Apply your approved patch and check it in. > > In both cases use the ChangeLog entry as the commit message. > > Tom