From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jari Aalto Newsgroups: gmane.emacs.devel Subject: Re: Switching to Subversion Date: 28 Nov 2006 13:29:22 +0200 Message-ID: <87vekzolm5.fsf@w2kpicasso.cante.net> References: <87odrdzci9.fsf@olgas.newt.com> <87ac2w45e0.fsf@catnip.gol.com> <85y7qfvigo.fsf@lola.goethe.zz> <85psbrvgrt.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164713503 4361 80.91.229.2 (28 Nov 2006 11:31:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 11:31:43 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 12:31:40 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gp1Bc-0007pk-Hg for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 12:31:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp1Bb-0002b0-VT for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 06:31:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gp1An-0002Bt-VA for emacs-devel@gnu.org; Tue, 28 Nov 2006 06:30:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gp1Al-0002AU-Ut for emacs-devel@gnu.org; Tue, 28 Nov 2006 06:30:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp1Al-0002AP-NY for emacs-devel@gnu.org; Tue, 28 Nov 2006 06:30:47 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gp1Al-0000X5-BS for emacs-devel@gnu.org; Tue, 28 Nov 2006 06:30:47 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gp1AL-0007a4-6l for emacs-devel@gnu.org; Tue, 28 Nov 2006 12:30:21 +0100 Original-Received: from a81-197-175-198.elisa-laajakaista.fi ([81.197.175.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Nov 2006 12:30:21 +0100 Original-Received: from jari.aalto by a81-197-175-198.elisa-laajakaista.fi with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Nov 2006 12:30:21 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: a81-197-175-198.elisa-laajakaista.fi User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:62923 Archived-At: dhruva writes: > Hi, > Adding to an already long chain are my experiences (as I was involved > in selecting a SCM for the project). > > - I was then inclined in using bazaar which is implemented in PYTHON. > Since PYTHON is quite well ported, I assumed the clients would run > seamlessly on VMS. The snag was that the current bazaar-ng requires > PYTHON 2.5+ (only 2.4 is ported on VMS) This must be some kind of mixup. Bzr doe snore require python 2.5+. It runs fine on standard python 2.4 $ python -V Python 2.4.2 $ bzr --version Bazaar (bzr) 0.10.0 Using python interpreter: /usr/local/bin/python Using python standard library: /usr/local/lib/python2.4 Neither should 0.12 or forthcoming 0.13 require python 2.5. It's the other way round: there are changes in bzr to make it portable to 2.5. Jari