From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uday S Reddy Newsgroups: gmane.emacs.devel Subject: Re: vc-pull/vc-push support Date: Tue, 25 May 2010 10:37:10 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274780454 16082 80.91.229.12 (25 May 2010 09:40:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 May 2010 09:40:54 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 25 11:40:53 2010 connect(): No such file or directory 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 1OGqd2-0007C4-16 for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 11:40:52 +0200 Original-Received: from localhost ([127.0.0.1]:46652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGqZz-0002ib-5G for ged-emacs-devel@m.gmane.org; Tue, 25 May 2010 05:37:43 -0400 Original-Received: from [140.186.70.92] (port=56183 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGqZi-0002gK-Hf for emacs-devel@gnu.org; Tue, 25 May 2010 05:37:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGqZd-0002Tz-Mw for emacs-devel@gnu.org; Tue, 25 May 2010 05:37:26 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48009) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGqZd-0002TZ-HT for emacs-devel@gnu.org; Tue, 25 May 2010 05:37:21 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OGqZY-0005GO-2g for emacs-devel@gnu.org; Tue, 25 May 2010 11:37:16 +0200 Original-Received: from cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com ([92.232.137.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 May 2010 11:37:16 +0200 Original-Received: from u.s.reddy by cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 25 May 2010 11:37:16 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125234 Archived-At: On 5/25/2010 8:06 AM, Dan Nicolaescu wrote: > > This has been sitting on my disk for quite a while, and did not see much progress :-( > vc-pull/vc-push without any options work for bzr, but that's about it. > Maybe someone would find this useful and want to help finish the implementation... Hi Dan, many thanks for doing this. It will be quite helpful. When I tried it on Windows XP, it hung the Emacs session. Some timeouts and failure recovery might be needed. My bazaar installation is: Bazaar (bzr) 2.1.0 Python interpreter: C:\program files\Bazaar\python25.dll 2.5.4 Python standard library: C:\program files\Bazaar\lib\library.zip Platform: Windows-XP-5.1.2600-SP3 bzrlib: C:\program files\Bazaar\lib\library.zip\bzrlib Cheers, Uday