From owner-freebsd-cvsweb@FreeBSD.ORG Mon Aug 9 16:05:11 2004 Return-Path: Delivered-To: freebsd-cvsweb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A4C816A4CE; Mon, 9 Aug 2004 16:05:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90CF943D1D; Mon, 9 Aug 2004 16:05:11 +0000 (GMT) (envelope-from scop@FreeBSD.org) Received: from freefall.freebsd.org (scop@localhost [127.0.0.1]) i79G5BSA020463; Mon, 9 Aug 2004 16:05:11 GMT (envelope-from scop@freefall.freebsd.org) Received: (from scop@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i79G5BUl020459; Mon, 9 Aug 2004 16:05:11 GMT (envelope-from scop) Date: Mon, 9 Aug 2004 16:05:11 GMT From: Ville Skyttä Message-Id: <200408091605.i79G5BUl020459@freefall.freebsd.org> To: scop@FreeBSD.org, freebsd-cvsweb@FreeBSD.org, knu@FreeBSD.org Subject: Re: ports/69854: Bug fix devel/cvsweb X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2004 16:05:11 -0000 Synopsis: Bug fix devel/cvsweb Responsible-Changed-From-To: freebsd-cvsweb->knu Responsible-Changed-By: scop Responsible-Changed-When: Mon Aug 9 15:59:55 GMT 2004 Responsible-Changed-Why: (Over to knu who maintains the cvsweb* ports.) This is a known issue. The current version of cvsweb (3.0.1, available as devel/cvsweb3, I'd recommend switching to it) documents this a bit better: # Options to pass to cvs(1). # For cvs versions 1.11 to 1.11.6 (broken in < 1.11, removed in 1.11.7), you # can use the '-l' option to prevent cvs from writing to the history file. # For other cvs versions, either suppress history logging by using the # LogHistory parameter in CVSROOT/config or make sure that the CVSweb user # can read and write to CVSROOT/history. knu, perhaps it would make sense to apply the patch from this PR to the current devel/cvsweb port. However, not using -l may require tweaking of things according to the above. Your call... http://www.freebsd.org/cgi/query-pr.cgi?pr=69854