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

Commit of a move with a move of a subtree below

    XMLWordPrintableJSON

Details

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

    Description

      $ svnadmin create repos
      
      $ svn co file:///%CWD%/repos wc
      
      $ cd wc
      
      $ svn mkdir A
      
      $ svn mkdir A/B
      
      $ svn mkdir A/B/C
      
      $ echo F > A/B/C/f
      
      $ svn add F
      
      $ svn up
      
      
      
      $ svn mv A/B/C C2
      
      
      
      $ svn mv A A2
      
      
      
      $ svn ci --depth empty A A2
      
      
      
      Will leave C2 as moved from its original location (original_* is not updated), 
      while it was reported as a move from A2/B/C.
      
      
      
      The original location and revision should be updated.
      

      Attachments

        Issue Links

          Activity

            People

              philipm Philip Martin
              rhuijben Bert Huijben
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: