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

Need better error when slave is out-of-date

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • ---
    • 1.8.0
    • libsvn_ra_serf

    Description

      When using a DAV write-through proxy the slave will be out-of-date w.r.t. the
      master immediately after a commit for a short period. During that period update
      in the committed working copy will fail because the committed parts are at a
      newer revision than the slave.
      
      Neon gives a more user-friendly error message than serf:
      
      $ svn up wc2 --config-option servers:global:http-library=serf
      Updating 'wc2':
      svn: E175002: REPORT request on '/slave/!svn/vcc/default' failed: 500 Internal
      Server Error
      
      $ svn up wc2 --config-option servers:global:http-library=neon
      Updating 'wc2':
      svn: E000000: A reported revision is higher than the current repository HEAD
      revision.  Perhaps the repository is out of date with respect to the master
      repository?
      

      Attachments

        1. 1_issue-4021-recipe.sh
          0.5 kB
          C. Michael Pilato

        Activity

          People

            cmpilato C. Michael Pilato
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: