Re: [PATCH] [RESEND] add support for svn_client_info to perl bindings
From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-03-06 20:33:29 CET
On 3/5/06, Al Tobey <tobert@gmail.com> wrote:
This looks good, other than some sketchy code in
Your current implementation of svn_swig_pl_info_receiver looks like this:
/* Thunked version of svn_client_info_t callback type. */
if (!SvOK((SV *)baton)) {
svn_swig_pl_callback_thunk(CALL_SV, baton, NULL, "sSS", path, info,
So you declare an error variable, but never use it. Worse, the
As far as a log message, http://subversion.tigris.org/hacking.html
-garrett
---------------------------------------------------------------------
|
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.