From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: bzr sync problems? Date: Fri, 15 Oct 2010 11:37:58 +0200 Message-ID: <83bp6vdceh.fsf@gnu.org> References: <4CB6F719.30409@gmail.com> <4CB7B8B3.9030107@ig.com.br> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1287136615 26026 80.91.229.12 (15 Oct 2010 09:56:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Oct 2010 09:56:55 +0000 (UTC) Cc: cschol2112@googlemail.com, emacs-devel@gnu.org To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 15 11:56:52 2010 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.69) (envelope-from ) id 1P6h1q-0002UH-5H for ged-emacs-devel@m.gmane.org; Fri, 15 Oct 2010 11:56:46 +0200 Original-Received: from localhost ([127.0.0.1]:43438 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6gsv-0004Tb-MD for ged-emacs-devel@m.gmane.org; Fri, 15 Oct 2010 05:47:33 -0400 Original-Received: from [140.186.70.92] (port=51432 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6glj-0002Rk-BG for emacs-devel@gnu.org; Fri, 15 Oct 2010 05:40:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6gk8-0001CI-TM for emacs-devel@gnu.org; Fri, 15 Oct 2010 05:38:29 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:52923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6gk8-0001Bm-Ml for emacs-devel@gnu.org; Fri, 15 Oct 2010 05:38:28 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0LAB00600S1TIP00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Fri, 15 Oct 2010 11:37:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.93.189]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LAB00538S3ADRB0@a-mtaout22.012.net.il>; Fri, 15 Oct 2010 11:37:59 +0200 (IST) In-reply-to: <4CB7B8B3.9030107@ig.com.br> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:131733 Archived-At: > Date: Thu, 14 Oct 2010 23:13:07 -0300 > From: Vinicius Jose Latorre > Cc: emacs-devel@gnu.org > > bzr branch bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/trunk > > That's what is said in > > https://savannah.gnu.org/bzr/?group=emacs > > But I'm not getting to update. Probably because the branch was not bound to upstream. If you want to leave it unbound, use "bzr merge --pull" instead of "bzr update". But that's not the recommended workflow. If you want to go by the recommended workflow, do this: bzr bind bzr+ssh://USERNAME@bzr.savannah.gnu.org/emacs/trunk This is needed only once; thereafter you will be able to use "bzr up".