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

Re: Deleting the last revsion from the repository

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-07 11:20:34 CEST

On Thu, 7 Apr 2005, swdev wrote:

> Since then (yesterday) I have made no changes.
> Is there any way I can remove revision 21 from the repository, as it
> contains several MBytes of files that I don't need version controlled?
>
>
Yes, you can use svnadmin dump to dump revision 1 to 20 and load that into
a new repository that will replace the old one. Note that you'll need to
punt your working copies afterwards, since they'll refer to a non-existent
revision.

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 7 11:18:27 2005

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.