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

Re: Copy/move-handling on update in 1.5

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-11-15 14:58:53 CET

On 11/15/07, Freddie Albertsman <c03fan@cs.umu.se> wrote:
> Hi Tor!
>
> I'm working on the copy-on-update problem; it works actually when the delete
> happens after the add. I'm working on a solution that would always make the
> delete happens at the very end.
>
> I haven't come across any example either that makes the scenario you
> presented (copy on update) behave normally.

If I'm correct, deletes are inherently sent before adds because we had
problems with case-sensitivity before: if a file is renamed from
THIS-FILE to this-file and the Add is sent before the delete, Windows
gets confused (heavily). To resolve this problem, Adds are sent before
Deletes, afaik.

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 15 14:59:16 2007

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.