Re: looking for python ra_dav sample code
From: Stephen White <swhite-svn_at_decisionsoft.com>
Date: 2003-07-14 17:39:10 CEST
---- Original Message ----
Here is a sample I was playing with a short time ago.
#!/usr/bin/python
from svn import wc, util, client
pool = util.svn_pool_create(None)
# create a list of authentication providers for the auth baton
providers = [
auth_baton = util.svn_auth_open(providers, pool)
client_ctx = client.new_svn_client_ctx_t()
client.svn_client_ctx_t_auth_baton_set(client_ctx, auth_baton) # This accessor may change
rev = util.new_svn_opt_revision_t()
#client.svn_client_checkout("file:///my/rep",
-- Stephen White +44-1865-203192 DecisionSoft Limited http://www.decisionsoft.com XML Development and Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Jul 14 17:40:19 2003 |
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.