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

Re: [PROPOSAL] Drop XML from .svn/entries

From: Branko Čibej <brane_at_xbc.nu>
Date: 2006-04-12 12:00:49 CEST

Before we go ballistic about file formats, I'd like to note that the
real problem with XML in .svn/entries isn't speed but all the escaping
that needs to be done. Escaping will be needed with any format, but XML
is a special PITA here.

I'd also like to point out that we have a config file parser that's
quite good enough for entries files, so please don't invent another file
format. That parser may need some optimisations if we use it for entries
files, but at least it's not completely new code.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 12 12:03:27 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.