Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 55
OMISSION regarding svn log output near top of page

The section mentioned above shows example svn log output with a list of changed paths. To the left of each file, is a letter indicating the type of change. However, I could not find an explanation anywhere of what those letters mean. The actual output has the entries indented, as well, somewhat confuling the situation.

The questions that need to be answered are:
1. What do the letters mean? Are they the same as the "svn status" output (which is documented, I believe)
2. Since in other output there are multiple columns of symbols, is this the case with the "svn log -v" output? Is there any way to tell whether the file itself was changed, whether it was a property change, or both?

Anonymous 
Printed Page 121
1st block of code

The -m is placed incorrectly in the following:

htpasswd /etc/svn-auth-file -m sally

should read:

htpasswd -m /etc/svn-auth-file sally

Anonymous 
Printed Page 150
last paragraph, description of "Id"

Expansion of keyword Id in the description is wrong. According to the online-version
it should read
$Id: calc.c 148 2002-07-28 21:30:43Z sally $

Anonymous 
Printed Page 201
svn diff / Description / 2nd paragraph

The second part of the Description after "... are as follows:" are not
set with an idention in other forms (html, pdf) of the book, where all
text following the heading "Description" are set with the same left
border than the heading

Anonymous 
Printed Page 248
Summary of status codes, mid-way down the page

The description of the "X" status code appears to contain
a DocBook formatting code ("XREF linkend..."). This presumably
should be replaced by a cross-reference to the "Externals Definitons"
section on p. 154.

Anonymous