From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84927 invoked by alias); 22 Oct 2015 21:19:55 -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 84919 invoked by uid 89); 22 Oct 2015 21:19:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 X-HELO: e39.co.us.ibm.com Received: from e39.co.us.ibm.com (HELO e39.co.us.ibm.com) (32.97.110.160) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Thu, 22 Oct 2015 21:19:54 +0000 Received: from localhost by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 22 Oct 2015 15:19:53 -0600 Received: from d01dlp02.pok.ibm.com (9.56.250.167) by e39.co.us.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 22 Oct 2015 15:19:51 -0600 X-IBM-Helo: d01dlp02.pok.ibm.com X-IBM-MailFrom: kdnilsen@linux.vnet.ibm.com X-IBM-RcptTo: overseers@sourceware.org Received: from b01cxnp22036.gho.pok.ibm.com (b01cxnp22036.gho.pok.ibm.com [9.57.198.26]) by d01dlp02.pok.ibm.com (Postfix) with ESMTP id 3A0D16E8065 for ; Thu, 22 Oct 2015 17:08:02 -0400 (EDT) Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by b01cxnp22036.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t9MLJoh159834384 for ; Thu, 22 Oct 2015 21:19:50 GMT Received: from d01av01.pok.ibm.com (localhost [127.0.0.1]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t9MLJoBN023404 for ; Thu, 22 Oct 2015 17:19:50 -0400 Received: from oc6462846008.ibm.com ([9.80.104.242]) by d01av01.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id t9MLJn0i023339; Thu, 22 Oct 2015 17:19:50 -0400 Subject: Re: Getting write access to the gcc repository To: "Frank Ch. Eigler" References: <56292AB9.2090103@linux.vnet.ibm.com> <20151022195430.GB22497@redhat.com> Cc: overseers@sourceware.org From: Kelvin Nilsen Message-ID: <562952F5.5050703@linux.vnet.ibm.com> Date: Fri, 23 Oct 2015 07:11:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151022195430.GB22497@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15102221-0033-0000-0000-00000685DF6F X-SW-Source: 2015-q4/txt/msg00016.txt.bz2 So should that give me write access? I'm getting error messages when I try to create a branch. I was assuming this was because I did not have write authorization. Do you have access to any log files that would help explain why this operation is failing? Thanks. kelvin@genoa:~/gcc$ svn copy svn://gcc.gnu.org/svn/gcc/trunk svn://gcc.gnu.org/svn/gcc/branches/ibm/kelvin-1 svn: E170001: Authorization failed svn: E170001: Your commit message was left in a temporary file: svn: E170001: 'svn-commit.5.tmp' kelvin@genoa:~/gcc$ On 10/22/2015 01:54 PM, Frank Ch. Eigler wrote: > Hi - > >> [...] >> What I seem to be missing at the moment is authorization to write to the >> svn repository. Will you please help set this up for me? > You are already a member of the "gcc" group. > > - FChE >