[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin: Can't read length line in file ...

From: John Szakmeister <john_at_szakmeister.net>
Date: 2006-05-23 02:31:16 CEST

----- Mark Junker <m.junker@hm-software.de> wrote:
> Andrew MacKenzie schrieb:
> >>> I've searched through Google, not nothing useful was found.
> >>> Any ideas?
>
> >> I had the same problem but nobody answered ... so I guess this
> problem
> >> is very rare. BTW: At this time we were running "svnserve" (svn://)
> and
> >> "mod_dav_svn" (https://) at the same time. Maybe this could've been
> the
> >> problem? Now we're only using the https:// access method.
>
> > We're only using mod_dav_svn.
>
> So I guess that it's not a problem of using svnserve and mod_dav_svn
> together.

No, using them both doesn't necessarily trigger the issue. It appears that mod_dav_svn alone can do it. I've been keeping track of this issue, and every one that I have ever seen has been a result of mod_dav_svn.

[snip]
> I also think that this is a serious issue but the only thing we have
> in
> common is the FSFS repository. Maybe I should convert it to BDB?

BDB is a good backend, but you really need to be careful about how you set it up. FSFS is far easier to manage/maintain. The good news is that this particular problem is recoverable. All the data is there, you just have to know how to put it together. I have a script that can do just that.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 23 02:32:41 2006

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.