I'm running SUSE 10.2 with svn from the SUSE Subversion repo.
> LC_ALL=C svn --version
svn, version 1.5.0 (dev build)
compiled Jun 5 2008, 16:16:44
After the last update on the 5th I get this error when committing:
svn: Can't open file '/srv/svn/repos/oneiros/db/txn-current': No such
file or directory
And surely, /srv/svn/repos/oneiros/db/txn-current doesn't exist.
Here's an ls of /srv/svn/repos/oneiros/db/:
current format fs-type indexes.sqlite revprops revs transactions
txn-current-lock uuid write-lock
transactions is empty, txn-current's size is 0.
svnadmin lstxns /srv/svn/repos/oneiros/ shows no transactions.
Creating an empty /srv/svn/repos/oneiros/db/txn-current only changes
the error:
svn: Can't read file '/srv/svn/repos/oneiros/db/txn-current': End of file found
Googling finds http://svn.haxx.se/users/archive-2008-05/0374.shtml
And idea how to fix this or is this a bug?
Best
Martin
PS: >rpm -qi subversion
Name : subversion Relocations: (not relocatable)
Version : 1.5.0 Vendor: openSUSE Build Service
Release : 115.1 Build Date: Do 05 Jun 2008
18:24:28 CEST
Install Date: Sa 14 Jun 2008 22:50:17 CEST Build Host: build17
Group : Development/Tools/Version Control Source RPM:
subversion-1.5.0-115.1.src.rpm
Size : 12578853 License: Subversion
license, http://subversion.tigris.org/license-1.html
Signature : DSA/SHA1, Do 05 Jun 2008 18:24:50 CEST, Key ID 8d9d8667d727fec3
URL : http://subversion.tigris.org
Summary : A Concurrent Versioning system similar to but better than CVS
Description :
Subversion does the same thing cvs (CVS (Concurrent Versioning System))
but has major enhancements compared to CVS.
Distribution: Subversion / openSUSE_10.2
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-22 21:30:14 CEST