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

Re: [PATCH] Do 'svn log --xml --incremental'

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-29 22:44:00 CET

Nuutti Kotivuori <naked@iki.fi> writes:
> Well, yes - but what this means is that you can prepend to a
> non-incremental log invocation, but you can't append to it. I think
> that's a bit weird - I would expect that you can append an incremental
> log to a normal log, but not prepend. Perhaps the incremental option
> should suppress the beginning separator, not the ending? Anyway, this
> is a different discussion.

Appending is less useful with log messages than with other sorts of
data, since log message files are reversed: they tend to have the
newest data at the beginning of the file rather than the end.

> Concatenating several 'svn log --xml --incremental' invocations is not
> going to give you a well-formed document either. It lacks the XML
> declaration and the document would have several root elements, where
> as only one is allowed.

Right, but it gives you something that *is* valid when wrapped between
a start and end element.

> Thanks, committed.

Cool.

> I'll probably be revising this thing when a cleanup is done on the XML
> output format (and a DTD is made for it) - currently it's pretty
> suboptimal, especially on the changed paths section.

Okay.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 29 23:15:31 2002

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.