From owner-freebsd-questions@FreeBSD.ORG Wed Feb 11 08:07:37 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F859106564A for ; Wed, 11 Feb 2009 08:07:37 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 308A68FC1F for ; Wed, 11 Feb 2009 08:07:36 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 481CDAFC206; Tue, 10 Feb 2009 23:07:36 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 10 Feb 2009 23:07:35 -0900 User-Agent: KMail/1.9.10 References: <49927A85.2030809@polymtl.ca> In-Reply-To: <49927A85.2030809@polymtl.ca> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200902102307.35960.fbsd.questions@rachie.is-a-geek.net> Cc: =?iso-8859-1?q?Yann-Ga=EBl?= =?iso-8859-1?q?_Gu=E9h=E9neuc?= Subject: Re: Accessing the complete log (rlog) 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: Wed, 11 Feb 2009 08:07:37 -0000 On Tuesday 10 February 2009 22:13:09 Yann-Ga=EBl Gu=E9h=E9neuc wrote: > Is it possible that you CVS server does not support "rlog" because of > recursion? Do you think it could be possible to enable rlog? Easy work-around: hop over to /usr/share/examples/cvs/cvs-supfile. Read/edit. Install /usr/ports/net/cvsup-without-gui. Run cvsup -L2 /path/to/edited/cvs-supfile cvs log locally, all you want ;) Space needed: # du -sh /home/ncvs 3.7G /home/ncvs (Though I think reading the commitlogs for starters would help a lot.=20 Committers are actually providing proper(tm) information there). =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.