Alien-SVN
view release on metacpan or search on metacpan
src/subversion/subversion/bindings/swig/ruby/svn_client.c view on Meta::CPAN
VALUE vresult = Qnil;
{
svn_swig_rb_get_pool(argc, argv, self, &_global_svn_swig_rb_pool, &arg3);
_global_pool = arg3;
svn_swig_rb_push_pool(_global_svn_swig_rb_pool);
}
if ((argc < 2) || (argc > 3)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 2)",argc); SWIG_fail;
}
res1 = SWIG_AsCharPtrAndSize(argv[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "char const *","svn_client_upgrade", 1, argv[0] ));
}
arg1 = (char *)(buf1);
res2 = SWIG_ConvertPtr(argv[1], &argp2,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "svn_client_ctx_t *","svn_client_upgrade", 2, argv[1] ));
}
arg2 = (svn_client_ctx_t *)(argp2);
if (argc > 2) {
}
{
result = (svn_error_t *)svn_client_upgrade((char const *)arg1,arg2,arg3);
}
{
if (result) {
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
svn_swig_rb_handle_svn_error(result);
}
vresult = Qnil;
}
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
{
VALUE target;
target = _global_vresult_address == &vresult ? self : vresult;
if (!svn_swig_rb_set_pool(target, _global_svn_swig_rb_pool))
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}
return vresult;
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
{
VALUE target;
target = _global_vresult_address == &vresult ? self : vresult;
if (!svn_swig_rb_set_pool(target, _global_svn_swig_rb_pool))
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}
return Qnil;
}
SWIGINTERN VALUE
_wrap_svn_client_relocate2(int argc, VALUE *argv, VALUE self) {
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
svn_boolean_t arg4 ;
svn_client_ctx_t *arg5 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg6 = (apr_pool_t *) 0 ;
VALUE _global_svn_swig_rb_pool ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
svn_error_t *result = 0 ;
VALUE vresult = Qnil;
{
int adjusted_argc = argc;
VALUE *adjusted_argv = argv;
svn_swig_rb_adjust_arg_for_client_ctx_and_pool(&adjusted_argc,
&adjusted_argv);
svn_swig_rb_get_pool(adjusted_argc, adjusted_argv, self,
&_global_svn_swig_rb_pool, &arg6);
_global_pool = arg6;
svn_swig_rb_push_pool(_global_svn_swig_rb_pool);
}
if ((argc < 4) || (argc > 6)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); SWIG_fail;
}
res1 = SWIG_AsCharPtrAndSize(argv[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "char const *","svn_client_relocate2", 1, argv[0] ));
}
arg1 = (char *)(buf1);
res2 = SWIG_AsCharPtrAndSize(argv[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "char const *","svn_client_relocate2", 2, argv[1] ));
}
arg2 = (char *)(buf2);
res3 = SWIG_AsCharPtrAndSize(argv[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "char const *","svn_client_relocate2", 3, argv[2] ));
}
arg3 = (char *)(buf3);
arg4 = RTEST(argv[3]);
if (argc > 4) {
res5 = SWIG_ConvertPtr(argv[4], &argp5,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), Ruby_Format_TypeError( "", "svn_client_ctx_t *","svn_client_relocate2", 5, argv[4] ));
}
arg5 = (svn_client_ctx_t *)(argp5);
}
if (argc > 5) {
}
{
result = (svn_error_t *)svn_client_relocate2((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6);
}
{
if (result) {
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
svn_swig_rb_handle_svn_error(result);
}
vresult = Qnil;
}
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
{
VALUE target;
target = _global_vresult_address == &vresult ? self : vresult;
if (!svn_swig_rb_set_pool(target, _global_svn_swig_rb_pool))
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}
return vresult;
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
{
VALUE target;
target = _global_vresult_address == &vresult ? self : vresult;
if (!svn_swig_rb_set_pool(target, _global_svn_swig_rb_pool))
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}
return Qnil;
}
SWIGINTERN VALUE
_wrap_svn_client_relocate(int argc, VALUE *argv, VALUE self) {
char *arg1 = (char *) 0 ;
char *arg2 = (char *) 0 ;
char *arg3 = (char *) 0 ;
svn_boolean_t arg4 ;
svn_client_ctx_t *arg5 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg6 = (apr_pool_t *) 0 ;
VALUE _global_svn_swig_rb_pool ;
apr_pool_t *_global_pool ;
int res1 ;
char *buf1 = 0 ;
int alloc1 = 0 ;
int res2 ;
char *buf2 = 0 ;
int alloc2 = 0 ;
int res3 ;
char *buf3 = 0 ;
int alloc3 = 0 ;
void *argp5 = 0 ;
int res5 = 0 ;
svn_error_t *result = 0 ;
VALUE vresult = Qnil;
{
int adjusted_argc = argc;
VALUE *adjusted_argv = argv;
svn_swig_rb_adjust_arg_for_client_ctx_and_pool(&adjusted_argc,
&adjusted_argv);
svn_swig_rb_get_pool(adjusted_argc, adjusted_argv, self,
&_global_svn_swig_rb_pool, &arg6);
_global_pool = arg6;
svn_swig_rb_push_pool(_global_svn_swig_rb_pool);
}
if ((argc < 4) || (argc > 6)) {
rb_raise(rb_eArgError, "wrong # of arguments(%d for 4)",argc); SWIG_fail;
}
res1 = SWIG_AsCharPtrAndSize(argv[0], &buf1, NULL, &alloc1);
if (!SWIG_IsOK(res1)) {
SWIG_exception_fail(SWIG_ArgError(res1), Ruby_Format_TypeError( "", "char const *","svn_client_relocate", 1, argv[0] ));
}
arg1 = (char *)(buf1);
res2 = SWIG_AsCharPtrAndSize(argv[1], &buf2, NULL, &alloc2);
if (!SWIG_IsOK(res2)) {
SWIG_exception_fail(SWIG_ArgError(res2), Ruby_Format_TypeError( "", "char const *","svn_client_relocate", 2, argv[1] ));
}
arg2 = (char *)(buf2);
res3 = SWIG_AsCharPtrAndSize(argv[2], &buf3, NULL, &alloc3);
if (!SWIG_IsOK(res3)) {
SWIG_exception_fail(SWIG_ArgError(res3), Ruby_Format_TypeError( "", "char const *","svn_client_relocate", 3, argv[2] ));
}
arg3 = (char *)(buf3);
arg4 = RTEST(argv[3]);
if (argc > 4) {
res5 = SWIG_ConvertPtr(argv[4], &argp5,SWIGTYPE_p_svn_client_ctx_t, 0 | 0 );
if (!SWIG_IsOK(res5)) {
SWIG_exception_fail(SWIG_ArgError(res5), Ruby_Format_TypeError( "", "svn_client_ctx_t *","svn_client_relocate", 5, argv[4] ));
}
arg5 = (svn_client_ctx_t *)(argp5);
}
if (argc > 5) {
}
{
result = (svn_error_t *)svn_client_relocate((char const *)arg1,(char const *)arg2,(char const *)arg3,arg4,arg5,arg6);
}
{
if (result) {
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
svn_swig_rb_handle_svn_error(result);
}
vresult = Qnil;
}
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
{
VALUE target;
target = _global_vresult_address == &vresult ? self : vresult;
if (!svn_swig_rb_set_pool(target, _global_svn_swig_rb_pool))
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}
return vresult;
fail:
if (alloc1 == SWIG_NEWOBJ) free((char*)buf1);
if (alloc2 == SWIG_NEWOBJ) free((char*)buf2);
if (alloc3 == SWIG_NEWOBJ) free((char*)buf3);
{
VALUE target;
target = _global_vresult_address == &vresult ? self : vresult;
if (!svn_swig_rb_set_pool(target, _global_svn_swig_rb_pool))
svn_swig_rb_destroy_pool(_global_svn_swig_rb_pool);
svn_swig_rb_pop_pool(_global_svn_swig_rb_pool);
}
return Qnil;
}
SWIGINTERN VALUE
_wrap_svn_client_revert2(int argc, VALUE *argv, VALUE self) {
apr_array_header_t *arg1 = (apr_array_header_t *) 0 ;
svn_depth_t arg2 ;
apr_array_header_t *arg3 = (apr_array_header_t *) 0 ;
svn_client_ctx_t *arg4 = (svn_client_ctx_t *) 0 ;
apr_pool_t *arg5 = (apr_pool_t *) 0 ;
VALUE _global_svn_swig_rb_pool ;
apr_pool_t *_global_pool ;
void *argp4 = 0 ;
int res4 = 0 ;
svn_error_t *result = 0 ;
VALUE vresult = Qnil;
{
int adjusted_argc = argc;
VALUE *adjusted_argv = argv;
svn_swig_rb_adjust_arg_for_client_ctx_and_pool(&adjusted_argc,
&adjusted_argv);
svn_swig_rb_get_pool(adjusted_argc, adjusted_argv, self,
&_global_svn_swig_rb_pool, &arg5);
src/subversion/subversion/bindings/swig/ruby/svn_client.c view on Meta::CPAN
rb_define_method(SwigClassSvn_client_status_t.klass, "backwards_compatibility_baton", _wrap_svn_client_status_t_backwards_compatibility_baton_get, -1);
rb_define_method(SwigClassSvn_client_status_t.klass, "moved_from_abspath=", _wrap_svn_client_status_t_moved_from_abspath_set, -1);
rb_define_method(SwigClassSvn_client_status_t.klass, "moved_from_abspath", _wrap_svn_client_status_t_moved_from_abspath_get, -1);
rb_define_method(SwigClassSvn_client_status_t.klass, "moved_to_abspath=", _wrap_svn_client_status_t_moved_to_abspath_set, -1);
rb_define_method(SwigClassSvn_client_status_t.klass, "moved_to_abspath", _wrap_svn_client_status_t_moved_to_abspath_get, -1);
SwigClassSvn_client_status_t.mark = 0;
SwigClassSvn_client_status_t.destroy = (void (*)(void *)) free_svn_client_status_t;
SwigClassSvn_client_status_t.trackObjects = 0;
rb_define_module_function(mClient, "svn_client_status_dup", _wrap_svn_client_status_dup, -1);
rb_define_module_function(mClient, "svn_client_status5", _wrap_svn_client_status5, -1);
rb_define_module_function(mClient, "svn_client_status4", _wrap_svn_client_status4, -1);
rb_define_module_function(mClient, "svn_client_status3", _wrap_svn_client_status3, -1);
rb_define_module_function(mClient, "svn_client_status2", _wrap_svn_client_status2, -1);
rb_define_module_function(mClient, "svn_client_status", _wrap_svn_client_status, -1);
rb_define_module_function(mClient, "svn_client_log5", _wrap_svn_client_log5, -1);
rb_define_module_function(mClient, "svn_client_log4", _wrap_svn_client_log4, -1);
rb_define_module_function(mClient, "svn_client_log3", _wrap_svn_client_log3, -1);
rb_define_module_function(mClient, "svn_client_log2", _wrap_svn_client_log2, -1);
rb_define_module_function(mClient, "svn_client_log", _wrap_svn_client_log, -1);
rb_define_module_function(mClient, "svn_client_blame5", _wrap_svn_client_blame5, -1);
rb_define_module_function(mClient, "svn_client_blame4", _wrap_svn_client_blame4, -1);
rb_define_module_function(mClient, "svn_client_blame3", _wrap_svn_client_blame3, -1);
rb_define_module_function(mClient, "svn_client_blame2", _wrap_svn_client_blame2, -1);
rb_define_module_function(mClient, "svn_client_blame", _wrap_svn_client_blame, -1);
rb_define_module_function(mClient, "svn_client_diff6", _wrap_svn_client_diff6, -1);
rb_define_module_function(mClient, "svn_client_diff5", _wrap_svn_client_diff5, -1);
rb_define_module_function(mClient, "svn_client_diff4", _wrap_svn_client_diff4, -1);
rb_define_module_function(mClient, "svn_client_diff3", _wrap_svn_client_diff3, -1);
rb_define_module_function(mClient, "svn_client_diff2", _wrap_svn_client_diff2, -1);
rb_define_module_function(mClient, "svn_client_diff", _wrap_svn_client_diff, -1);
rb_define_module_function(mClient, "svn_client_diff_peg6", _wrap_svn_client_diff_peg6, -1);
rb_define_module_function(mClient, "svn_client_diff_peg5", _wrap_svn_client_diff_peg5, -1);
rb_define_module_function(mClient, "svn_client_diff_peg4", _wrap_svn_client_diff_peg4, -1);
rb_define_module_function(mClient, "svn_client_diff_peg3", _wrap_svn_client_diff_peg3, -1);
rb_define_module_function(mClient, "svn_client_diff_peg2", _wrap_svn_client_diff_peg2, -1);
rb_define_module_function(mClient, "svn_client_diff_peg", _wrap_svn_client_diff_peg, -1);
rb_define_module_function(mClient, "svn_client_diff_summarize2", _wrap_svn_client_diff_summarize2, -1);
rb_define_module_function(mClient, "svn_client_diff_summarize", _wrap_svn_client_diff_summarize, -1);
rb_define_module_function(mClient, "svn_client_diff_summarize_peg2", _wrap_svn_client_diff_summarize_peg2, -1);
rb_define_module_function(mClient, "svn_client_diff_summarize_peg", _wrap_svn_client_diff_summarize_peg, -1);
rb_define_module_function(mClient, "svn_client_get_merging_summary", _wrap_svn_client_get_merging_summary, -1);
rb_define_module_function(mClient, "svn_client_merge5", _wrap_svn_client_merge5, -1);
rb_define_module_function(mClient, "svn_client_merge4", _wrap_svn_client_merge4, -1);
rb_define_module_function(mClient, "svn_client_merge3", _wrap_svn_client_merge3, -1);
rb_define_module_function(mClient, "svn_client_merge2", _wrap_svn_client_merge2, -1);
rb_define_module_function(mClient, "svn_client_merge", _wrap_svn_client_merge, -1);
rb_define_module_function(mClient, "svn_client_merge_reintegrate", _wrap_svn_client_merge_reintegrate, -1);
rb_define_module_function(mClient, "svn_client_merge_peg5", _wrap_svn_client_merge_peg5, -1);
rb_define_module_function(mClient, "svn_client_merge_peg4", _wrap_svn_client_merge_peg4, -1);
rb_define_module_function(mClient, "svn_client_merge_peg3", _wrap_svn_client_merge_peg3, -1);
rb_define_module_function(mClient, "svn_client_merge_peg2", _wrap_svn_client_merge_peg2, -1);
rb_define_module_function(mClient, "svn_client_merge_peg", _wrap_svn_client_merge_peg, -1);
rb_define_module_function(mClient, "svn_client_suggest_merge_sources", _wrap_svn_client_suggest_merge_sources, -1);
rb_define_module_function(mClient, "svn_client_mergeinfo_get_merged", _wrap_svn_client_mergeinfo_get_merged, -1);
rb_define_module_function(mClient, "svn_client_mergeinfo_log2", _wrap_svn_client_mergeinfo_log2, -1);
rb_define_module_function(mClient, "svn_client_mergeinfo_log", _wrap_svn_client_mergeinfo_log, -1);
rb_define_module_function(mClient, "svn_client_mergeinfo_log_merged", _wrap_svn_client_mergeinfo_log_merged, -1);
rb_define_module_function(mClient, "svn_client_mergeinfo_log_eligible", _wrap_svn_client_mergeinfo_log_eligible, -1);
rb_define_module_function(mClient, "svn_client_cleanup", _wrap_svn_client_cleanup, -1);
rb_define_module_function(mClient, "svn_client_upgrade", _wrap_svn_client_upgrade, -1);
rb_define_module_function(mClient, "svn_client_relocate2", _wrap_svn_client_relocate2, -1);
rb_define_module_function(mClient, "svn_client_relocate", _wrap_svn_client_relocate, -1);
rb_define_module_function(mClient, "svn_client_revert2", _wrap_svn_client_revert2, -1);
rb_define_module_function(mClient, "svn_client_revert", _wrap_svn_client_revert, -1);
rb_define_module_function(mClient, "svn_client_resolved", _wrap_svn_client_resolved, -1);
rb_define_module_function(mClient, "svn_client_resolve", _wrap_svn_client_resolve, -1);
SwigClassSvn_client_copy_source_t.klass = rb_define_class_under(mClient, "Svn_client_copy_source_t", rb_cObject);
SWIG_TypeClientData(SWIGTYPE_p_svn_client_copy_source_t, (void *) &SwigClassSvn_client_copy_source_t);
rb_define_alloc_func(SwigClassSvn_client_copy_source_t.klass, _wrap_svn_client_copy_source_t_allocate);
rb_define_method(SwigClassSvn_client_copy_source_t.klass, "initialize", _wrap_new_svn_client_copy_source_t, -1);
rb_define_method(SwigClassSvn_client_copy_source_t.klass, "path", _wrap_svn_client_copy_source_t_path, -1);
rb_define_method(SwigClassSvn_client_copy_source_t.klass, "revision", _wrap_svn_client_copy_source_t_revision, -1);
rb_define_method(SwigClassSvn_client_copy_source_t.klass, "peg_revision", _wrap_svn_client_copy_source_t_peg_revision, -1);
SwigClassSvn_client_copy_source_t.mark = 0;
SwigClassSvn_client_copy_source_t.destroy = (void (*)(void *)) free_svn_client_copy_source_t;
SwigClassSvn_client_copy_source_t.trackObjects = 0;
rb_define_module_function(mClient, "svn_client_copy6", _wrap_svn_client_copy6, -1);
rb_define_module_function(mClient, "svn_client_copy5", _wrap_svn_client_copy5, -1);
rb_define_module_function(mClient, "svn_client_copy4", _wrap_svn_client_copy4, -1);
rb_define_module_function(mClient, "svn_client_copy3", _wrap_svn_client_copy3, -1);
rb_define_module_function(mClient, "svn_client_copy2", _wrap_svn_client_copy2, -1);
rb_define_module_function(mClient, "svn_client_copy", _wrap_svn_client_copy, -1);
rb_define_module_function(mClient, "svn_client_move7", _wrap_svn_client_move7, -1);
rb_define_module_function(mClient, "svn_client_move6", _wrap_svn_client_move6, -1);
rb_define_module_function(mClient, "svn_client_move5", _wrap_svn_client_move5, -1);
rb_define_module_function(mClient, "svn_client_move4", _wrap_svn_client_move4, -1);
rb_define_module_function(mClient, "svn_client_move3", _wrap_svn_client_move3, -1);
rb_define_module_function(mClient, "svn_client_move2", _wrap_svn_client_move2, -1);
rb_define_module_function(mClient, "svn_client_move", _wrap_svn_client_move, -1);
rb_define_module_function(mClient, "svn_client_propset_remote", _wrap_svn_client_propset_remote, -1);
rb_define_module_function(mClient, "svn_client_propset_local", _wrap_svn_client_propset_local, -1);
rb_define_module_function(mClient, "svn_client_propset3", _wrap_svn_client_propset3, -1);
rb_define_module_function(mClient, "svn_client_propset2", _wrap_svn_client_propset2, -1);
rb_define_module_function(mClient, "svn_client_propset", _wrap_svn_client_propset, -1);
rb_define_module_function(mClient, "svn_client_revprop_set2", _wrap_svn_client_revprop_set2, -1);
rb_define_module_function(mClient, "svn_client_revprop_set", _wrap_svn_client_revprop_set, -1);
rb_define_module_function(mClient, "svn_client_propget5", _wrap_svn_client_propget5, -1);
rb_define_module_function(mClient, "svn_client_propget4", _wrap_svn_client_propget4, -1);
rb_define_module_function(mClient, "svn_client_propget3", _wrap_svn_client_propget3, -1);
rb_define_module_function(mClient, "svn_client_propget2", _wrap_svn_client_propget2, -1);
rb_define_module_function(mClient, "svn_client_propget", _wrap_svn_client_propget, -1);
rb_define_module_function(mClient, "svn_client_revprop_get", _wrap_svn_client_revprop_get, -1);
rb_define_module_function(mClient, "svn_client_proplist4", _wrap_svn_client_proplist4, -1);
rb_define_module_function(mClient, "svn_client_proplist3", _wrap_svn_client_proplist3, -1);
rb_define_module_function(mClient, "svn_client_proplist2", _wrap_svn_client_proplist2, -1);
rb_define_module_function(mClient, "svn_client_proplist", _wrap_svn_client_proplist, -1);
rb_define_module_function(mClient, "svn_client_revprop_list", _wrap_svn_client_revprop_list, -1);
rb_define_module_function(mClient, "svn_client_export5", _wrap_svn_client_export5, -1);
rb_define_module_function(mClient, "svn_client_export4", _wrap_svn_client_export4, -1);
rb_define_module_function(mClient, "svn_client_export3", _wrap_svn_client_export3, -1);
rb_define_module_function(mClient, "svn_client_export2", _wrap_svn_client_export2, -1);
rb_define_module_function(mClient, "svn_client_export", _wrap_svn_client_export, -1);
rb_define_module_function(mClient, "svn_client_list3", _wrap_svn_client_list3, -1);
rb_define_module_function(mClient, "svn_client_list2", _wrap_svn_client_list2, -1);
rb_define_module_function(mClient, "svn_client_list", _wrap_svn_client_list, -1);
rb_define_module_function(mClient, "svn_client_ls3", _wrap_svn_client_ls3, -1);
rb_define_module_function(mClient, "svn_client_ls2", _wrap_svn_client_ls2, -1);
rb_define_module_function(mClient, "svn_client_ls", _wrap_svn_client_ls, -1);
rb_define_module_function(mClient, "svn_client_cat2", _wrap_svn_client_cat2, -1);
rb_define_module_function(mClient, "svn_client_cat", _wrap_svn_client_cat, -1);
rb_define_module_function(mClient, "svn_client_add_to_changelist", _wrap_svn_client_add_to_changelist, -1);
( run in 0.674 second using v1.01-cache-2.11-cpan-71847e10f99 )