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

no transaction named '1o' in filesystem

From: Fabian Peters <lists.fabian_at_e-lumo.com>
Date: 2004-01-14 15:12:31 CET

Hi folks,

I've run into a problem with my subversion repository today. Using fink's
svn version 0.33.1 (r7789) without apache on OS X.3.

It all started with a commit that locked up (no panic) my machine (for the
first time since installing Panther). The forced reboot lead to the disk's
journal being replayed which I guess is the source for the problems I'm
experiencing now.

I could diff just fine and then tried to commit once again, leading to:

> Transmitting file data .svn: A checksum mismatch occurred
> svn: Commit failed (details follow):
> svn: txn_body_apply_textdelta: base checksum mismatch on
> "/Perl/GetAnswers/trunk/getanswers.pl":
> expected: 0f5e0f49a946516d8941acdca1d2b13d
> actual: 05c65afdbc27593166f69db654488597

I did a svnadmin verify on the repository, which completed just fine.
Another attempt at committing my changes resulted in:

> svn: Invalid filesystem transaction name
> svn: Commit failed (details follow):
> svn: no transaction named '1o' in filesystem
> '/Users/fabian/Documents/MiCamisa/svn/db'
> svn: Your commit message was left in a temporary file:
> svn:
> '/Developer/Applications/eclipse/workspace/GetAnswers/svn-commit.3.tmp'

So I ran svnadmin recover on the repository:

> Acquiring exclusive lock on repository db.
> Recovery is running, please stand by...
> Recovery completed.
> The latest repos revision is 42.

Before, the latest revision was 41. Alas, my next commit:

> svn: Invalid filesystem transaction name
> svn: Commit failed (details follow):
> svn: no transaction named '1o' in filesystem
> '/Users/fabian/Documents/MiCamisa/svn/db'
> svn: Your commit message was left in a temporary file:
> svn:
> '/Developer/Applications/eclipse/workspace/GetAnswers/svn-commit.4.tmp'

When I now run svnadmin verify, it also states:

> svn: Invalid filesystem transaction name
> svn: no transaction named '1o' in filesystem
> '/Users/fabian/Documents/MiCamisa/svn/db'

Any pointers?

TIA

Fabian
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 14 15:13:19 2004

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.