From owner-freebsd-questions@FreeBSD.ORG Fri May 5 17:45:46 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6C42F16A40A for ; Fri, 5 May 2006 17:45:46 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F72943D45 for ; Fri, 5 May 2006 17:45:43 +0000 (GMT) (envelope-from bc979@lafn.org) Received: from [10.0.1.5] (pool-71-109-244-179.lsanca.dsl-w.verizon.net [71.109.244.179]) (authenticated bits=0) by zoot.lafn.org (8.13.4/8.13.4) with ESMTP id k45Hjfo0097673 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Fri, 5 May 2006 10:45:42 -0700 (PDT) (envelope-from bc979@lafn.org) Mime-Version: 1.0 (Apple Message framework v749.3) Content-Transfer-Encoding: 7bit Message-Id: <3E569DDE-F1D2-46D4-B2CC-B5E2E10E4E2E@lafn.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions From: Doug Hardie Date: Fri, 5 May 2006 10:45:50 -0700 X-Mailer: Apple Mail (2.749.3) X-Virus-Scanned: ClamAV 0.88/1445/Fri May 5 01:30:03 2006 on zoot.lafn.org X-Virus-Status: Clean Subject: cvs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 17:45:47 -0000 I have been building a cvs structure for a bunch of code and have a couple questions I have not been able to find answers to in the archives/documentation. When you run ident on many FreeBSD modules you see the identifier "FreeBSD" used frequently. It appears that cvs is properly updating the information in those entries, but I don't see how cvs is configured to make that happen. FreeBSD is not one of the cvs recognized keywords. I would like to use a unique keyword for my stuff. ident finds it fine in the files, but cvs does not update the version information. I suspect that somehow I need to tell cvs about the keyword. Also, in the process of going through all the source to put into cvs I found a number of modules that are no longer in use. cvs remove deletes them from the cvs archive. However, occasionally I need something that is no longer in use and would like to be able to save deleted modules somwhere in cvs. I don't want them to be returned in a normal checkout but would like them to be available somehow.