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

Re: HTTP protocol v2: rethunk.

From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: Wed, 5 Nov 2008 11:50:59 -0600

On Wed, Nov 5, 2008 at 11:40 AM, Mark Phippard <markphip_at_gmail.com> wrote

> In IRC yesterday, gstein said you were going to use this format:
>
> path;REV
>
> I believe he said it was because the ? causes caching proxies to not cache?
>

Yeah, my initial patch tried to use a semicolon, but it ended up not
working at all... there were all sorts of weird interferences, 404
errors, and things I couldn't explain. So gstein suggested that going
back to standard query syntax was OK.

Even if query-strings aren't cached by caching proxies, I'm not
particularly worried -- the main advantage of proxy caches are that we
want them to kick in when doing checkouts, updates, etc. The syntax
we're talking about here is basically for humans (or simple CGI
scripts) to use, as a matter of user-friendliness. The ra_serf is
still going to use the old !svn/bc/REV/path syntax to GET each file
during an update. That's when the caching proxy really matters.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-05 18:51:09 CET

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.