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

Merging repositories ?

From: Brandis Jaroslav <jaroslav.brandis_at_softec.sk>
Date: 2006-05-23 21:32:21 CEST

Hello ...

I've got this problem.
By mistake I run mailer-tweak.py script on wrong repository. Dates on
revisions was owerwrited .
My idea about recovering was: recreate repository from full dump and
then create another dump for specific revisions 4000:4021 from corupted
repository. So I get repository with minimal number of bad dated
revisions.

- I've dumped specific revisions with svnadmin dump c:\repos -r
4000:4021 > last-rev.dmp But this dump has size like full dump of
repository. Ok -no problem.
- I recreate repository with svnadmin create and svnadmin load <
repository.dmp Ok. I have recovered repository to specific time.
- I would like to load specific revisions exported in first step.
svnadmin load < last-rev.dmp Here I got error:

<<< Started new transaction, based on original revision 4000
     * adding path : SMKdoc ...svnadmin: File already exists: filesystem
'db', t
ransaction '4000-7', path 'SMKdoc'

What's the problem ?

Is my idea about recovering repository correct or exist another way to
recover ?

Thanks
  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 21:34:47 2006

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.