recursive/nonrecursive
From: Ben Collins-Sussman <sussman_at_collab.net>
 
Date: 2002-07-03 22:08:16 CEST 
So I'm working on issue #493, started by pilchie long ago.
 Here is a summary of how our client subcommands currently behave:
                 Normal behavior:              Option:
 add               nonrecursive                  --recursive
 And here is a list of TODO items that cmpilato and I think need to be
 info              nonrecursive
     We should create --recursive options for these subcommands.
 checkout          recursive                     --nonrecursive     
     Yes, you can check out a nonrecursive working copy... but does
     - 'svn co -n URL' effectively creates a wc of the directory of
     - Yes, you can commit changes to the file-children.
     - Updates don't work, assuming things changed  below your wc.
     I'm worried about this feature, because it feels half-implemented
     Should we remove this feature?  If not, how should we finish it?
 ---------------------------------------------------------------------
  | 
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.