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

Perl Bindings: Authentication Provider

From: holibert <drink.beer_at_gmx.net>
Date: 2005-09-21 21:52:14 CEST

Hi there!

How can I make my perl script use my cached credentials on XP with Active
Perl and Perl bindings 1.2.3.

I tried this:

$oPool = SVN::Pool->new(undef);
$oRepoSession = SVN::Ra->new(url => "svn://localhost/testrep",
                         auth => [SVN::Client::get_simple_provider(),
                         
SVN::Client::get_simple_prompt_provider(\&simple_prompt,2),
                                  SVN::Client::get_username_provider()],
                         pool => "$oPool");

Everytime I run this script I am asked for the credentials, svn.exe works
without it.
In the header svn_client.h I discovered
'svn_client_get_windows_simple_provider' but this isn't provided by
SVN::Client.

Regards,
Holger

-- 
Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko!
Satte Provisionen für GMX Partner: http://www.gmx.net/de/go/partner
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 21 21:52:57 2005

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.