Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
trunk
Description
svn status --xml is broken if the user has any changelists defined. The status element is supposed to contain only target elements, but the current code will place entry elements directly in the status element, as well as the "--- Changelist 'bla'" text. We need to decide what the proper schema is, update subversion/svn/schema/status.rnc to define it, and fix the implementation to use it. One possibility: make status = element status { (target | changelist)* }