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

Re: svn commit: r33660 - trunk/notes

From: Ivan Zhakov <ivan_at_visualsvn.com>
Date: Wed, 15 Oct 2008 23:21:33 +0400

On Wed, Oct 15, 2008 at 11:01 PM, <sussman_at_tigris.org> wrote:
> Author: sussman
> Date: Wed Oct 15 12:01:46 2008
> New Revision: 33660
>
> Log:
> * notes/http-protocol-v2.txt: evolve this a bit more.
>
> Modified:
> trunk/notes/http-protocol-v2.txt
>
> Modified: trunk/notes/http-protocol-v2.txt
> URL: http://svn.collab.net/viewvc/svn/trunk/notes/http-protocol-v2.txt?pathrev=33660&r1=33659&r2=33660
> ==============================================================================
> --- trunk/notes/http-protocol-v2.txt Wed Oct 15 11:46:28 2008 (r33659)
> +++ trunk/notes/http-protocol-v2.txt Wed Oct 15 12:01:46 2008 (r33660)
[skip]

> - get-latest-rev
>
> - GET /repos[/path]?cmd=get-latest-rev
> + * get-latest-rev
> +
> + GET /repos[/path]/|get-latest-rev
>
> response: revnum
> + cacheable: NO, this value changes all the time.
> +
> + Note: The [/path] portion is tolerated but ignored by the server,
> + since the HEAD revision is a repository-wide attribute.
> +
>
> - get-dated-rev
> + * get-dated-rev
>
> - GET /repos[/path]?cmd=get-dated-rev&date=string
> + GET /repos[/path]/!get-dated-rev/DATESTRING
> +
> + DATESTRING must be in subversion standard format
> + (e.g. 2008-10-15T12:29:52.526295Z). See svn_time.h.
>
Hi Ben,

I see you moved HTTP request parameters in request body instead of
args mostly on reason of cacheability. But I'm just of curious why do
not use HTTP ETag [1] for identifying resources?

[1] http://tools.ietf.org/html/rfc2616#page-126

-- 
Ivan Zhakov
VisualSVN Team
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-15 21:21:48 CEST

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.