s.org; users@subversion.apache.org
> Subject: Authentication with Perl bindings
>
> I'm desperately trying to write something in Perl to authenticate.
>
> The functionality I want to reproduce is:
> - use the chached username and password if any
> - if not, ask for a passwor
I'm desperately trying to write something in Perl to authenticate.
The functionality I want to reproduce is:
- use the chached username and password if any
- if not, ask for a password for the current username
- if that fails, ask for a username and a password
This is what the SVN client does, I