Re: [PATCH] fix for issue #2556: support working copies on the root of a (virtual) drive
From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-08-22 23:38:30 CEST
> > Reading it Garrett's way: we may want to rev the APIs just because of the
Apart from this little nit:
+ if ((status == APR_SUCCESS ||
Which is shorter written as
+ if ((status == APR_SUCCESS ||
I'm +1 on committing this. Note that that's only based on code review:
> I didn't rev any of the functions in path.c nor deleted is_canonical. This
That, and in the common case (where the revved api would be used), you
bye,
Erik.
---------------------------------------------------------------------
|
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.