You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2011/08/10 10:53:01 UTC

svn commit: r1156076 - /subversion/trunk/subversion/svn/schema/info.rnc

Author: julianfoad
Date: Wed Aug 10 08:53:01 2011
New Revision: 1156076

URL: http://svn.apache.org/viewvc?rev=1156076&view=rev
Log:
Fix 'info.rnc', following r1155001 which added 'moved-from' and 'moved-to'
fields in the 'wc-info' element.

* subversion/svn/schema/info.rnc
  (moved-from, moved-to): New elements.

Modified:
    subversion/trunk/subversion/svn/schema/info.rnc

Modified: subversion/trunk/subversion/svn/schema/info.rnc
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/schema/info.rnc?rev=1156076&r1=1156075&r2=1156076&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/schema/info.rnc (original)
+++ subversion/trunk/subversion/svn/schema/info.rnc Wed Aug 10 08:53:01 2011
@@ -86,6 +86,10 @@ prop-updated = element prop-updated { xs
 
 checksum = element checksum { md5sum.type }
 
+moved-from = element moved-from { string }
+
+moved-to = element moved-to { string }
+
 conflict =
   element conflict {
     prev-base-file,