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

Re: PATCH: "revision" parameter to svn_client_status

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-21 18:33:58 CEST

Julian Foad <julianfoad@btopenworld.com> writes:

> Can someone reassure me that the operation will be atomic: that the
> server will determine the particular revision that is HEAD when it
> gets the request, and will send the whole of the response against
> that particular revision even if HEAD is changing because commits
> are happening in parallel?

Yes, this is exactly how it works. There's no such thing as a "moving
HEAD". The client says, 'what is HEAD'? The server responds, "it is
7111". The client then requests an update to exactly r7111. Of
course, by that time, 7112 might exist, but that's just too bad.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 21 18:34:57 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.