Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
-
None
Description
Methods like SVN::Client::get_ssl_client_cert_* are described as SVN::Client::get_ssl_cert_* Patch: --- Client.pm.orig 2006-03-07 22:47:44.000000000 +0300 +++ Client.pm 2008-02-24 00:06:39.265625000 +0300 @@ -1183,12 +1183,12 @@ You reply by setting the accepted_failures of the cred object with an integer of the values for what you want to accept bitwise AND'd together. -=item SVN::Client::get_ssl_cert_file_provider +=item SVN::Client::get_ssl_client_cert_file_provider Returns a client certificate provider that returns information from previously cached sessions. Takes no parameters or optionally a pool parameter. -=item SVN::Client::get_ssl_cert_prompt_provider +=item SVN::Client::get_ssl_client_cert_prompt_provider Returns a client certificate provider that prompts the user via a callback. Takes two or three parameters: the first is the callback subroutine, the 2nd is @@ -1198,13 +1198,13 @@ The svn_auth_cred_ssl_client_cert the following members: cert_file and may_save. -=item SVN::Client::get_ssl_cert_pw_file_provider +=item SVN::Client::get_ssl_client_cert_pw_file_provider Returns a client certificate password provider that returns information from previously cached sessions. Takes no parameters or optionally a pool parameter. -=item SVN::Client::get_ssl_cert_pw_prompt_provider +=item SVN::Client::get_ssl_client_cert_pw_prompt_provider Returns a client certificate password provider that prompts the user via a callback. Takes two or three parameters, the first is the callback subroutine,
http://svn.collab.net/viewvc/svn/trunk/subversion/bindings/swig/perl/native/Client.pm?view=log
Original issue reported by skv