From owner-freebsd-commit Fri Aug 4 02:36:25 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA00706 for commit-outgoing; Fri, 4 Aug 1995 02:36:25 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA00693 for cvs-user-outgoing; Fri, 4 Aug 1995 02:36:22 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id CAA00686 ; Fri, 4 Aug 1995 02:36:11 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.11/8.6.9) with SMTP id CAA03371; Fri, 4 Aug 1995 02:35:40 -0700 To: "Rodney W. Grimes" cc: jkh@freefall.cdrom.com (Jordan K. Hubbard), CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com Subject: Re: cvs commit: src/lib Makefile In-reply-to: Your message of "Fri, 04 Aug 1995 01:03:54 PDT." <199508040803.BAA10553@gndrsh.aac.dev.com> Date: Fri, 04 Aug 1995 02:35:40 -0700 Message-ID: <3368.807528940@time.cdrom.com> From: "Jordan K. Hubbard" Sender: commit-owner@FreeBSD.org Precedence: bulk > FYI, here is a little trick to do this in a tree style commit rather > quickly, getting both the tree removal, and the removal from the > top level makefile without checking out all of src/lib. Thanks. I actually have the full source tree checked out on freefall so I don't need to do the `cvs co -l' tricks, but yes `cvs remove -R' is definitely your friend and what I used to clean the libftp tree out! :-) Jordan