From owner-cvs-src@FreeBSD.ORG Sun Apr 27 00:31:09 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D03841065672; Sun, 27 Apr 2008 00:31:09 +0000 (UTC) (envelope-from jb@what-creek.com) Received: from what-creek.com (what-creek.com [66.111.37.70]) by mx1.freebsd.org (Postfix) with ESMTP id A31CF8FC0C; Sun, 27 Apr 2008 00:31:09 +0000 (UTC) (envelope-from jb@what-creek.com) Received: by what-creek.com (Postfix, from userid 102) id DA58A73303; Sun, 27 Apr 2008 00:31:08 +0000 (GMT) Date: Sun, 27 Apr 2008 00:31:08 +0000 From: John Birrell To: Sam Leffler Message-ID: <20080427003108.GA28311@what-creek.com> References: <200804260509.m3Q59JgG016417@repoman.freebsd.org> <20080426085357.GB38431@FreeBSD.org> <20080426090005.GE17883@what-creek.com> <481358AA.1090406@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <481358AA.1090406@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@freebsd.org, Alexey Dokuchaev , John Birrell , src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 00:31:09 -0000 On Sat, Apr 26, 2008 at 09:30:34AM -0700, Sam Leffler wrote: > How do we see the changes that correspond to the commit msg? If I go to > cvsweb it's not obvious. Please resolve this before churning the > repository. A diff between HEAD and the opensolaris_20080410a tag will show you the diffs. A diff between the opensolaris_20080410 tag and the opensolaris_20080410a tag will show you the same diff. At any point later in the lifecycle of these files, to see a diff of the changes from HEAD to the latest version of the file on the vendor branch, you have to diff against the tag of the latest import on the vendor branch. -- John Birrell