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

Re: That old COPY/DELETE issue

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-07 03:38:53 CET

Garret Wilson <garret@globalmentor.com> writes:

> Maybe there's a way to say, "undo the copy and delete," but I
> haven't found it. It's awfully frustrating in an airplane to be
> required to commit just to un-move a file.

What did you try? In what way did it not work?

Running 'svn revert' on the deleted file will restore it. You can
then manually transfer any local modifications from the added file to
the newly restored file if you wish. Then you can remove the added
file by running either 'svn revert' or 'svn rm --force' depending on
whether you want to retain an unversioned file.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 7 03:39:46 2003

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.