jwhitlock_at_tigris.org wrote:
> Author: jwhitlock
> Date: Mon Nov 24 20:02:43 2008
> New Revision: 34399
>
> Log:
> Greatly simplify how to get a list of available platform-specific auth
> providers.
>
> * subversion/libsvn_subr/auth.c,
> subversion/include/svn_auth.h
> (svn_auth_get_platform_specific_client_providers): Added.
>
> * subversion/libsvn_subr/cmdline.c (svn_cmdline_create_auth_baton),
> subversion/bindings/javahl/native/SVNClient.cpp (getContext): Use the new
> function added above.
>
> * subversion/tests/libsvn_subr/auth-test.c
> (test_platform_specific_auth_providers): Test the new function added above.
>
> Modified:
> trunk/subversion/bindings/javahl/native/SVNClient.cpp
> trunk/subversion/include/svn_auth.h
> trunk/subversion/libsvn_subr/auth.c
> trunk/subversion/libsvn_subr/cmdline.c
> trunk/subversion/tests/libsvn_subr/auth-test.c
btw, Thanks for showing some love to the JavaHL bindings with this change! Does
this mean you can look at implementing the required prompters for the two
deprecated functions we're still using in JavaHL? ;)
-Hyrum
Received on 2008-11-25 05:14:21 CET