From owner-freebsd-hackers@FreeBSD.ORG Sun Sep 2 00:51:21 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17AEF1065670 for ; Sun, 2 Sep 2012 00:51:21 +0000 (UTC) (envelope-from bryan@shatow.net) Received: from secure.xzibition.com (secure.xzibition.com [173.160.118.92]) by mx1.freebsd.org (Postfix) with ESMTP id 9480C8FC0C for ; Sun, 2 Sep 2012 00:51:20 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=sweb; b=ZeLtbm zhF2QYNJWdSY0ilOPN45sG2/emlOldgQRjB1g/5HNKCdbYj4UNlT8Yopj1HHSMQu ykZfSN/AZXYyoQk77iluHhyAEbpEb4Q7Apy4rWXv83xXVipeEAHIeONWTKfIpYhY urtIrgj8OaerX9s8JI0cXD7K1HVXbsXNj0+0I= DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=shatow.net; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; s=sweb; bh=Lw7PRCPJ9mGh L7mcl1G7Rp59fxDXdyrUkCIq9yH7QNQ=; b=p79HEkVh6Y5Z2wwqic2jh4tdEHM5 tDnKbnPKFmiPvn+6ZANKtm0SgGRHZ1NqDHhmIvWVazR/BGlmI3MuqT8090kygI49 ++gcKryqTdTsaDHkRZh9GgoFXJx9GvqbbGJYVzhIlk8QjbekilkSWIvUT5YNm/Rs 8lKTOlVNfmy5U6I= Received: (qmail 35849 invoked from network); 1 Sep 2012 19:51:17 -0500 Received: from unknown (HELO ?10.10.0.115?) (bryan@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 1 Sep 2012 19:51:17 -0500 Message-ID: <5042AD73.3060402@shatow.net> Date: Sat, 01 Sep 2012 19:50:59 -0500 From: Bryan Drewery User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Garrett Cooper References: <20546.21240.597457.60612@perdition.linnaean.org> <20546.39472.989246.974755@perdition.linnaean.org> In-Reply-To: X-Enigmail-Version: 1.4.4 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Artem Belevich , Daniel Hagerty , freebsd-hackers@freebsd.org Subject: Re: freebsd.org git repositories and svn ids X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 00:51:21 -0000 On 9/1/2012 7:04 PM, Garrett Cooper wrote: > On Sat, Sep 1, 2012 at 4:28 PM, Daniel Hagerty wrote: >> > I use git://gitorious.org/freebsd/freebsd.git which has >> > stable/releng/release branches and which does include git-svn-id >> >> This is what I'm using now, in fact. It lacks the 9.1 releng >> branch tho; I don't know if this is a bug or feature. >> >> More generally tho, I'm curious how one is supposed to use the >> seemingly more official repositories without this bit of data; I'd >> expect I must be missing some critical clue. > > The last time I looked (which was a while ago), the gitorious (and > github? don't remember) repos were seriously out of date. Is the > git.freebsd.org repo more or less up-to-date, or is it out of synch? > Thanks, > -Garrett uqs@ maintains the git.freebsd.org and github mirrors. You should use those instead of gitorious as they are updated very quickly from SVN. http://wiki.freebsd.org/GitWorkflow >From that article: The official repository-mirrors are updated at least hourly, should they lag the svn repository by more than that, please contact (monitoring still needs to be put into place, help wanted btw). git://git.freebsd.org/freebsd.git git://git.freebsd.org/freebsd-doc.git git://git.freebsd.org/freebsd-ports.git (the canonical sources) git://github.com/freebsd/freebsd.git git://github.com/freebsd/freebsd-doc.git git://github.com/freebsd/freebsd-ports.git (the preferred sources) -- Regards, Bryan Drewery bdrewery@freenode/EFNet