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

update receiving delete for missing directory

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 0.31
    • libsvn_wc
    • None

    Description

      It doesn't work
      
      svnadmin create repo
      svn mkdir -mx file://`pwd`/repo/foo
      svn rm -mx file://`pwd`/repo/foo
      svn co -r1 file://`pwd`/repo wc
      rm -rf wc/foo
      svn up wc
      ../svn/subversion/libsvn_wc/lock.c:422: (apr_err=155005)
      svn: Working copy not locked
      svn: directory not locked (wc/foo)
      
      That's bad enough, but if the user tries to update the missing
      directory explicitly
      
      svn up wc/foo
      ../svn/subversion/libsvn_wc/log.c:288: (apr_err=155009)
      svn: Problem running log
      svn: in directory wc
      ../svn/subversion/libsvn_wc/log.c:1191: (apr_err=155009)
      svn: start_handler: error processing command 'delete-entry' in wc
      ../svn/subversion/libsvn_wc/lock.c:422: (apr_err=155005)
      svn: Working copy not locked
      svn: directory not locked (wc/foo)
      
      the working copy remians locked and  a non-runable log file gets left
      behind. That's very nasty, cleanup cannot remove such a lock.
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: