From users-return-18631-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Mon Jul 8 14:32:33 2013 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3853110983 for ; Mon, 8 Jul 2013 14:32:33 +0000 (UTC) Received: (qmail 54751 invoked by uid 500); 8 Jul 2013 14:32:32 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 54442 invoked by uid 500); 8 Jul 2013 14:32:32 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 54435 invoked by uid 99); 8 Jul 2013 14:32:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 14:32:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 14:32:23 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id r68EVxvn020284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 8 Jul 2013 16:32:00 +0200 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.6/8.14.3) with ESMTP id r68EVxxm032395; Mon, 8 Jul 2013 16:31:59 +0200 (CEST) Received: (from stsp@localhost) by ted.stsp.name (8.14.6/8.14.3/Submit) id r68EVxrq024746; Mon, 8 Jul 2013 16:31:59 +0200 (CEST) Date: Mon, 8 Jul 2013 16:31:59 +0200 From: Stefan Sperling To: Eugene Grosbein , users@subversion.apache.org Subject: Re: 1.8.0 and plaintext password caching Message-ID: <20130708143159.GE24652@ted.stsp.name> Mail-Followup-To: Eugene Grosbein , users@subversion.apache.org References: <51DAAE81.4060101@rdtc.ru> <20130708135632.GD24652@ted.stsp.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130708135632.GD24652@ted.stsp.name> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Jul 08, 2013 at 03:56:33PM +0200, Stefan Sperling wrote: > On Mon, Jul 08, 2013 at 07:20:17PM +0700, Eugene Grosbein wrote: > > Please note passtype is "gpg-agent", not "simple". I do not have gpg-agent installed, > > Are you 100% sure about that? svn shouldn't be using the gpg-agent > password store if it cannot contact a running gpg-agent. Hmm, looking closer at this, I found a bug that prevents the plaintext cache from working if GPG Agent support is compiled in. Does this patch fix the problem for you? http://svn.apache.org/r1500762