Re: Fwd: Subversion AppleDouble patch updated to 1.5.0
From: Peter Samuelson <peter_at_p12n.org>
Date: Sat, 9 Aug 2008 11:28:19 -0500
> --- subversion-1.5.0/subversion/include/applefile.h 1969-12-31 19:00:00.000000000 -0500
With no license. Ummm. Lee Jones, you have a call on line 1. Lee
> +#if DARWIN
Feature macros, not platform macros! Should be SVN_HAVE_APPLEDOUBLE.
> +#if DARWIN
And don't conditionalize this one at all. Because then you have to
> +#if DARWIN
And again, no point using a conditional.
> +#if DARWIN
In fact, the code would look cleaner without the conditional - move the
#else
(It's ok, it already has "maybe" in the name!)
> + if (entry->kind == svn_node_file && strcmp(name, SVN_PROP_APPLEDOUBLE) == 0)
Comment should say "file:appledouble".
-- Peter Samuelson | org-tld!p12n!peter | http://p12n.org/
|
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.