From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2009 invoked by alias); 12 Mar 2012 06:23:25 -0000 Received: (qmail 1997 invoked by uid 22791); 12 Mar 2012 06:23:24 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 06:23:09 +0000 Received: by werj55 with SMTP id j55so3612160wer.0 for ; Sun, 11 Mar 2012 23:23:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.139.229 with SMTP id c79mr7707225wej.16.1331533388390; Sun, 11 Mar 2012 23:23:08 -0700 (PDT) Received: by 10.180.78.135 with HTTP; Sun, 11 Mar 2012 23:23:08 -0700 (PDT) In-Reply-To: <878vj9lo0x.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> <878vj9lo0x.fsf@fleche.redhat.com> Date: Mon, 12 Mar 2012 06:23: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 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/msg00385.txt.bz2 I am trying following. linux-ghot:/home/oza/mk_patch/gdb # cvs -d :ext:ozapawandeep@sourceware.org:/cvs/src co gdb ssh: connect to host sourceware.org port 22: Connection timed out cvs [checkout aborted]: end of file from server (consult above messages if any) looks like ssh is returning with some error. would you guide me with the same ? Regards, Oza. On 3/9/12, Tom Tromey wrote: >>>>>> "Oza" == oza Pawandeep writes: > > Oza> 1 ) How do I check out the writable copy ? > Oza> with following ? > > Oza> Read-write CVS (GDB developers only): > Oza> CVS_RSH=ssh ; export CVS_RSH > Oza> cvs -d :ext:YOURACCOUNT@sourceware.org:/cvs/gdb co htdocs > > No, this is for the web pages. > > Oza> 2) what is my acount@sourceware.org ? > > It is the account name you applied for... > > Try > > cvs -d :ext:ozapawandeep@sourceware.org:/cvs/src co gdb > > Oza> 3) I think I need to install cvs client or cvs package on linux ? > > Any cvs client should work. > > Tom >