J Kramer wrote:
> Hi Jonathan,
>
> Thanks so much for your help I really appreciate it. I wrote a batch
> file (yes this is Windows) to dump the revisions. I'm not sure that I'm
> doing it correctly, though. I've tried doing it a couple of different
> ways. Here's an error that I'm getting:
>
> E:\SVN>svnadmin dump PATTRepository -r 111 --incremental 1>rep111
> svnadmin: Can't set position pointer in file
> 'PATTRepository\db\revs\110': An at
> tempt was made to move the file pointer before the beginning of the file.
>
> E:\SVN>svnadmin dump PATTRepository -r 111 --deltas 1>rep111
> svnadmin: Can't read file 'PATTRepository\db\revs\110': End of file found
>
> It looks like svnadmin dump is trying to read revision 110. Is there a
> way to run it that won't? I thought that --deltas would?
>
First, I would try FsFsVerify which can be found at:
http://www.szakmeister.net/blog/?page_id=16
It may or may not be helpful in your case.
If not:
Next, read the following threads for a similar discuss / question
http://thread.gmane.org/gmane.comp.version-control.subversion.user/67285
It refers to some other posts in which someone was able to zero out the
checksum to enable Dump / verify to get by.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 2 03:39:58 2007