danielsh_at_tigris.org writes:
> Karl Fogel wrote on Thu, 28 Aug 2008 at 13:15 -0400:
>> danielsh_at_tigris.org writes:
>> > And it also needs to say that LOGFILE won't be cleared. Suggested
>> > patch:
>> >
>> > Index: subversion/libsvn_wc/update_editor.c
>> > ===================================================================
>> > --- subversion/libsvn_wc/update_editor.c (revision 32790)
>> > +++ subversion/libsvn_wc/update_editor.c (working copy)
>> > @@ -1069,11 +1069,10 @@ open_root(void *edit_baton,
>> > }
>> >
>> >
>> > -/* Helper for delete_entry().
>> > +/* Helper for delete_entry() and do_entry_deletion().
>> >
>> > - Search an error chain (ERR) for evidence that a local mod was left.
>> > - If so, cleanup LOGFILE and return an appropriate error. Otherwise,
>> > - just return the original error chain.
>> > + If the error chain ERR contains evidence that a local mod was left
>> > + (an SVN_ERR_WC_LEFT_LOCAL_MOD error), clean ERR. Otherwise, return ERR.
>> > */
>> > static svn_error_t *
>> > leftmod_error_chain(svn_error_t *err,
>> >
>> > ?
>>
>> "clear" not "clean" :-)
>>
>
> r32796.
But doesn't r32796 still have the "clear" vs "clean" typo?
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-28 19:38:16 CEST