From users-return-5477-daniel=haxx.se@subversion.apache.org Mon Oct 18 18:03:31 2010 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on giant.haxx.se X-Spam-Level: X-Spam-Status: No, score=-1.5 required=3.0 tests=BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by giant.haxx.se (8.14.3/8.14.3/Debian-9.1) with SMTP id o9IG3UeX003871 for ; Mon, 18 Oct 2010 18:03:30 +0200 Received: (qmail 37558 invoked by uid 500); 18 Oct 2010 16:03:22 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 37545 invoked by uid 99); 18 Oct 2010 16:03:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 16:03:21 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL Received-SPF: neutral (athena.apache.org: local policy) Received: from [80.67.29.24] (HELO smtprelay02.ispgateway.de) (80.67.29.24) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Oct 2010 16:03:13 +0000 Received: from [75.34.103.216] (helo=[192.168.7.75]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1P7sAl-0001lk-IA; Mon, 18 Oct 2010 18:02:51 +0200 Subject: Re: Implementing lightweight client over http. Where to start? Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: Date: Mon, 18 Oct 2010 11:02:48 -0500 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <98EFC830-28D1-41C5-9231-BC032E8DC3C0@ryandesign.com> To: Andrew Roughan X-Mailer: Apple Mail (2.1081) X-Df-Sender: 368818 X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.3.5 (giant.haxx.se [80.67.6.50]); Mon, 18 Oct 2010 18:03:31 +0200 (CEST) X-Friend: Nope On Oct 18, 2010, at 10:47, Andrew Roughan wrote: > On Mon, Oct 18, 2010 at 12:56 PM, Ryan Schmidt wrote: >=20 >> What is this mysterious environment you have where Subversion does = not already run? >=20 > Apple IIgs with a 1Mz 65816 processor (or faster with accelerators and = emulators). > Yes there is a C compiler, but abysmal performance is likely to be an = issue. Applause! :) Best of luck with this project. Perhaps you can make use of some existing work: http://www.whatisthe2gs.apple2.org.za/subversion/ More seriously, since the Apple II operating system isn't related to = UNIX it may be difficult to get APR ported to it, but that would be the = library to start with.