[python bindings] How to create an authentication func
From: Alexis Boutillier <alexis.boutillier_at_arteris.net>
Date: 2004-10-07 17:09:43 CEST
I'm trying to make a svn_client_ls on a URL.
It works fine if another client (svn status -u) have stored username and
I use LDAP password under apache.
there is my python code :
util.svn_config_ensure(None,pool)
provider = client.svn_client_get_simple_provider(pool)
ctx = client.svn_client_create_context(pool)
The program end with a : libsvn._core.SubversionException: ("PROPFIND
I try to use "svn_auth_set_parameter" with ctx.auth_baton but it require
I try to use "svn_client_get_simple_prompt_provider" with a function but
I try to set util.SVN_AUTH_PARAM_DEFAULT_USERNAME and
Could someone help me to fix this problem ?
-- Boutillier Alexis Methodology engineer Arteris SA The Network-on-Chip Company TM www.arteris.net 6 par Ariane Immeuble Mercure 78284 Guyancourt Cedex France Office: (+33) 1 61 37 38 71 Fac: (+33) 1 61 37 38 41 Alexis.Boutillier@arteris.net -- Boutillier Alexis Methodology engineer Arteris SA The Network-on-Chip Company TM www.arteris.net 6 par Ariane Immeuble Mercure 78284 Guyancourt Cedex France Office: (+33) 1 61 37 38 71 Fac: (+33) 1 61 37 38 41 Alexis.Boutillier@arteris.net --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Oct 8 05:14:08 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.