From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56069 invoked by alias); 15 May 2015 07:11:21 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 56058 invoked by uid 89); 15 May 2015 07:11:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f45.google.com Received: from mail-qg0-f45.google.com (HELO mail-qg0-f45.google.com) (209.85.192.45) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 15 May 2015 07:11:18 +0000 Received: by qgfa7 with SMTP id a7so166934qgf.1 for ; Fri, 15 May 2015 00:11:16 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.140.151.212 with SMTP id 203mr11413075qhx.8.1431673876654; Fri, 15 May 2015 00:11:16 -0700 (PDT) Received: by 10.229.215.4 with HTTP; Fri, 15 May 2015 00:11:16 -0700 (PDT) In-Reply-To: References: Date: Fri, 15 May 2015 07:11:00 -0000 Message-ID: Subject: Re: Write after approval access to GCC SVN From: Iain Buclaw To: Ian Lance Taylor Cc: overseers@gcc.gnu.org, Jeff Law Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-q2/txt/msg00030.txt.bz2 On 15 May 2015 at 06:49, Ian Lance Taylor wrote: > Iain Buclaw writes: > >> I'd like to request write after approval access to the GCC SVN >> repository. I already have an account on sourceware.org with GDB. My >> login should be ibuclaw@sourceware.org. > > Done. > > Ian Thanks Ian, I assume, like in GDB, adding myself to MAINTAINERS just requires a cursory post to gcc-patches and can be committed prior without approval. Just one question though, is using git-svn a trusted way of pushing in new commits? https://gcc.gnu.org/wiki/GitMirror Iain.