[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Bug in xml commit editor

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2001-01-31 18:15:56 CET

Kevin Pilch-Bisson <kevin@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.
Received on Sat Oct 21 14:36:20 2006

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.