[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/subversion/libsvn_delta/tests xml-output-test.c

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-05 18:45:57 CEST

> Does the DTD indicate that one can't change properties on a root
> directory (either the root of the repos, or the "root" of the
> current change)?

Well, a delta-pkg contains a tree-delta and zero or more (deferred)
text-deltas. The tree-delta is for the root directory. If you wanted
to change the properties on the root directory, you'd have to have a
prop-delta living directly under the delta-pkg element (instead of
under a dir element, where directory prop deltas normally live). So
the first directive of Branko's DTD would have to be modified to:

<!ELEMENT delta-pkg (tree-delta, prop-delta?, text-delta*)>
Received on Sat Oct 21 14:36:10 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.