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

del -> ci -> cp = missing directory?

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.4.x
    • 1.7.0
    • libsvn_wc

    Description

      The following recipe demonstrates some inconsistencies:
      
       svn del <dir>
       svn ci -m '' <dir>
       svn st -uN  <----- shows *no* changes, nothing missing
       svn cp . <tag/branch url> <----- fails with 'missing <dir>' error.
       svn up -N
       svn cp . <tag/branch url> <----- copy successful
      
      I guess the problem is that the cwd meta data is not getting updated during the
      commit?
      

      Original issue reported by emiller

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              subversion-importer Subversion Importer
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: