[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: Erik Anderson <erikba_at_teamworkgroup.com>
Date: 2004-08-11 18:59:45 CEST

If you do, an important feature is for the file to be kept in the working
directories of anyone else who does an update after this file is removed. I
have gone through every known working copy to remove the file yet keep it in
the directory on at least a couple different occasions.

----- Original Message -----
From: "Max Bowsher" <maxb@ukf.net>
To: "Shaun Batterton" <shaun@batterton.net>; <users@subversion.tigris.org>
Sent: Wednesday, August 11, 2004 9:42 AM
Subject: Re: unversion a file

> 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
>

---------------------------------------------------------------------
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:52:52 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.