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

RE: Re: Making a file in the working directory not be managed by Subversion any more

From: Bantle Armin <Armin.Bantle_at_ndt-ag.de>
Date: 2006-03-16 09:31:28 CET

stevewilliams@kromestudios.com wrote:
>
> johann.petrak@gmail.com wrote:
>
> > What is the best way to make a file that has been managed by
> > Subversion not be managed any more?
> > For instance, if a file got accidently added to the
> repository, how to
> > remove it from there without removing
> > it from the working directory? Is there a way to
> "officially" drop it?
> > (I believe it is impossible to remove all previous versions without
> > re-building the repository, but what
> > about simply removing it from now on?)
>
> copy file elsewhere
> svn rm file
> svn commit file
> copy file back from elsewhere

If you only added the file but didn't commit yet, the following will do
the job:

svn revert file

The contents of this e-mail and all attachments are confidential. If you are not the named addressee, please inform the sender immediately, do not use the contents in any way and delete the e-mail immediately.

Der Inhalt dieser E-Mail und deren Anhänge ist vertraulich. Wenn Sie nicht der Adressat sind, informieren Sie bitte den Absender unverzüglich, verwenden Sie den Inhalt nicht und löschen Sie die E-Mail sofort.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 16 09:28:29 2006

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.