From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81434 invoked by alias); 19 Sep 2015 00:15:49 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 81421 invoked by uid 89); 19 Sep 2015 00:15:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: aibo.runbox.com Received: from aibo.runbox.com (HELO aibo.runbox.com) (91.220.196.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sat, 19 Sep 2015 00:15:47 +0000 Received: from [10.9.9.206] (helo=mailfront02.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1Zd5oe-0006V9-Fz; Sat, 19 Sep 2015 02:15:44 +0200 Received: from 70-36-239-58.dsl.dynamic.fusionbroadband.com ([70.36.239.58] helo=toshie.bothner.com) by mailfront02.runbox.com with esmtpsa (uid:757155 ) (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.76) id 1Zd5oK-0005xp-J5; Sat, 19 Sep 2015 02:15:24 +0200 Subject: Re: irc To: David Pirotte References: <55FC80B8.2000708@bothner.com> <20150918194102.17bd0211@capac> <55FC969C.4030902@bothner.com> <20150918205048.1b627982@capac> Cc: kawa@sourceware.org From: Per Bothner Message-ID: <55FCA918.7090300@bothner.com> Date: Sat, 19 Sep 2015 00:15:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150918205048.1b627982@capac> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-q3/txt/msg00053.txt.bz2 On 09/18/2015 04:50 PM, David Pirotte wrote: >> BTW I do recommend building Kawa from Subversion; the "released" jar is a bit old. >> I'd like to make a new official release, but I'm in the middle of various changes. > > Any git somewhere? I'm a good git user, no svn experience Read-only use of Svn is pretty trivial. As described here: http://www.gnu.org/software/kawa/Getting-Kawa.html you just need to: svn -q checkout svn://sourceware.org/svn/kawa/trunk kawa To pull the latest, just do 'svn update' in the kawa directory. Michel Vachon has a git clone here: https://github.com/maoueh/kawa-fork The plan is to migrate to git, hosted on savannah.gnu.org. I haven't decided when. One question is to do the migration in conjunction with a release, or only do the git swicj-over and just update the Gett-Kawa.html web page. -- --Per Bothner per@bothner.com http://per.bothner.com/