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

Re: CVS update: subversion/notes delta.dtd

From: <cmpilato_at_collab.net>
Date: 2001-03-06 00:03:28 CET

Sam TH <sam@uchicago.edu> writes:

> Actually, I only needed the following patch to get all the
> tests/xml/*.xml documents to validate:
>
> Index: delta.dtd
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /cvs/subversion/notes/delta.dtd,v
> retrieving revision 1.1
> diff -u -r1.1 delta.dtd
> --- delta.dtd 2001/03/05 18:26:29 1.1
> +++ delta.dtd 2001/03/05 22:33:42
> @@ -37,10 +37,12 @@
> <!ATTLIST dir
> ancestor CDATA #IMPLIED
> ver CDATA #IMPLIED
> + base-rev CDATA #IMPLIED
> >
> <!ELEMENT file ((prop-delta, (text-delta | text-delta-ref)?) |
> ((text-delta | text-delta-ref), prop-delta?))?>
> <!ATTLIST file
> ancestor CDATA #IMPLIED
> ver CDATA #IMPLIED
> + base-rev CDATA #IMPLIED
> >

If I recall correctly, the "ancestor" and "ver" attributes no longer
exist at all. Added files and dirs can have "copyfrom-path" and
"copyfrom-rev" attributes instead, and Replaced files and dirs can
have a "base-rev" attribute. Also, the delta-pkg tag can have
"base-rev" and "target-rev" attributes. I *think* those are the only
changes that were made.
Received on Sat Oct 21 14:36:25 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.