python and ctx.log_msg_func
From: Sebastian Tusk <sebastian.tusk_at_silver-style.com>
Date: 2003-10-15 16:24:23 CEST
And a new problem with my python experiments.
import svn.util
def testmethod():
svn.util.apr_initialize()
revision = svn.util.svn_opt_revision_t()
config_dir = svn.util.svn_config_ensure( '', subpool )
ctx.config = svn.util.svn_config_get_config( \
ctx.log_msg_func = testmethod
That last assignment results in this output.
Traceback (most recent call last):
Ok, but how do I create such type?
What I want to accomplish is a repository checkout. Like in the following
import svn.util
svn.util.apr_initialize()
revision = svn.util.svn_opt_revision_t()
config_dir = svn.util.svn_config_ensure( '', subpool )
ctx.config = svn.util.svn_config_get_config( \
svn.client.svn_client_checkout( \
But this leads to a Segmentation fault. I assume that is because ctx is not
Regards,
---------------------------------------------------------------------
|
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.