How do I call svn_client_list2 C API function from python via SVN API SWIG bindings?
From: Tarmo Aidantausta <bleadof_at_gmail.com>
Date: Wed, 19 Aug 2009 15:23:29 +0300
The question
How do I call svn_client_list2 C API function from python via SVN API
Problem description
I can find that function from the svn.client module, but calling it is
Although I can find a class for it from
Incorrect usage of svn.client.svn_client_list2
If you call the svn.client.svn_client_list2 function with a normal
import svn.core, svn.client
path = svn.core.svn_path_canonicalize("/path/to/a/working_copy/")
svn.client.svn_client_list2(path,
TypeError: argument number 7: a 'svn_client_list_func_t *' is
Incorrect usage of svn.client.svn_client_list_func_t
Trying to initialize the svn.client.svn_client_list_func_t will result
callback_function = svn.client.svn_client_list_func_t()
Ideas how I can proceed?
This question is on StackOverflow as well:
-- // Tarmo Aidantausta bleadof_at_gmail.com ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2385205 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-08-19 14:30:45 CEST |
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.