[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: PROPOSAL: URL-syntax

From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-08-06 18:33:48 CEST

At 8:06 AM +0300 8/6/03, Kalle Olavi Niemitalo wrote:
>Erik Hülsmann <e.huelsmann@gmx.net> writes:
>
>> http://subversion.kon.iki.fi/;109/nimiavaruus
>>
>> Would that not be acceptable?
>
>Well, yes it would, provided that I could use %3b109 to refer to
>a directory named ";109".

Is the idea that this URL would be parsed by the
client, and turned into a "regular" URL plus some
protocol indication of the revision of interest
-- basically, rewritten by the client into
        -r 109 http://subversion.kon.iki.fi/nimiavaruus

Or is it the idea that the URL would pass to the
server side just as shown at top?

If the URL is parsed, then it doesn't help
generic clients (e.g., web browsers).

If the URL is passed, then we create
complications at the URL rewrite level, don't we?
I'm not very smart about httpd configurations,
but it seems tricky to write a rewrite rule that
will handle arbitrary, optional stuff at this
point.

If, on the other hand, we put the revision marker
just inside the repository (regardless of how
deep that is into the URL), then we guarantee it
reaches actual Subversion code, which can handle
it consistently for all clients.

I think. Don't we?

-- 
-==-
Jack Repenning
CollabNet, Inc.
8000 Marina Boulevard, Suite 600
Brisbane, California 94005
o: 650.228.2562
c: 408.835-8090
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 6 18:34:36 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.