From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8535 invoked by alias); 9 Jul 2011 06:46:18 -0000 Received: (qmail 8526 invoked by uid 22791); 9 Jul 2011 06:46:18 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-iy0-f169.google.com (HELO mail-iy0-f169.google.com) (209.85.210.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jul 2011 06:46:02 +0000 Received: by iyl8 with SMTP id 8so2814692iyl.0 for ; Fri, 08 Jul 2011 23:46:01 -0700 (PDT) Received: by 10.42.147.3 with SMTP id l3mr2714927icv.214.1310193961075; Fri, 08 Jul 2011 23:46:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.213.134 with HTTP; Fri, 8 Jul 2011 23:45:41 -0700 (PDT) In-Reply-To: References: From: Mike Frysinger Date: Sat, 09 Jul 2011 06:59:00 -0000 Message-ID: Subject: Re: How do I create a developer account To: Abhijit Halder 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: 2011-07/txt/msg00262.txt.bz2 On Sat, Jul 9, 2011 at 02:40, Abhijit Halder wrote: > I want to contribute features for gdb. Please let me know how I can > create CVS account for code checkin. I am able to checkout code from > read-only CVS. For a read/write CVS access I need an account. Please > help me regarding this. you dont need an account to contribute. anyone can post patches to the gdb-patches mailing list and get things merged. once you've shown significant activity, you'd sign a FSF copyright assignment, get an account, and then get approval access. but unless i've missed something, you havent posted any patches to gdb yet. the process is: - post patches - become known - get account - post more patches - commit things under approval not really the other way around -mike