On 1/29/07, Daniele P. <daniele@interline.it> wrote:
> On Sunday 28 January 2007 22:06, Ryan Schmidt wrote:
> > Some operations, like commits, are atomic. If any part of the commit
> > fails, the entire commit fails. This is good.
> >
> > Other operations, like updates, are not atomic. If the update fails
> > part of the way through -- for example because of temporary network
> > problems -- part of the working copy is updated, and part of it is
> > not. This is not ideal, but in many circumstances is not a big deal:
> > just run the update again.
>
> This remember me what I don't really like about Subversion:
>
> $ svn rm a
> D a
> $ svn cp b a
> svn: 'a' is scheduled for deletion; it must be committed before it can be
> overwritten
This has been fixed in 1.4.
bye,
Erik.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 29 08:50:21 2007