| switching a single file
From: Ben Collins-Sussman <sussman_at_collab.net>
 Date: 2002-02-01 18:38:37 CET 
OK, more theoretical discussion on 'svn switch'.
 Here's how switch looks on a directory:
    $ svn switch A/D/H file:///.../A/B/E
 When the command completes, 'H' still has the same name -- both the
 So now I want to switch a file:
    $ svn switch A/mu file:///.../A/B/E/alpha
 If I anchor the update-editor and dir_delta on 'A', then I see this
    D  A/mu
 Which certainly *not* what we want!
 So I see two possible routes from here:
  
             D  A/mu
     This whole idea seems nasty to me.
  2. Assuming dir_delta is incapable, have some *other* routine drive
            open_root()  <-- which is A
     Am I right in assuming that there's no possible way to make
     So if that's true, perhaps in the case of a single file
 Opinions?
 ---------------------------------------------------------------------
 | 
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.