From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 11:06:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02E0E37B404 for ; Wed, 11 Jun 2003 11:06:41 -0700 (PDT) Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46F9743FB1 for ; Wed, 11 Jun 2003 11:06:40 -0700 (PDT) (envelope-from kremels@kreme.com) Received: from h-67-100-4-95.dnvtco56.covad.net ([67.100.4.95] helo=syth.serveftp.net) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 19Q9za-0004s9-00 for freebsd-questions@freebsd.org; Wed, 11 Jun 2003 14:06:38 -0400 Received: from kreme.com (localhost [127.0.0.1]) by syth.serveftp.net (Postfix) with ESMTP id D3A3F433904 for ; Wed, 11 Jun 2003 12:06:32 -0600 (MDT) Date: Wed, 11 Jun 2003 12:06:30 -0600 X-Image-Url: http://syth.serveftp.net/images/paw.gif Mime-Version: 1.0 (Apple Message framework v552) Content-Type: text/plain; charset=US-ASCII; format=flowed From: LuKreme To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <6DCB9926-9C37-11D7-B3D1-003065AB9B0E@kreme.com> X-Mailer: Apple Mail (2.552) Subject: cvsup and co/ci X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 18:06:41 -0000 I grabbed the latest sources for freeBSD 5.1 using cvsup: # cat supfile *default host=cvsup.FreeBSD.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress ports-all tag=. src-all once this process completed, all the source files in the /usr/src/ tree are named: # ls -ls *,v 10 -r--r--r-- 1 root wheel 8935 Jun 4 07:42 COPYRIGHT,v 28 -r--r--r-- 1 root wheel 26752 Jun 10 06:02 MAINTAINERS,v 272 -r--r--r-- 1 root wheel 261179 Jun 4 07:42 Makefile,v 320 -r--r--r-- 1 root wheel 309982 Jun 7 22:15 Makefile.inc1,v 26 -r--r--r-- 1 root wheel 26270 Jun 4 07:42 README,v 304 -r--r--r-- 1 root wheel 283492 Jun 11 00:37 UPDATING,v # find . | more ./bin/cat/Makefile,v ./bin/cat/cat.1,v ./bin/cat/cat.c,v ./bin/chflags/Makefile,v ./bin/chflags/chflags.1,v ./bin/chflags/chflags.c,v &c. &c. So, evidently I need to use co to check all those files in. Fine. I do that easily enough for the files at the /usr/src/ root. But how do I get co to check out ALL the files in the tree without putting the new files in /usr/src? find . | grep ,v | xargs co simply dumped all the new files at the top level of the tree. I am completely unfamiliar with ci/co and have never used them, nor do I know why the files I got where in ci format. I check with a couple of people who have freeBSD 5.0 and 5.1 and they are as puzzled as I. -- we all have our moments when we lose it the key is though, to conceal the evidence before the police arrive