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

svn: Can't read length line in file '/var/svn/repot/db/transactions/1189-1.txn/next-ids'

From: Austin David France <Austin.France_at_redskyit.com>
Date: 2007-09-13 17:47:44 CEST

svn: Can't read length line in file '/var/svn/repo/db/transactions/1189-1.txn/next-ids'

Our subversion server has just started returning this error when trying to commit to the repository. We have been using it successfully for months.

At first I thought it was a problem with the repository, but it verifies and dumps without complaining. After some more (unsuccessful) fiddling trying to get the repository to work, including importing the dump into a new repository which failed with the same error, I decided to create a new empty repository, gave anonymous write access and then tried a little co, add, commit test and get exactly the same error.

[root@office test]# cd /var/svn/test
[root@office test]# svnadmin create testdb
[root@office test]# vi /var/svn/test/testdb/conf/svnserve.conf # and set anon-access = write
[root@office test]# cd /tmp
[root_at_office tmp]# svn co svn://office/test/testdb
Checked out revision 0.
[root@office tmp]# cd testdb
[root@office testdb]# echo hello > hello
[root@office testdb]# svn add hello
[root@office testdb]# svn commit -m 'this is a test'
Adding hello
Transmitting file data .svn: Commit failed (details follow):
svn: Can't read length line in file '/var/svn/test/test/db/transactions/0-1.txn/next-ids'

I am not aware of anything changing on the server software wise. We have run out of disk space a few times in the past few weeks but there isnt currently a disk space issue.

Kind of stuck at the moment and open to suggestions on how to investigate and/or correct this issue.

O/S: Linux Kernel 2.4.18-3 (RH7.3)
subversion-1.3.2-1
Kind Regards
Дט§ŤÍή
RedSky IT
We are here: RedSky IT/Blackburn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 13 17:44:30 2007

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.