Re: python and ctx.log_msg_func
From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-10-15 22:56:57 CEST
This code will checkout using 0.31.0. 0.31.0 contains fixes that makes this
Barry
import sys
def main(argv):
try:
ctx = svn.client.svn_client_ctx_t()
config = svn.core.svn_config_get_config( None, pool )
rev = svn.core.svn_opt_revision_t()
ctx.auth_baton = svn.core.svn_auth_open( [], pool )
svn.client.svn_client_checkout( #svn_client_checkout (
finally:
return 0
if __name__ == '__main__':
---------------------------------------------------------------------
|
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.