Re: Learning the Python API - early questions
From: Barry Scott <barry_at_barrys-emacs.org>
Date: 2003-10-04 12:26:09 CEST
At 03-10-2003 15:56, Russell Yanofsky wrote:
>Apparently not. I'd guess that you should set ctx.config to the return value
But you are returning a python dict not a _p_apr_hash_t.
Can you get this test code working?
BArry
-----------------------------------------------------
def main(argv):
ctx = svn.client.svn_client_ctx_t()
config = svn.core.svn_config_get_config( None, pool )
print 'config repr:',repr(config)
ctx.config = config
finally:
return 0
if __name__ == '__main__':
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.