From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17146 invoked by alias); 20 Apr 2019 10:59:49 -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 17138 invoked by uid 89); 20 Apr 2019 10:59:49 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,SCAM_SUBJECT,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.1 spammy=ssh, H*r:ip*192.168.1.1, H*RU:192.168.1.1, HX-Spam-Relays-External:192.168.1.1 X-HELO: elastic.org Received: from li367-187.members.linode.com (HELO elastic.org) (96.126.110.187) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 20 Apr 2019 10:59:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=JH5xArkFtECdrKk0rvrGJT88+muqg9JLuSvQcMQ1QtI=; b=D5Rg7aWNF2NRXvi3vi4ePXNi+0 AGRTBMY5FeVdGQdWdeJJNWt1Mr+A4iCZlz2dvJzByzIT6D6gqCrUUHbStTJqPugHpthR+KwD9MUXT yGsugJeLtVuJvm73svWrIfr6Qe/qt+nCGWXGTvFx19rkM3IYj8z72Xin8t8doHIUowNkzbqtxlZVd oMjhFL/nwyjCjiCoZqdqxLlRMrTOmWS1x9Dnd2982P1A+UjLtTsJMRyPGDAcVffPsbzciAzRqmcrZ vSJE1GntbcwvIxkn0M59UZJF+JvN2sccc90kzTCyX4TpZigX0Djw2LeKPQte3pxj1IidVLc257Bgk boNYmXlA==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1hHnik-0000iE-Bm; Sat, 20 Apr 2019 10:59:46 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.92) (envelope-from ) id 1hHnik-000PZR-0K; Sat, 20 Apr 2019 06:59:46 -0400 Received: from fche by very.elastic.org with local (Exim 4.92) (envelope-from ) id 1hHnij-002Ijs-Vh; Sat, 20 Apr 2019 06:59:45 -0400 Date: Sat, 20 Apr 2019 10:59:00 -0000 From: "Frank Ch. Eigler" To: ben narwal Cc: "overseers@gcc.gnu.org" Subject: Re: Question about write-access svn repository of my account Message-ID: <20190420105945.GA532812@elastic.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.3 (2019-02-01) X-Sender-Verification: "" X-Sender-Verification: "" X-IsSubscribed: yes X-SW-Source: 2019-q2/txt/msg00008.txt.bz2 Hi - > [...] > Recently I ran into problem in accessing write-access svn repository (You didn't identify the problem.) > while read-only access is fine with below command line: svn checkout > svn://gcc.gnu.org/svn/gcc/trunk SomeLocalDir > Also I didn't made any change to either svn or ssh configuration, so > could you help me check if the public key is still registered > correctly to my account please? Thanks very much for your time. The key looks fine, as does your account. You will need to use svn+ssh://.. svn urls to get write access. - FChE