Index: book/TODO
===================================================================
--- book/TODO	(revision 6199)
+++ book/TODO	(working copy)
@@ -39,8 +39,6 @@
   - document new svn+ssh:// syntax.  also explain 'svnserve -t' flag.
     and the new SVN_SSH environment variable.
 
-  - ch06:  .cvsignore files aren't recursive.  neither is svn:ignore prop.
-
   - ch07: maybe a explanation for the person writing a new main()
     application... what are all those callbacks in the ctx_t used for?
     people have asked this in irc.  what sort of things does an
Index: book/book/ch06.xml
===================================================================
--- book/book/ch06.xml	(revision 6199)
+++ book/book/ch06.xml	(working copy)
@@ -1062,11 +1062,7 @@
             are slight discrepancies in what the ignore patterns apply
             to.  Also, Subversion does not recognize the use of the
             <literal>!</literal> pattern as a reset back to having no
-            ignore patterns at all.  Finally, while the
-            <filename>.cvsignore</filename> patterns apply recursively
-            from the directory in which they reside, Subversion's
-            <literal>svn:ignore</literal> property applies only to the
-            directory on which it is set.</para>
+            ignore patterns at all.</para>
 
         </sidebar>
 


