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

restartable 'svn switch' race-condition

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • all
    • 0.28.0
    • libsvn_wc
    • None
    • other

    Description

      At the moment, update_editor.c's open_directory() is installing a new
      revision and 'incomplete' flag, but is *not* installing a new URL
      during a switch.  If you allow 'svn switch' to finish to completion,
      some post-update processing recursively rewrites urls throughout the
      switched area.  But if you interrupt the switch, you'll potentially
      end up with a visible directory (i.e. linked to its parent),
      incomplete, and which claims to be a URL it's not.  This means that
      'svn switch' really isn't restartable.
      
      Mike and I have a patch in progress to remedy this -- it essentially
      makes sure that open_directory() installs the correct 'switch' url
      immediately.  But we've run into other complexities in making it work.
       Attaching the patch below.
      

      Attachments

        1. 1_t.txt
          6 kB
          Ben Collins-Sussman

        Activity

          People

            Unassigned Unassigned
            sussman Ben Collins-Sussman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: