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

db/txn-current': No such file or directory

From: <mika.karkkainen_at_tietolaite.com>
Date: Tue, 13 May 2008 14:37:32 +0300

> Weird. What's in that "transaction-current" file? I have a feeling
> your "txn-current" somehow got renamed, but I have no idea what process
> or admin would do such a thing. The latter name is correct, of course.

> -Karl

> "txn-current" somehow got renamed

I looked into the sources of the previous version of Subversion we had in use,
actually in "fs.h", there is the following define:

#define PATH_TXN_CURRENT "transaction-current" /* File with next txn key */

whereas in the 1.5.0 RC4 it has been changed to:

#define PATH_TXN_CURRENT "txn-current" /* File with next txn key */

So this explains a lot, now I'm just wondering how to recover from this. We
have actually a number of repositories in this 'state'.

Rgds
Mika

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-13 21:36:03 CEST

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.