From owner-freebsd-questions Fri Dec 13 7:23:15 2002 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 7C64B37B401 for ; Fri, 13 Dec 2002 07:23:14 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAF0143EA9 for ; Fri, 13 Dec 2002 07:23:11 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a227.otenet.gr [212.205.215.227]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gBDFMj0c016972; Fri, 13 Dec 2002 17:22:59 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gBDFMcUY079598; Fri, 13 Dec 2002 17:22:38 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gBDFMSek079589; Fri, 13 Dec 2002 17:22:28 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 13 Dec 2002 17:22:28 +0200 From: Giorgos Keramidas To: Wayne Pascoe Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVS Logging Message-ID: <20021213152228.GA77394@gothmog.gr> References: <86smx223n5.fsf@marvin.penguinpowered.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <86smx223n5.fsf@marvin.penguinpowered.org.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-12-12 23:55, Wayne Pascoe wrote: > Does anyone know if there is a way to have CVS log all activity to a > log file. Basically, I'd like a log of all checkouts, updates, > imports and commits. I've already got it logging imports commits, > but I can't work out how to log the other stuff. Without seeing your particular CVSROOT setup, it's probably hard to answer why it works the way it does. If your CVS repository lives on a FreeBSD machine (which I have to assume, since you posted on a FreeBSD list :-) you can always set things up in the same manner that FreeBSD's own CVS repository is configured. One of the features of this particular setup is that all commits are logged to files, and mailed to an address. The article ``Setting up a CVS repository - the FreeBSD way'' by Stijn Hoop can help a lot with setting up a repository like this, and can be found at: http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/cvs-freebsd/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message