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

unversion a file

From: Shaun Batterton <shaun_at_batterton.net>
Date: 2004-08-11 18:11:31 CEST

How can I unversion a file without removing it?

Is the only way:

% cp file /tmp/file
% svn rm file
% svn update
% mv /tmp/file file

I'd rather not move files if I don't have to.

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 18:12:12 2004

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

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