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

Re: Checkout and update atomicity

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-17 19:21:37 CEST

On Oct 17, 2005, at 18:53, Stuart Celarier wrote:

> When performing a checkout or update from the HEAD, is there a
> guarantee
> that all items belong to a single revision? That would mean "checkout
> (update) from the HEAD" means "checkout (update) the revision that was
> the latest at the time the operation began." Is that how Subversion
> behaves?

I'm pretty sure that's a "Yes." Over HTTP, for example, all the data
comes in a single response from Apache.

An update is not necessarily atomic though: it's possible for an
update to encounter a problem with your working copy halfway through,
in which case only have of it will be updated, and the rest won't.
You can fix whatever the problem was and issue another update.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 17 19:23:56 2005

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

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