From owner-cvs-all@FreeBSD.ORG Fri Aug 6 16:07:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B591E16A4CE; Fri, 6 Aug 2004 16:07:28 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2BBE43D5D; Fri, 6 Aug 2004 16:07:28 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 9B5945C971; Fri, 6 Aug 2004 09:07:28 -0700 (PDT) Date: Fri, 6 Aug 2004 18:07:28 +0200 From: Maxime Henrion To: Dag-Erling Smorgrav Message-ID: <20040806160728.GL13608@elvis.mu.org> References: <200408051747.i75HlZXD077717@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200408051747.i75HlZXD077717@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/contrib/cvs/src tag.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Aug 2004 16:07:28 -0000 Dag-Erling Smorgrav wrote: > des 2004-08-05 17:47:35 UTC > > FreeBSD src repository > > Modified files: > contrib/cvs/src tag.c > Log: > Do not check val-tags if the repository is read-only. Long overdue, many thanks to you for doing that! Maxime