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

Re: [Subclipse-users] Copying a file over an existing file removes from repository

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-05-03 15:51:19 CEST

On 5/3/07, Jens Henrik Gabe <jhg@ice.dk> wrote:

> We've just recently switched from CVS to SVN.
> Copy/delete/paste/overwrite are not issues in the Eclipse CVS client, which
> is why I'm frankly a bit surprised at these issues in SubClipse.

That is because CVS just ignores these events. How do you think our
code manages to run when you paste? It is because we have registered
a MoveDeleteHook with Eclipse and Eclipse is calling the deleteFile()
method of the hook. We have no way to know it is because of a paste
and not because you took the Delete option.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu May 3 15:51:26 2007

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

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