From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Bazaar Date: Fri, 18 Sep 2009 10:02:02 -0400 Message-ID: References: <87iqfhctv0.fsf@stupidchicken.com> <87eiq5t5jg.fsf@stupidchicken.com> <87bpl9hsno.fsf@workhorse.earlhome> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1253282891 4633 80.91.229.12 (18 Sep 2009 14:08:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Sep 2009 14:08:11 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Jason Earl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 18 16:08:03 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Moe83-0006a7-Ia for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2009 16:08:03 +0200 Original-Received: from localhost ([127.0.0.1]:51536 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Moe82-0002F8-Il for ged-emacs-devel@m.gmane.org; Fri, 18 Sep 2009 10:08:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Moe2Z-0005vA-FX for emacs-devel@gnu.org; Fri, 18 Sep 2009 10:02:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Moe2R-0005hl-4g for emacs-devel@gnu.org; Fri, 18 Sep 2009 10:02:19 -0400 Original-Received: from [199.232.76.173] (port=59111 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Moe2Q-0005g7-OJ for emacs-devel@gnu.org; Fri, 18 Sep 2009 10:02:14 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:7300 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Moe2L-0006TR-FE for emacs-devel@gnu.org; Fri, 18 Sep 2009 10:02:09 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtYEAC4ws0pLd/GK/2dsb2JhbACBUs1zhBwFh34 X-IronPort-AV: E=Sophos;i="4.44,409,1249272000"; d="scan'208";a="46020630" Original-Received: from 75-119-241-138.dsl.teksavvy.com (HELO pastel.home) ([75.119.241.138]) by ironport2-out.pppoe.ca with ESMTP; 18 Sep 2009 10:02:02 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 482E5801B; Fri, 18 Sep 2009 10:02:02 -0400 (EDT) In-Reply-To: <87bpl9hsno.fsf@workhorse.earlhome> (Jason Earl's message of "Thu, 17 Sep 2009 20:51:23 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115464 Archived-At: >> I tried a straight bzr branch just to see how long it would take: >> bzr branch sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-merges/master >> It finished in about 10 minutes, but files are missing. In the root >> directory, for instance, autogen.sh, BUGS, and COPYING are missing. >> Am I doing something wrong? It didn't signal any error? Looks like a bug in bzr. My attempt took several hours. > The emacs-merges branch is based off of the cvsps import (which is not > very good). I don't think so. IIUC the emacs-merges thingy is based on the Git mirror. > I can't get to the sftp: url above, and the http version of the url > seems to be broken somehow, so I can't tell for sure what is going on, > but I'm not surprised. I believe the HTTP address looks like http://bzr.savannah.gnu.org/r/emacs/emacs-merges/ > By the say Stefan, the newest import is done. Good, so it works. Thank you. Stefan