typo errors in book. -c flag instead of -r

C. Michael Pilato cmpilato at red-bean.com
Thu Sep 13 12:21:48 CDT 2007


[recently moderated post]

As it turns out, yes, there is something in Subversion 1.4:  a new
--change/-c parameter which is more or less a shortcut for -rM-1:M.


Julian Davchev wrote:
> Hi,
> 
> Didn't find this in issue tracker, couldn't post problem there, so I
> checkout book and
> Here are typo errors I found.
> 
> 
> ##########SVN VERSION#######
> bash-3.1$ svn --version
> svn, version 1.3.0 (r17949)
>    compiled Feb  1 2006, 13:49:53
> 
> ##########BOOK DIRECTORY SCANNED#########
> bash-3.1$ svn info
> Path: .
> URL: http://svn.red-bean.com/svnbook/trunk/src/en/book
> Repository Root: http://svn.red-bean.com/svnbook
> Repository UUID: 092d64ff-61b7-0310-bf06-9acdfb04b43b
> Revision: 2823
> Node Kind: directory
> Schedule: normal
> Last Changed Author: cmpilato
> Last Changed Rev: 2822
> Last Changed Date: 2007-07-11 23:18:09 +0300 (Wed, 11 Jul 2007)
> Properties Last Updated: 2007-07-19 11:06:19 +0300 (Thu, 19 Jul 2007)
> 
> 
> #########FOUND PROBLEMS################
> bash-3.1$ grep  -inr ' \-c ' ./* |grep -v '\/\.svn'
> ./ch02-basic-usage.xml:1689:$ svn diff -c 3 rules.txt
> ./ch02-basic-usage.xml:1712:$ svn diff -c 5
> http://svn.example.com/repos/example/trunk/text/rules.txt
> ./ch04-branching-and-merging.xml:518:$ svn diff -c 344
> http://svn.example.com/repos/calc/trunk
> ./ch04-branching-and-merging.xml:568:$ svn merge -c 344
> http://svn.example.com/repos/calc/trunk
> ./ch04-branching-and-merging.xml:622:$ svn diff -c 344
> http://svn.example.com/repos/calc/trunk > patchfile
> ./ch04-branching-and-merging.xml:687:$ svn merge -c 344
> http://svn.example.com/repos/calc/trunk my-calc-branch
> ./ch04-branching-and-merging.xml:847:$ svn merge --dry-run -c 344
> http://svn.example.com/repos/calc/trunk
> ./ch04-branching-and-merging.xml:1291:$ svn merge -c -303
> http://svn.example.com/repos/calc/trunk
> ./ch04-branching-and-merging.xml:1343:          <command>svn diff -c
> 9238</command> to see the patch
> ./ch06-server-configuration.xml:1470:$ ### First time: use -c to create
> the file
> bash-3.1$
> 
> 
> 
> These files   it should be -r flag as -c flag is none existing. Unless
> there is something in version 1.4 but I doubt it :)
> 
> 
> Great work,
> Thanks to all contributors
> 
> _______________________________________________
> svnbook-dev mailing list
> svnbook-dev at red-bean.com
> http://www.red-bean.com/mailman/listinfo/svnbook-dev
> 


-- 
C. Michael Pilato <cmpilato at red-bean.com>

"The Christian ideal has not been tried and found wanting.  It has
 been found difficult; and left untried."  -- G. K. Chesterton




More information about the svnbook-dev mailing list