On Mon, Mar 05, 2001 at 09:41:50PM -0600, cmpilato@collab.net wrote:
The attribute lists for file and dir are identical.  If someone has a
good name for the category they both belong to, then I'll make it look
nicer.  
New patch:
Index: delta.dtd
===================================================================
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/06 20:56:42
@@ -1,6 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- XML DTD for Subversion's delta packages. -->
 <!ELEMENT delta-pkg (tree-delta, text-delta*)>
+<!ATTLIST delta-pkg
+  base-rev CDATA #IMPLIED
+  target-rev CDATA #IMPLIED 
+>
 
 <!-- Delta types. -->
 <!ELEMENT prop-delta (set | delete)+>
@@ -35,12 +39,14 @@
 <!-- Delta targets. -->
 <!ELEMENT dir ((prop-delta, tree-delta?) | (tree-delta, prop-delta?))?>
 <!ATTLIST dir
-  ancestor CDATA #IMPLIED
-  ver CDATA #IMPLIED
+  copyfrom-path CDATA #IMPLIED
+  copyfrom-rev 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
+  copyfrom-path CDATA #IMPLIED
+  copyfrom-rev CDATA #IMPLIED
+  base-rev CDATA #IMPLIED
 >
           
        sam th		     
        sam@uchicago.edu
        http://www.abisource.com/~sam/
        GnuPG Key:  
        http://www.abisource.com/~sam/key
- application/pgp-signature attachment: stored
 
Received on Sat Oct 21 14:36:25 2006