>
> I am not sure checkout operations are atomic. You do get all files at
> a particular revision, but the checkout is not all or nothing. If some
> error happens while checking out, it is aborted and you are left with
> a partila working copy.
> And if you are checking out from multiple repositories, it is quite
> possible that you are not getting the snapshot from all repositories
> at the very same time.
>
This is correct. You fetch the source of certain revision. So atomicity
is not the problem. But would this also mean that if there a more than
one project in a repository I should use a specific revision when I do
the check-outs? I must not use HEAD?
I think I didn't understand that right: Why did you mention the possible
error? Normally I would cancel the build process if something like this
happens.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 7 13:33:57 2005