[This is the result of running "cvs -q diff -c -r 1.16 -r 1.17 FAQ" on the CVS repository.] Index: FAQ =================================================================== RCS file: /home2/cvsroot/ccvs/FAQ,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** FAQ 1997/12/16 14:50:21 1.16 --- FAQ 1997/12/31 09:26:55 1.17 *************** *** 5280,5291 **** Oversight. It should be able to delete an empty directory, but you still don't have a way to remember when it was there and when it ! disappeared to allow the "-D " option to work. You'll have to remove the working directory and the matching directory in the Repository. ! Last modified: _6/13/1997_ 3. I don't like removing files. Is there another way to ignore them? --- 5280,5295 ---- Oversight. It should be able to delete an empty directory, but you still don't have a way to remember when it was there and when it ! disappeared to allow the "-D " option to work. You'll have to remove the working directory and the matching directory in the Repository. ! Note that you want to do a _cvs remove dir_ in the working directory, ! do a cvs commit, and then do a _rmdir dir_ in the Repository. ! (msusrtsp.mark at eds dot com) ! ! Last modified: _12/18/1997_ 3. I don't like removing files. Is there another way to ignore them?