You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kevin Pilch-Bisson <ke...@pilch-bisson.net> on 2001/01/31 17:08:32 UTC

Bug in xml commit editor

Hi All, 

I just found a bug (which I am guessing is related to the change #1
stuff).  If you check out an xml file, and then commit without making
any changes, the commit.xml file doesn't have the </delta-pkg> tag.
-- 
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson
kevin@pilch-bisson.net
http://www.pilch-bisson.net
PGP Public Key At http://pgp.pilch-bisson.net

Re: Bug in xml commit editor

Posted by Ben Collins-Sussman <su...@newton.collab.net>.
Kevin Pilch-Bisson <ke...@pilch-bisson.net> writes:

> I just found a bug (which I am guessing is related to the change #1
> stuff).  If you check out an xml file, and then commit without making
> any changes, the commit.xml file doesn't have the </delta-pkg> tag.

Actually, the xml file should be empty.  At least that's how it used
to be, and I thought it made more sense than to produce a file like

   <delta-pkg>
   </delta-pkg>

And yes, this has to do with change #1.  Whenever we get the
xml-output editor, it must be writing two tags automatically, instead
of waiting for the first editor command.  This can be easily fixed.