Issue 154 in svnbook: Chp 2, Basic Usage, Fix your mistakes, svn revert command

svnbook at googlecode.com svnbook at googlecode.com
Wed Dec 14 19:13:30 CST 2011


Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 154 by smitatha... at gmail.com: Chp 2, Basic Usage, Fix your  
mistakes, svn revert command
http://code.google.com/p/svnbook/issues/detail?id=154

The 1st example listing svn revert command looks like this:

$ svn status README
M       foo                              <<<- Incorrect filename
$ svn revert README
Reverted 'README'
$ svn status README
$

Since we are talking about reverting the file README, the text should  
instead read as:

$ svn status README
M       README                       <<<-- Changed this line
$ svn revert README
Reverted 'README'
$ svn status README
$

Please describe the problem you found.  Try to avoid referring to "page
numbers", as those are subject to change over time.  If you need to, quote
the book paragraph(s) that are incorrect, and recommend corrections.






More information about the svnbook-dev mailing list