[REVIEW] Section "Changelists as Operation Filters"
    Daniel Shahaf 
    d.s at daniel.shahaf.co.il
       
    Thu Jun 12 13:21:50 CDT 2008
    
    
  
Karl Heinz Marbaise wrote on Thu, 12 Jun 2008 at 20:11 +0200:
> Hi,
> 
> I have found a little issue in the examples to rename a changelist via
> the command line:
> The following command:
> 
> $ svn changelist BUGFIX --changelist ISSUE1 --depth infinity .
> 
Unrelated: the --cl alias to --changelist is not documented or used.
> will produce the following output:
> 
> svn: warning: Removing 'daughter/fishie.txt' from changelist 'ISSUE1'.
> Path 'daughter/fishie.txt' is now a member of changelist 'BUGFIX'
> 
> Within the book there is an supplemental line "Skipped '.'" for RC11
> this is not true...
> 
> I have appended a patch for this.
> 
> BTW: I would suggest to remove the "--depth infinity ." from this
> command, cause IMHO it's confusing...why i need a --depth option...
> 
--depth is implied, but "." is necessary (you get an error without it).
> 
> Kind regards
> Karl Heinz Marbaise
> 
    
    
More information about the svnbook-dev
mailing list