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

Re: [Subclipse-users] How to move/copy/delete WITHOUT affecting svn?

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 14 Feb 2008 20:17:40 -0500

On Thu, Feb 14, 2008 at 7:30 PM, Tom Walter <walter.tom_at_gmail.com> wrote:
> I often find myself wanting to copy/move/delete/rename a file in the
> eclipse navigator WITHOUT propagating that change to svn. Is there a way
> to do that?
>
> If not, can I raise a feature request ticket for it?
>
> It is something that crops up fairly frequently for me.

Most of these operations will break your working copy if we do not
catch them. In many cases, only a new checkout will fix the WC. So I
cannot see considering this. Disconnect the project and leave the SVN
metadata if you want to do it.

We do have a property named DeferFileDelete you can set on folders in
your WC. This is meant to support tools that delete and then recreate
files. This causes us to ignore the deletes.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-02-15 02:17:50 CET

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.