| Another bikeshed, another show...
From: Ben Collins-Sussman <sussman_at_collab.net>
 Date: 2001-11-26 22:45:18 CET 
OK, I may regret this, but here's another bikeshed UI question.
 Here's the 'simple' scenario:
    1.  I make local mods within a directory called 'foodir'.
    2.  'svn mv foodir bardir'
         This rename is really 'svn cp foodir bardir && svn rm foodir'.
    3.  When I run 'svn status', what should I see?
 Note that when a directory is copied within the working copy, all of
 Right now, 'svn status' would show this:
 A                2    ./bardir
 That's because we've told status to print an "A" whenever it sees the
 Of course, this is bogus I think.  If "copied" is truly independent of
 A                2    ./bardir
 ...is what I should see if I have no local mods inside bardir, and...
 A                2    ./bardir
 ... is what I should see if I've tweaked alpha's text as well.
 Here's the issue:  Karl and Mike are of the opinion that this isn't
 A  A             2    ./bardir
 Now the eye can see a "block" of paths that remind one that a subtree
 Is this good?  Or is it too much?  In theory, if one sees a directory
 ---------------------------------------------------------------------
 | 
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.