Version Control with Subversion by Ben Collins-Sussman, Brian W. Fitzpatrick, C. Michael Pilato The following errata were *corrected* in the 10/04 reprint: Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Correction for Foreword: The book they produced is grounded firmly in the bedrock of experience, not in the shifting sands of wishful thinking; and it combines the best aspects of user manual and FAQ sheet. NOW READS: The book they produced is grounded firmly in the bedrock of experience, not in the shifting sands of wishful thinking; it combines the best aspects of user manual and FAQ sheet. (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. {8} example below 1st paragraph; URI for local repositor "file://path...", NOW READS "file:///path/to/repository". (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: (111) 1st paragraph of "Invoking the Server"; There a few different ways to invoke ... NOW READS: There are a few different ways to invoke ... (142) 3rd paragraph, 2nd line; ... Subversion has it own uses for properties, ... NOW READS: .. Subversion has its own uses for properties, ...