Gustav Munkby <grddev@xxxxxxxxx> wrote: > Use the platform-specific authentication providers that are > exposed to subversion bindings starting with subversion 1.6. This came up several months ago, I understand there were some issues with the SVN Perl bindings. Cc-ing interested parties. > sub _auth_providers () { > [ > + $SVN::Core::VERSION lt '1.6' ? () : > + @{SVN::Core::auth_get_platform_specific_client_providers( > + undef,undef)}, I think it needs to take into account the config from SVN::Core::config_get_config, otherwise people with non-standard SVN configurations could get locked out. I seem to recall this was the broken part in the SVN Perl bindings, but one of the Cc-ed parties would know for sure. -- Eric Wong -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html