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

Re: unversion a file

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-08-11 18:42:56 CEST

Shaun Batterton wrote:
> 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.

Sorry, there is no other way. Though given how many people have asked this,
I think we may need to consider making a "svn rm --keep-in-wc".

Max.

---------------------------------------------------------------------
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:44:18 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.