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 57DBF10D97 for ; Mon, 8 Jul 2013 16:32:12 +0000 (UTC) Received: (qmail 77478 invoked by uid 500); 8 Jul 2013 16:32:11 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 77163 invoked by uid 500); 8 Jul 2013 16:32:11 -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 77154 invoked by uid 99); 8 Jul 2013 16:32:10 -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 16:32:10 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [62.231.161.221] (HELO eg.sd.rdtc.ru) (62.231.161.221) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Jul 2013 16:32:04 +0000 Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.7/8.14.7) with ESMTP id r68GVeKT005671 for ; Mon, 8 Jul 2013 23:31:40 +0700 (NOVT) (envelope-from egrosbein@rdtc.ru) Message-ID: <51DAE967.1040503@rdtc.ru> Date: Mon, 08 Jul 2013 23:31:35 +0700 From: Eugene Grosbein User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130415 Thunderbird/17.0.5 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Re: 1.8.0 and plaintext password caching References: <51DAAE81.4060101@rdtc.ru> <20130708135632.GD24652@ted.stsp.name> <20130708143159.GE24652@ted.stsp.name> In-Reply-To: <20130708143159.GE24652@ted.stsp.name> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 08.07.2013 21:31, Stefan Sperling wrote: > 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 Yes, it works. Thank you very much. Eugene Grosbein