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

missing directory replace on update 1.8 svnserve 1.7 client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 1.8.0
    • libsvn_ra_svn
    • None

    Description

      Running the 1.7 tests over ra_svn with a 1.8 server shows an unexpected FAIL in
      revert_tests.py 28. The problem can be reduced to:
      
      svnadmin create repo
      svn -mm mkdir --parents file://`pwd`/repo/A/B
      svn -mm rm file://`pwd`/repo/A/B
      svn -mm mkdir file://`pwd`/repo/A/B
      svn co svn://localhost/repo@1 wc
      svn up wc
      
      The expected update is:
      
      $ svn up wc
      D    wc/A/B
      A    wc/A/B
      Updated to revision 3.
      
      Trying with 1.7 and 1.8 clients and servers that is what is obtained for 3 out
      of the 4 combinations, but when the client is 1.7 and the server is 1.8 the
      update gives:
      
      $ svn up wc
      Updated to revision 3.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: