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

Re: Higher level languages as part of the core of SVN

From: Giuliano Gavazzi <dev+lists_at_humph.com>
Date: 2006-10-30 00:49:26 CET

On 26 Oct 2006, at 23:27, Barry Scott wrote:

>
> The pysvn WorkBench GUI is delivered as a binary application on
> Windows, Mac OS X and Unix.

Hi Barry,

I have tried your pysvn WorkBench and I have noticed that on MacOSX
where a KeyChain is available for storing passwords I get a plain
password written in the appropriate .svn file. This should not happen
if the authentication has already been performed using svn (command
line) and thus the credential stored in the keychain.
Perhaps you could do as I did for SCFinderPlugin that had the same
problem, by simply substituting a function as in:

        svn_auth_get_keychain_simple_provider (&provider, [self pool]); //GG
use keychain
//GG svn_client_get_simple_provider (&provider, [self pool]);
     APR_ARRAY_PUSH (providers, svn_auth_provider_object_t *) =
provider;

Giuliano

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 30 00:49:43 2006

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.