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

RE: Completely removing a Revision

From: Leon Zandman <lzandman_at_lode.nl>
Date: 2005-08-02 08:36:54 CEST

> Is there a way to completely remove a revision and revert
> back to a previous revision as if nothing changed?

Last week there was a thread on this mailing list called "How to revert
a commit". In that thread it was suggested to create a new repository
and execute the following commands:

svnadmin dump -r0:73 old-repo | svnadmin load --force-uuid new-repo

Maybe this is what you seek? You can use the mailing list's search
engine on the Subversion website to read that thread.

Greetz,

Leon Zandman

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 2 08:39:33 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.