From owner-freebsd-current Thu Mar 28 12:07:35 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29648 for current-outgoing; Thu, 28 Mar 1996 12:07:35 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA29643 Thu, 28 Mar 1996 12:07:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.7.5/8.6.11) with SMTP id UAA00876 ; Thu, 28 Mar 1996 20:04:16 GMT To: "Marc G. Fournier" cc: asami@FreeBSD.ORG, current@FreeBSD.ORG From: "Gary Palmer" Subject: Re: Not sure where to report this (cvs on freefall) In-reply-to: Your message of "Thu, 28 Mar 1996 14:33:00 EST." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <873.828043455.1@palmer.demon.co.uk> Date: Thu, 28 Mar 1996 20:04:16 +0000 Message-ID: <874.828043456@palmer.demon.co.uk> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Marc G. Fournier" wrote in message ID : > Does cvs work the same from thud as on freefall? ie. is it the > same cvs repository? Or will I have to test on thud and then move the > changes over to freefall to commit? You will have the same home directory on both machines, so you can do a ``cvs co'' on freefall, go to thud, play around, then go back to freefall and do the ``cvs commit'' ... CVS over NFS is not recommended and is actually frowned on now since one of the files in the CVS repository got badly mangled a while back... Gary