From owner-cvs-all@FreeBSD.ORG Sun Apr 27 17:04:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBD2A106564A; Sun, 27 Apr 2008 17:04:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7A6D08FC1B; Sun, 27 Apr 2008 17:04:36 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (smmsp@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.2/8.14.2) with ESMTP id m3RH4MJ7028248; Sun, 27 Apr 2008 10:04:35 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m3R5GRkD021847; Sat, 26 Apr 2008 22:16:27 -0700 (PDT) (envelope-from obrien) Date: Sat, 26 Apr 2008 22:16:27 -0700 From: "David O'Brien" To: John Birrell Message-ID: <20080427051626.GA21702@dragon.NUXI.org> References: <200804260509.m3Q59JgG016417@repoman.freebsd.org> <20080426085357.GB38431@FreeBSD.org> <20080426090005.GE17883@what-creek.com> <481358AA.1090406@freebsd.org> <20080427003108.GA28311@what-creek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080427003108.GA28311@what-creek.com> X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Alexey Dokuchaev , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, Sam Leffler , John Birrell Subject: Re: cvs commit: src/cddl/contrib/opensolaris/lib/libdtrace/common dt_cc.c dt_cg.c dt_consume.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Apr 2008 17:04:36 -0000 On Sun, Apr 27, 2008 at 12:31:08AM +0000, John Birrell wrote: > 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. Actually you should be able to get that from a diff to the vendor branch tag: cvs diff -r SUN cddl/contrib/opensolaris -- -- David (obrien@FreeBSD.org)