Return-Path: Delivered-To: apmail-repository-archive@www.apache.org Received: (qmail 8459 invoked from network); 15 Nov 2003 06:24:41 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 15 Nov 2003 06:24:41 -0000 Received: (qmail 18353 invoked by uid 500); 15 Nov 2003 06:24:19 -0000 Delivered-To: apmail-repository-archive@apache.org Received: (qmail 18321 invoked by uid 500); 15 Nov 2003 06:24:19 -0000 Mailing-List: contact repository-help@apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: repository@apache.org Delivered-To: mailing list repository@apache.org Received: (qmail 18306 invoked from network); 15 Nov 2003 06:24:18 -0000 Received: from unknown (HELO mail.netspace.net.au) (203.10.110.72) by daedalus.apache.org with SMTP; 15 Nov 2003 06:24:18 -0000 Received: from binky (CPE-203-45-8-11.vic.bigpond.net.au [203.45.8.11]) by mail.netspace.net.au (Postfix) with SMTP id 8C59067EDF for ; Sat, 15 Nov 2003 17:24:29 +1100 (EST) Reply-To: From: "Tim Anderson" To: Subject: RE: [proposal] URI Syntax - v0.2 Date: Sat, 15 Nov 2003 17:27:19 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > From: Noel J. Bergman [mailto:noel@devtech.com] > > > My input here is primarily based on writting Ruper > > > You don't have to like the tool, I'm not trying to push the > implementation > > I've never even seen the thing, and you are a priori assuming that I don't > like it? > > > It allows you to query what is there, query and capture "oldest > resources" > > [and do a delete/clean], and download newest, etc. > > How does it know what OLDEST means? I see that Tim is trying to add some > more structure, so maybe he's thinking that we can restrict the > URI space so > that a restricted notion of version assures an automatable concept of > succession. > The common build version specifier proposal does add structure to the version, but doesn't enable tools to determine if one version is older or newer than another. A tool could reasonably assume that version "1.0" < "2.0" but this is only valid for projects which follow numeric versions. For those projects which love codename versions (e.g, "chicago", "delta"), no assumptions can be made. -Tim