[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1697654 - /subversion/branches/1.9.x/STATUS

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 26 Aug 2015 05:34:58 +0000

Branko Čibej wrote on Wed, Aug 26, 2015 at 07:26:47 +0200:
> On 25.08.2015 23:12, Stefan Fuhrmann wrote:
> > On Tue, Aug 25, 2015 at 4:43 PM, Branko Čibej <brane_at_wandisco.com> wrote:
> >> Daniel suggested inserting a dummy handler if we don't have the GPG
> >> agent support. I think that may be the only reasonable solution for both
> >> trunk and 1.9.1 (or .x if we don't thing it's important enough for .1).
> >>
> >> The real effort here is double-checking that a dummy handler won't break
> >> credentials resolution.
> >>
> > I think just starting with a full copying the GPG agent handler and
> > making each call return "failed" should work. Didn't try it, though.
>
> I'll give this a go and hopefully come up with a test case, too.

I think you might be able to get away with:

    static svn_auth_provider_t dummy = {
        .cred_kind = "dummy", NULL, NULL, NULL
    };
Received on 2015-08-26 07:35:07 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.