Re: XML-outputting editor questions
From: Bob Miller <kbob_at_jogger-egg.com>
Date: 2000-09-30 06:17:02 CEST
Greg Hudson wrote:
> I was going to have a go at the editor which outputs XML, but:
Oops, me too. I haven't produced any code yet, but I've been
> * Uh, where do I find a description of what XML elements I
There are several examples, look at all the files named *.delta.
Branko also posted a DTD which describes the language. It's here.
http://subversion.tigris.org/subversion-dev/current/msg00555.html
> * Karl's framework has this variable postfix_text_deltas.
It's possible to either put text deltas in line, like this,
<file ancestor="/path/to/foo">
or you can put the text deltas at the end, like this.
<file ancestor="/path/to/foo">
Then, after the final </tree-delta>, but before the </delta-pkg>,
<text-delta id="(What goes here?)">text delta data</text-delta
Take a look at libsvn_delta/tests/postfix.delta for an example
I think the editor can intuit which to do like so. If you see
I guess text-delta ids can be any unique strings, picked by the
As for the boolean, I dunno. I was going to make the inline vs.
> * The envisioned interface svn_txdelta_to_vcdiff() doesn't
I don't know.
> I did implement escape_string(), since that was easy.
Heh, heh. Me, too.
The important question is, are you going to implement this, or am I?
-- K<bob> kbob_at_jogger-egg.com, http://www.jogger-egg.com/Received on Sat Oct 21 14:36:09 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.