[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-issues
Subject:    [Issue 695] Changed - "svn checkout --nonrecursive" should be sticky
From:       issues () subversion ! tigris ! org
Date:       2002-09-23 18:28:15
[Download RAW message or body]

http://subversion.tigris.org/issues/show_bug.cgi?id=695

*** Old
--- New
***************
*** 80,82 ****
--- 80,120 ----
  
  ------- Additional Comments From cmpilato@tigris.org  2002-07-31 12:48 PDT -------
  p5, post-1.0
+ 
+ ------- Additional Comments From schiele@tigris.org  2002-09-23 11:28 PDT -------
+ As suggested by Karl Fogel I will describe here an addition to the 
+ co command (Mostly a copy from my mail to the dev list --- for the 
+ full discussion see the mailing list archive.): 
+  
+ Currently svn co needs at least one URL. 
+  
+ A new operating mode should be introduced for co which would be 
+ used, if no URL bot only a relative directory is given.  Valid 
+ options are the same as for "normal" co mode.  This means 
+  
+ # svn co subdir 
+  
+ would do the following: 
+  
+ - If called outside a working copy, print an error message. 
+  
+ - If called inside a working copy of the URL 
+ http://server/path/to/dir it will: 
+  
+   - Print an error message, if subdir already exists as file or dir 
+ in the current directory. 
+  
+   - Add http://server/path/to/dir/subdir to the current working 
+ copy, if the repository contains such a subdir and there is no 
+ conflicting file or dir in the current working copy. 
+  
+   - Print an error message, if http://server/path/to/dir/subdir does 
+ not exist in the repository. 
+  
+ The operation that should be done in the non error case should be 
+ similar as: 
+  
+ # svn co http://server/path/to/dir/subdir 
+  
+ Add '<entry name="subdir" kind="dir"/>' to .svn/entries in current 
+ dir. 
\ No newline at end of file

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic