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

RE: Which way to remove that bad revision

From: Paul Koning <Paul_Koning_at_Dell.com>
Date: Sat, 28 Mar 2009 17:50:06 -0400

I think you need --incremental on that second svnadmin dump. See
"svnadmin help dump".

 

                paul

 

From: Stephen Connolly [mailto:stephen.alan.connolly_at_gmail.com]
Sent: Friday, March 27, 2009 5:56 PM
To: Aaron Searle
Cc: users_at_subversion.tigris.org
Subject: Re: Which way to remove that bad revision

 

you need the incremental option on the second dump

2009/3/27 Aaron Searle <searle.aaron_at_gmail.com>

Just found out that one of my revisions ( 2120 ) needs to be removed.

Plan was to 'svnadmin dump -r 0:2119 >> some.dump' then 'svnadmin dump
-r 2121:2400 >> some.dump'

then use 'svnadmin load repoNameHere < some.dump'

Problem is that is give me an error when load reaches revision 2121:

svnadmin: File already exists: ...... , path 'branches/somebranchname'

The branch already exists because a previous revision created it,
perhaps 300 revision earlier.

Either way, it this the wrong approach? Is there a better / more
efficient way to remove this revision?

a

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1461580

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-28 22:51:01 CET

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.