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

Re: WG: Subversion pop quiz

From: Andrew Arnott <andrewarnott_at_gmail.com>
Date: 2004-10-20 16:01:40 CEST

I just asked this question a few days ago. See the thread with
subject "Reverse last commit". But here was the most useful answer I
received:

This should be executed on the server. No, there is not simpler way
(that I know of):

svnadmin dump -r 1:(last rev to be kept) oldrepo > oldrepo.dump
svnadmin create newrepo
svnadmin load newrepo < oldrepo.dump

On Wed, 20 Oct 2004 08:24:14 +0200, Robert Krugmann
<robert.krugmann@infoteam.de> wrote:
> Hi all,
>
> What's the simplest way to restore a repository to change set N-1, when N is
> the current head revision?
>
> Is there a command that operates purely server-side?
>
> Robert Krugmann
> ======================
> infoteam Software GmbH
> Am Bauhof 9
> 91088 Bubenreuth
>
> Fon: +49 9131 7800-67 Fax: -50
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Andrew Arnott
Web Developer
Brigham Young University
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 20 16:02:24 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.