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

Re: Recovering repository with multiple missing rev/ files

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Tue, 15 Jun 2010 16:02:44 -0500

On Jun 15, 2010, at 15:37, Eiren Smith wrote:

> I considered doing it the way you described. Unfortunately, most of the seven (7) missing revisions are for binary files (DLLs and DOCs) and so I can't reproduce their variations by hand. And since SVN is storing binary deltas, not entire files, for each commit, I believe I would have to reproduce them perfectly to get this particular solution to work.
>
> Any ideas how to get around this or where to go from here?

Perhaps you can do all the "svnadmin dump" steps. Then use svndumptool to filter the problematic files out of all the dumps after which a revision of their history was lost. Then you can load these dumps in order into a new repository.
Received on 2010-06-15 23:03:47 CEST

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.