Since I came across this today ...
There is probably a damaged revision in your svn repository with the FSFS database.
BACKUP YOUR SVN LIST.
Determine if your repository is packed or fired by reading $ {REPO} / db / format
[root@chi2 db]
4
layout linear
If your fsfs database is layout layout, you need to get fsfs-reshard.py from here:
http://ymartin59.free.fr/wordpress/wp-content/2010/07/fsfs-reshard.py
( 1.6+, - svn trunk).
, :
./fsfs-reshard.py ${REPO} 0
:
svnadmin verify ${REPO}
* Verified revision 13689.
* Verified revision 13690.
* Verified revision 13691.
svnadmin: E185001: Svndiff contains a too-large window
ββ, - 1 , - 13692.
fsfsverify.py Subversion. http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/fsfsverify.py
fsfsverify.py . , -f . , .
[root@chi2 archive]
Copy 4640123 bytes from offset 1006867
Write 4640123 bytes at offset 1003542
Fixed? :-) Re-run fsfsverify without the -f option
[root@chi2 archive]
svnadmin . .
, ,
./fsfs-reshard.py ${REPO} 1000
svnadmin !
SVN !