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

Re: Undoing last commit

From: Keith Smith <keith_at_pharos.co.nz>
Date: 2004-07-21 04:56:40 CEST

On Wed, 2004-07-21 at 14:29, Kenneth Porter wrote:
> Not quite grasping how the vendor drop thing was supposed to work, I
> committed a new copy of a vendor drop instead of a delta from the previous
> version, bloating my repository by the size of the entire drop. I'd now
> like to remove that, but I think if I just delete that tag, it leaves the
> storage consumed. Correct? If so, is there some way to undo the commit and
> release the storage? (I haven't committed anything since my error.)

You can't obliterate the unwanted revision from the existing repository.

I would dump all revisions up to the culprit, and then load them into a
new repository. Look up 'svnadmin dump' and 'svnadmin load' in the
book. You could even follow it's saucy suggestion for avoiding
temporary storage.

Regards
Keith

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 21 04:57:15 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.