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

'svn st -u' fails if directory deleted in HEAD

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • all
    • 0.28.0
    • src
    • None

    Description

      Here's the error
      
      svnadmin create repo
      svn mkdir -m x file://`pwd`/repo/foo
      svn rm -m x file://`pwd`/repo/foo
      svn co -r1 file://`pwd`/repo wc
      svn st -u wc
      ../svn/subversion/libsvn_wc/lock.c:488: (apr_err=155005)
      svn: Working copy not locked
      svn: directory not locked ()
      
      Add -v to give 'svn st -uv wc'  and the command works.
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: