On Tue, Feb 13, 2001 at 01:21:34PM -0800, [EMAIL PROTECTED] wrote: > On Tue, 13 Feb 2001, David Reid wrote: > > Whenever I do a cvs update from the httpd-2.0 directory I get these... > > > > ? srclib/apr-util/PrintPath > > ? srclib/apr-util/lt.debug > > ? srclib/apr-util/include/apu_config.h.in > > ? srclib/apr-util/include/apu_private.h > > ? srclib/apr-util/src/Makefile > > ? srclib/apr-util/src/buckets/Makefile > > ? srclib/apr-util/src/buckets/ap_buckets.lo > > ? srclib/apr-util/src/buckets/ap_buckets_eos.lo > > ? srclib/apr-util/src/buckets/ap_buckets_file.lo > > ? srclib/apr-util/src/buckets/ap_buckets_flush.lo > > ? srclib/apr-util/src/buckets/ap_buckets_heap.lo > > ? srclib/apr-util/src/buckets/ap_buckets_mmap.lo > > ? srclib/apr-util/src/buckets/ap_buckets_pipe.lo > > ? srclib/apr-util/src/buckets/ap_buckets_pool.lo > > ? srclib/apr-util/src/buckets/ap_buckets_refcount.lo > > ? srclib/apr-util/src/buckets/ap_buckets_simple.lo > > ? srclib/apr-util/src/buckets/ap_buckets_socket.lo > > ? srclib/apr-util/src/crypto/Makefile > > ? srclib/apr-util/src/crypto/ap_sha1.lo > > ? srclib/apr-util/src/dbm/Makefile > > ? srclib/apr-util/src/dbm/apr_dbm.lo > > ? srclib/apr-util/src/dbm/sdbm/Makefile > > ? srclib/apr-util/src/dbm/sdbm/sdbm.lo > > ? srclib/apr-util/src/dbm/sdbm/sdbm_hash.lo > > ? srclib/apr-util/src/dbm/sdbm/sdbm_lock.lo > > ? srclib/apr-util/src/dbm/sdbm/sdbm_pair.lo > > ? srclib/apr-util/src/encoding/Makefile > > ? srclib/apr-util/src/encoding/ap_base64.lo > > ? srclib/apr-util/src/hooks/Makefile > > ? srclib/apr-util/src/hooks/ap_hooks.lo > > ? srclib/apr-util/src/uri/Makefile > > ? srclib/apr-util/src/xml/Makefile > > > > > > Any ideas why? > > Because we deleted that stuff. :-( This is what happens when you delete > files from CVS by removing them from the repository.
hehe... "duh" ... :-) That isn't what happened. Look at the files above. They are the *.lo files. We "cvs rm'd" the files and left them in the repository. The source files were all removed, including the .cvsignore files. So... the *.lo files show up. The answer is to just delete all the files listed above. They're old, generated files. Cheers, -g -- Greg Stein, http://www.lyra.org/
