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.

Reply via email to