From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 8 14:56:47 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5158A16A41F for ; Thu, 8 Sep 2005 14:56:47 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from smtp1-g19.free.fr (smtp1-g19.free.fr [212.27.42.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA33643D45 for ; Thu, 8 Sep 2005 14:56:46 +0000 (GMT) (envelope-from tataz@tataz.chchile.org) Received: from tatooine.tataz.chchile.org (vol75-8-82-233-239-98.fbx.proxad.net [82.233.239.98]) by smtp1-g19.free.fr (Postfix) with ESMTP id CF3DB129ED; Thu, 8 Sep 2005 16:56:44 +0200 (CEST) Received: by tatooine.tataz.chchile.org (Postfix, from userid 1000) id EDCDF405A; Thu, 8 Sep 2005 16:56:54 +0200 (CEST) Date: Thu, 8 Sep 2005 16:56:54 +0200 From: Jeremie Le Hen To: Brooks Davis Message-ID: <20050908145654.GP659@obiwan.tataz.chchile.org> References: <20050907133239.GA53278@node26.0xfce3.net> <20050907162334.GB19958@odin.ac.hmc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050907162334.GB19958@odin.ac.hmc.edu> User-Agent: Mutt/1.5.9i Cc: Gordon Bergling , freebsd-hackers@freebsd.org Subject: Re: how to handling read only cvs trees X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2005 14:56:47 -0000 Hi Brooks, > Either pack the files up in a shar or tarball or use diff -N against > /dev/null to create that part of the diff by hand. FWIW, CVS wouldn't > do it for you even if you could add the files. It would. This has been a problem for me either and I finally switched to have my own CVS repository belonging to my user. This is a great waste of disk space, but this is how CVS works. I think however this could be corrected without much pain because as far as I can remember, an ``add'' command will just add a line to CVS/Entries without even touching the repository, until the change is commited. Unfortunately I don't have actually any time to do this, sorry. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >