From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 03:09:46 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CDD3316A4CE for ; Wed, 14 Jan 2004 03:09:46 -0800 (PST) Received: from mailhub.fokus.fraunhofer.de (mailhub.fokus.fraunhofer.de [193.174.154.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAB7143D48 for ; Wed, 14 Jan 2004 03:09:44 -0800 (PST) (envelope-from brandt@fokus.fraunhofer.de) Received: from beagle (beagle [193.175.132.100])i0EB9WL00118; Wed, 14 Jan 2004 12:09:32 +0100 (MET) Date: Wed, 14 Jan 2004 12:09:32 +0100 (CET) From: Harti Brandt To: Stijn Hoop In-Reply-To: <20040114105209.GL39353@pcwin002.win.tue.nl> Message-ID: <20040114120728.V13656@beagle.fokus.fraunhofer.de> References: <20040112132544.D54803@pooker.samsco.home> <200401140029.27160.max@love2party.net> <20040114114446.53b301e4@Magellan.Leidinger.net> <20040114105209.GL39353@pcwin002.win.tue.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Alexander Leidinger cc: freebsd-current@freebsd.org cc: Garance A Drosihn cc: John Kennedy Subject: Re: CVS filling /tmp (was Re: FreeBSD CVS Question (answered!)) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 11:09:46 -0000 On Wed, 14 Jan 2004, Stijn Hoop wrote: SH>On Wed, Jan 14, 2004 at 11:44:46AM +0100, Alexander Leidinger wrote: SH>> On Wed, 14 Jan 2004 07:55:41 +0100 SH>> Stijn Hoop wrote: SH>> SH>> [cvs over rsh/ssh] SH>> > I have seen this too, and sometimes this has prevented me from checking SH>> > out RELENG_4 or some such from a machine with a swap backed /tmp. Is SH>> > there *any* workaround other than using cvsup? Is there a logical SH>> > explanation for this or is it just an unfixed bug in CVS? SH>> SH>> Use NFS to mount the repository on the machine you want to checkout on. SH> SH>Yes, that was what I did eventually. I was hoping that I was just missing SH>something, but obviously I'm not. Thanks for the pointer though. I missed the start of this thread, but re-directing the remote CVS temp directory would probably help: CVS_SERVER="cvs -T /var/tmp" cvs .... This helps also with remote read-only repository because cvs does not push the -R flag to the remote CVS: CVS_SERVER="cvs -R" cvs ... harti -- harti brandt, http://www.fokus.fraunhofer.de/research/cc/cats/employees/hartmut.brandt/private brandt@fokus.fraunhofer.de, harti@freebsd.org