Re: [Issue 1230] - dedicated 'svn export' editor
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-04-16 21:16:01 CEST
On Wed, Apr 16, 2003 at 01:55:08PM -0500, Ben Collins-Sussman wrote:
Missed the second part here. dir_baton isn't needed -- you can simply return
This also implies the file_baton simply refer directly to the edit_baton.
>...
The logic around "err" isn't fully needed. The following works exactly the
err = hb->apply_handler (...);
return err;
In the previous code, the "if" would only fire when err==NULL. But in that
As a style nit, I'd also make that "if (err)". We rarely (and shouldn't)
> * why keep a full hash of the props when you're only interested in
Ah. Gotcha. Maybe leave a note in there about this? Something like "we don't
Altho... now that I think about it: the code to pull out the change is about
if (name == "foo")
vs the current organization:
keywords.last_author = apr_hash_get(...)
Both would work just fine...
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 Apr 16 21:16:24 2003 |
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.