RE: Authentication with Perl bindings

2009-12-08 Thread Giulio Troccoli
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

Authentication with Perl bindings

2009-12-08 Thread Giulio Troccoli
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