Re: svn commit: rev 1993 - trunk/subversion/include trunk/subversion/libsvn_wc trunk/subversion/libsvn_subr trunk/subversion/libsvn_client trunk/subversion/libsvn_ra_dav
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-05-22 04:52:04 CEST
On Tue, May 21, 2002 at 05:58:09PM -0500, kfogel@tigris.org wrote:
Eek. Functions like this are always dangerous. People will always forget to
I would suggest returning the signature to its previous state (return an
Consider me around a -0.9 on leaving this "if it is NULL" thing.
>...
Ha! Sucker... you got fooled.
svn_wc_get_wc_prop() is ONLY for WC properties. Fun, huh? :-)
My current position is that svn_wc_get_wc_prop() and svn_wc_set_wc_prop()
And note that svn_wc_get/set_wc_prop() are stupid wrappers around
> +
Euh... the prototype for handle_externals_description takes a 'const char *'
>...
If klen is not needed, then pass NULL.
> + ent = (svn_wc_entry_t *) val;
The cast here isn't needed. Casting from void* is automatic.
>...
I think that process_externals should take a 'const char *' rather than
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed May 22 04:49:49 2002 |
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.