Re: [PATCH] More bindings for gnome_keyring / platform_specific_client_providers
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 08 Feb 2012 17:36:17 +0000
Stefan Sperling <stsp_at_elego.de> writes:
> On Wed, Feb 08, 2012 at 07:01:48PM +0200, Daniel Shahaf wrote:
I think the problem is that in Python one has to write:
if hasattr(core, 'svn_auth_set_gnome_keyring_unlock_prompt_func'):
If called unconditionally:
core.svn_auth_set_gnome_keyring_unlock_prompt_func(ctx.auth_baton, prompt_func_gnome_keyring_prompt)
it will work with 1.7.3 and fail with 1.7.2. In Ruby the magic is:
if Svn::Ext::Core.respond_to?(:svn_auth_set_gnome_keyring_unlock_prompt_func)
and I suppose Perl might have something similar.
I think that means this is not suitable for a backport.
-- uberSVN: Apache Subversion Made Easy http://www.uberSVN.comReceived on 2012-02-08 18:36:58 CET |
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.