From owner-freebsd-stable@FreeBSD.ORG Sat Jan 2 02:56:25 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 798341065694 for ; Sat, 2 Jan 2010 02:56:25 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id E6AF28FC18 for ; Sat, 2 Jan 2010 02:56:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id o022uMbQ056020; Sat, 2 Jan 2010 13:56:23 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 2 Jan 2010 13:56:22 +1100 (EST) From: Ian Smith To: "N.J. Mann" In-Reply-To: <20100101161315.GA81716@titania.njm.me.uk> Message-ID: <20100102040207.W50666@sola.nimnet.asn.au> References: <20100102001608.X50666@sola.nimnet.asn.au> <20100101161315.GA81716@titania.njm.me.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-stable@freebsd.org Subject: Re: cvsweb: src/UPDATING on RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 02:56:25 -0000 On Fri, 1 Jan 2010, N.J. Mann wrote: > In message <20100102001608.X50666@sola.nimnet.asn.au>, > Ian Smith (smithi@nimnet.asn.au) wrote: > > > > Thought I had a clue on using cvsweb, but seem to have mislaid it .. > > I think cvsweb is a great tool. Indeed. I hadn't realised it wasn't being kept updated from svn, but that's likely just me not paying enough attention. > > After updating 7.0-RELEASE to RELENG_7 sources on Dec 28, checking > > UPDATING before and during buildworld, went hunting on cvsweb for the > > very version of UPDATING I was reading, 1.507.2.34 of 2009/11/29. > > > > I can't find it, as such. 1.507 shows on MAIN, RELENG_7_BP, RELENG_7. > > Selecting only RELENG_7 just shows that single ver 1.507 of Oct'07. > > > > On a punt I manually entered 1.507.2.34 for a diff against 1.507 and > > that looks just right: > > > > http://www.freebsd.org/cgi/cvsweb.cgi/src/UPDATING.diff?r1=text&tr1=1.507&r2=text&tr2=1.507.2.34 > > > > But where would I look to find the log and view for 1.507.2.34 itself? > > This seems to be an artifact of SRC commits now being made to a SVN repo > and the CVS repo being fed from that via svn2cvs - or whatever it is > called. The latest non-X.Y revision I found listed by cvsweb was > 1.73.2.96, which was before the project started using SVN. With a Ah. What seems strange is that 1.507.2.34 is there, diff'able, just not apparently logged - if you know the answer, you can pose the question :) > little digging I came up with the following URL for the SVN repro, but I > may not have got exactly what you are after: > > http://svn.freebsd.org/viewvc/base/stable/7/UPDATING?r1=199901&r2=172506 Thanks Nick, that's the one. The Revision Log from there is just what I'd expected to find on cvsweb for that file on that branch. Guess it's time I learned my way around svn/viewvc, but I'm sure going to miss rev. numbers that made linear sense to this bear of little brain! cheers, Ian