Re: Using info2 in perl
From: Daniel Shahaf <danielsh_at_elego.de>
Date: Thu, 22 Mar 2012 02:14:42 +0200
Jim Searle wrote on Wed, Mar 21, 2012 at 16:03:05 -0700:
% perl -MSVN::Client -le '$s = SVN::Client->new();
How I built this:
- Follow the docs of the svn_client_info2() C API (in doxygen, or in svn_client.h)
- Drop the ctx parameter
- Drop any baton parameters
- When in doubt about some object --- print it. ref() and Dumper() help too.
HTH,
Daniel
> Thanks,
|
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.