svn: Found malformed header in revision file
From: Paweł Tęcza <ptecza_at_uw.edu.pl>
Date: 2007-10-30 13:47:06 CET
Hello All,
At first, thanks a lot for great SCM tool from old CVS user! :)
I use Subversion 1.4.3 on Ubuntu 7.04 box:
ptecza@mysvnhost:~$ dpkg -l subversion\* |grep ^ii
Recently I've noticed problem with two old revisions of my project
ptecza_at_mydevhost:~$ svn co svn+ssh://mysvn.host/path/to/project .
ptecza@mysvnhost:~$ svnadmin verify /path/to/project
However I still can play with current working copy of the repository:
ptecza@mydevhost:~/working/copy$ svn up
As you can see my project has ~2200 revisions, but corrupted revisions
I can get the details of all revisions except of two following revisions:
ptecza@mydevhost:~/working/copy$ svn log -r 563
web commit by ptecza: * Some description
ptecza@mydevhost:~/working/copy$ svn log -r 564
ptecza@mydevhost:~/working/copy$ svn log -r 565
ptecza@mydevhost:~/working/copy$ svn log -r 566
web commit by xahil: * Other description
I was trying to change the props of the corrupted revisions.
ptecza@mydevhost:~/working/copy$ svn proplist --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn propget svn:log --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn propget svn:author --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn propget svn:date --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn propedit svn:log --revprop -r 565
ptecza@mydevhost:~/working/copy$ propedit svn:author --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn propedit svn:author --force --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn propedit svn:date --force --revprop -r 565
ptecza@mydevhost:~/working/copy$ svn log -r 565
Could you please help me to fix them? I've just googled the Net
The good news it that my hard disk seems to be OK, because I checked it
My best regards,
Pawel
---------------------------------------------------------------------
|
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.