Show More
@@ -47,6 +47,10 b' def _create_auth_baton(pool):' | |||||
47 | svn.client.get_ssl_client_cert_pw_file_provider(pool), |
|
47 | svn.client.get_ssl_client_cert_pw_file_provider(pool), | |
48 | svn.client.get_ssl_server_trust_file_provider(pool), |
|
48 | svn.client.get_ssl_server_trust_file_provider(pool), | |
49 | ] |
|
49 | ] | |
|
50 | # Platform-dependant authentication methods | |||
|
51 | if hasattr(svn.client, 'get_windows_simple_provider'): | |||
|
52 | providers.append(svn.client.get_windows_simple_provider(pool)) | |||
|
53 | ||||
50 | return svn.core.svn_auth_open(providers, pool) |
|
54 | return svn.core.svn_auth_open(providers, pool) | |
51 |
|
55 | |||
52 | class NotBranchError(SubversionException): |
|
56 | class NotBranchError(SubversionException): |
General Comments 0
You need to be logged in to leave comments.
Login now