You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ramkumar Ramachandra <ar...@gmail.com> on 2010/08/07 14:32:07 UTC

Re: svn commit: r983222 - /subversion/trunk/subversion/svnrdump/load_editor.c

Hi Daniel,

Daniel Shahaf writes:
> artagnon@apache.org wrote on Sat, Aug 07, 2010 at 12:31:50 -0000:
> > Author: artagnon
> > Date: Sat Aug  7 12:31:50 2010
> > New Revision: 983222
> > 
> > URL: http://svn.apache.org/viewvc?rev=983222&view=rev
> > Log:
> > svnrdump: Fix a bug in the load_editor; it was unable to handle
> > revisions without node information previously.
> > 
> > * subversion/svnrdump/load_editor.c
> >   (close_revision): Add a new if-branch; if the commit_editor doesn't
> >   exist, create one, open_root and close_edit on it to indicate that
> >   we've finished processing the revision. While at it, also fix indentation.
>                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> I take it you haven't seen my previous commit review yet?

The trade-off is the creation of many trivial commits :)

-- Ram

Re: svn commit: r983222 - /subversion/trunk/subversion/svnrdump/load_editor.c

Posted by Branko Čibej <br...@xbc.nu>.
On 07.08.2010 16:32, Ramkumar Ramachandra wrote:
> Hi Daniel,
>
> Daniel Shahaf writes:
>   
>> artagnon@apache.org wrote on Sat, Aug 07, 2010 at 12:31:50 -0000:
>>     
>>> Author: artagnon
>>> Date: Sat Aug  7 12:31:50 2010
>>> New Revision: 983222
>>>
>>> URL: http://svn.apache.org/viewvc?rev=983222&view=rev
>>> Log:
>>> svnrdump: Fix a bug in the load_editor; it was unable to handle
>>> revisions without node information previously.
>>>
>>> * subversion/svnrdump/load_editor.c
>>>   (close_revision): Add a new if-branch; if the commit_editor doesn't
>>>   exist, create one, open_root and close_edit on it to indicate that
>>>   we've finished processing the revision. While at it, also fix indentation.
>>>       
>>                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>>
>> I take it you haven't seen my previous commit review yet?
>>     
> The trade-off is the creation of many trivial commits :)
>   

We do have a long-standing preference to not mix functional and
stylistic changes in the same commit. It's even documented in Hacking.

-- Brane