Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-2859

'svn status --xml' broken if user has changelists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 1.5.0
    • cmdline client

    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)* }
      

      Attachments

        1. 1_new-status-output.xml
          1 kB
          Daniel Rall

        Activity

          People

            Unassigned Unassigned
            glasser David Samuel Glasser
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: