Errata
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. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".
The following errata were submitted by our customers and approved as valid errors by the author or editor.
Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question
| Version |
Location |
Description |
Submitted By |
Corrected |
| Printed |
Page xv
last line of the page |
http://www.oreilly.com/catalog/postfix
NOW READS:
http://www.oreilly.com/catalog/9780596004484/
|
Anonymous |
Oct 2005 |
| Printed |
Page 6
the last line before "Subversion's Components" |
The last line before "Subversion's Components" had an extra double quote at the end of the line
This HAS BEEN CORRECTED.
|
Anonymous |
Oct 2004 |
| Printed |
Page 8
example below 1st paragraph |
URI for local repositor "file://path...", NOW READS
"file:///path/to/repository".
|
Anonymous |
Oct 2004 |
| Printed |
Page 31
svn status output |
$ svn status
L abc.c # svn has a lock in its .svn directory for abc.c
M bar.c # the content in bar.c has local modifications
M baz.c # baz.c has property but no content modifications
X 3rd_party # this dir is part of an externals definition
? foo.o # svn doesn't manage foo.o
! some_dir # svn manages this, but it's either missing or incomplete
~ qux # versioned as dir, but is file, or vice versa
I .screenrc # this file is ignored
A + moved_dir # added with history of where it came from
M + moved_dir/README # added with history and has local modifications
D stuff/fish.c # this file is scheduled for deletion
A stuff/loot/bloo.h # this file is scheduled for addition
C stuff/loot/lump.c # this file has conflicts from an update
S stuff/squawk # this file or dir has been switched to a branch
...
NOW READS:
$ svn status
L abc.c # svn has a lock in its .svn directory for abc.c
M bar.c # the content in bar.c has local modifications
M baz.c # baz.c has property but no content modifications
X 3rd_party # this dir is part of an externals definition
? foo.o # svn doesn't manage foo.o
! some_dir # svn manages this, but it's either missing or incomplete
~ qux # versioned as dir, but is file, or vice versa
I .screenrc # this file is ignored
A + moved_dir # added with history of where it came from
M + moved_dir/README # added with history and has local modifications
D stuff/fish.c # this file is scheduled for deletion
A stuff/loot/bloo.h # this file is scheduled for addition
C stuff/loot/lump.c # this file has conflicts from an update
S stuff/squawk # this file or dir has been switched to a branch
...
|
Anonymous |
Oct 2005 |
| Printed |
Page 43
Examining local changes |
As we've seen, invoking svn diff with no switches will compare your working files to
the cached "pristine" copies in the.svn area:
NOW READS:
As we've seen, invoking svn diff with no switches will compare your working files to
the cached "pristine" copies in the .svn area:
|
Anonymous |
Oct 2004 |
| Printed |
Page 106
the 2nd code listing; |
the second code listing on the page had a "&hellip" which was an untranslated ellipsis. This HAS BEEN CORRECTED to appear as "..." as in the prior examples.
|
Anonymous |
Oct 2005 |
| Printed |
Page 111
1st paragraph of "Invoking the Server" |
There a few different ways to invoke ...
NOW READS:
There are a few different ways to invoke ...
|
Anonymous |
Oct 2004 |
| Printed |
Page 142
3rd paragraph, 2nd line |
... Subversion has it own uses for properties, ...
NOW READS:
.. Subversion has its own uses for properties, ...
|
Anonymous |
Oct 2004 |