| View previous topic :: View next topic |
| Author |
Message |
TriPPed
Joined: 11 Jul 2006 Posts: 2
|
Posted: Wed Jul 12, 2006 12:05 am Post subject: Can't read length line in file error on checkout/verify |
|
|
I am trying to checkout out an svn repo but i am having problems.
If i try
>svn co http://url/repo/trunk/
i get
>svn: REPORT request failed on '/path_to_repo/!svn/vcc/default
>svn: REPORT of '/path_to_repo/!svn/vcc/default': Could not read response body: connection truncated
if i try
>svn co svn://url/repo/trunk
i get
svn: Can't read length line in file /var/svn/repo_name/db/revs/68
I have tryed svnadmin restore repo_name but i did not fix the problem.
I have also tryed svnadmin verify repo_name and i get the same
svn: Can't read length line error.
All my other snv projects co ok using https or svn. It would appear the rev 68 is corrupt but cant figure out how to recover of remove it.
Any ideas? |
|
| Back to top |
|
Mahesh

Joined: 20 Apr 2005 Posts: 492 Location: Virginia, USA
|
Posted: Wed Jul 12, 2006 6:18 pm Post subject: Re: Can't read length line in file error on checkout/verify |
|
|
Are you using BDB or FSFS, I read recently that this occurs on FSFS.
Also it might have to with the size of the file.
--Mahesh |
|
| Back to top |
|
TriPPed
Joined: 11 Jul 2006 Posts: 2
|
Posted: Thu Jul 13, 2006 12:44 am Post subject: Re: Can't read length line in file error on checkout/verify |
|
|
| Mahesh wrote: | Are you using BDB or FSFS, I read recently that this occurs on FSFS.
Also it might have to with the size of the file.
--Mahesh |
Using FSFS and it was a big file, thats two counts against.
What i would really like to do is drop that revision altogether from svn. |
|
| Back to top |
|
|
View previous topic :: View next topic |