[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: <kfogel_at_collab.net>
Date: 2003-09-22 14:58:00 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> 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.

Hmmm, but if I understand Julian's change correctly, that extra round
trip is no longer happening -- the client isn't requesting a revision
number, but instead omitting it, because the server will default to
HEAD. If that's the case, then when multiple connections are used for
a single status operation, the result may not be atomic.

(Julian, am I understanding things right?)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 22 15:46:47 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.