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

empty parents of externals not removed along with externals on update

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 1.7.2
    • libsvn_client
    • None

    Description

      The following recipe causes an unversioned directory to stay in the working copy:
      
        svn mkdir foo
        svn propset svn:external 'URL PATH' foo
        svn update   # gets external item into foo/PATH
        svn commit   # "Committed rN"
        svn update -r (N-1)  # update to previous rev
      
      The update which goes back to r(N-1) does not delete the directory 'foo' from
      disk. It stays behind as an unversioned, empty directory.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            stsp Stefan Sperling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: