From owner-freebsd-questions@FreeBSD.ORG Tue Sep 3 22:49:08 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 77119816 for ; Tue, 3 Sep 2013 22:49:08 +0000 (UTC) (envelope-from pcarboni@gmail.com) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E1CF21BE for ; Tue, 3 Sep 2013 22:49:08 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id bg4so7062068pad.32 for ; Tue, 03 Sep 2013 15:49:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FfxS/at99Y40XA+JXr3qTkVU5RwS12G8ggxwbUoL1qE=; b=qcRr7fNoAqmdGaRMNKdgTCIsdVihzM/jUv9j1hymOvUXc/MoTGKtIqYzuvBt+roMvx CgaSvaRr2Q4QoTQGMiU997tJL0SyCXBrZB6hAoRxbEsdH601UpI1m6K56zgTg2pkuWKC oCGdJhb0KjYX5yTA0ZitZ3zecjERWad9A2br9wZFB0adiFh9vvXlp54ax2oJM4xfoOrx NOHvsfliEY9CKBeuHGn0rjnVbZarcPoUpzFoEAgddJ954p2nnfaETErvPDyUB1qloX7H uqCwiALk+0PfIBH7yoZl6yrtf963C+2ldLyZsUkR0VpYrLotJsiD5V6n7vZt66kZzk24 HbiA== MIME-Version: 1.0 X-Received: by 10.68.176.132 with SMTP id ci4mr33970135pbc.7.1378248548014; Tue, 03 Sep 2013 15:49:08 -0700 (PDT) Received: by 10.68.42.230 with HTTP; Tue, 3 Sep 2013 15:49:07 -0700 (PDT) In-Reply-To: References: Date: Tue, 3 Sep 2013 19:49:07 -0300 Message-ID: Subject: Re: Question about a possible missing line/entry for file UPDATING (from http://svnweb.freebsd.org) - 8.4-RELEASE plus branches From: Pablo Carboni To: Damien Fleuriot Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Sep 2013 22:49:08 -0000 Hello Damien, (First at all, thanks for your response). I do not want to insist too much with this silly thing, but....(just in case) I've updated my sources today from svn0.us-west.freebsd.org(base/releng/8.4), - previously to my first e-mail - and: (Argentina's current TZ is GMT-3) -rw-r--r-- 1 root wheel 74967 Sep 3 12:11 /usr/src/UPDATING The 'grepped' lines, shows me: 8.3-RELEASE [...] 8.0-RELEASE (But 8.4 still doesn't appear). (However, while grepping first lines in /usr/src/sys/conf/newvers.sh shows me: # $FreeBSD: releng/8.4/sys/conf/newvers.sh 254632 2013-08-22 00:51:56Z delphij $ TYPE="FreeBSD" REVISION="8.4" BRANCH="RELEASE-p3" (Same svn id for UPDATING/newvers.sh). Any clues? (What's your svn $Id for UPDATING? - I mean, the whole line, the last) Thanks a lot! Regards, Pablo Carboni. P.S.: The same happens for svn0.us-east.freebsd.org/base/releng/8.4/UPDATING. (Maybe I'm afraid for local syncing problems on my fbsd server) On Tue, Sep 3, 2013 at 7:13 PM, Damien Fleuriot wrote: > From: > -rw-r--r-- 1 root wheel 75631 Aug 27 12:46 /usr/src/UPDATING > > > 20130607: > 8.4-RELEASE. > > > > > > > On 3 September 2013 18:16, Pablo Carboni wrote: > >> Dear Sirs, >> >> Just for curious, today I was looking for the date/entry that belongs to >> FreeBSD 8.4-RELEASE inside UPDATING file, with no luck. >> >> Maybe I've made a mistake and I was looking inside a wrong file/url? >> >> It doesn't appear, neither >> >> http://svnweb.freebsd.org/base/release/8.4.0/UPDATING?revision=251259&view=markup >> (RELEASE >> branch) >> >> nor >> >> http://svnweb.freebsd.org/base/releng/8.4/UPDATING?view=markup&pathrev=254632 >> (RELENG >> branch, currently last revision). >> >> (This 'little detail' includes sources for 8.4-RELEASE and branch >> 8.4-RELEASE-p3, which I've downloaded recently). >> >> A quick & dirty search I've did on a 8.4-RELEASE-p3 box: >> >> grep "8\..*-RELEASE" /usr/src/UPDATING >> >> (There is no reference for '8.4') >> >> Thanks in advance! >> >> Regards, >> Pablo Carboni >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to " >> freebsd-questions-unsubscribe@freebsd.org" >> > >