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

Re: no transaction named `4v' in filesystem

From: <kfogel_at_collab.net>
Date: 2003-05-07 19:01:07 CEST

This error means some part of the filesystem is referencing a
non-existent Subversion txn (as opposed to a Berkeley transaction,
which is a different beast). This is a bug, but it's not a paradox.

If you have some idea of the history of operations on this repository
that got it into this situation, that would help us debug...

Thanks,
-Karl

Roland Bramm <roland@butlers-djihad.de> writes:
> I have a problem to commit somthing in my repos. if i do
>
> svn ci .OM.help OM.C -m " added interactive help system"
>
> i get
> svn: Invalid filesystem transaction name
> svn: Commit failed (details follow):
> svn: no transaction named `4v' in filesystem `/Volumes/Files/Subversion/db'
>
> In the repos are no:
> svnadmin lstxns /Volumes/Files/Subversion/
>
> same is i try to update my dir
> svn update:
> svn: Invalid filesystem transaction name
> svn: no transaction named `4v' in filesystem `/Volumes/Files/Subversion/db'
>
> od if i try to co my repso
> svn co file:///Volumes/Files/Subversion
> svn: Invalid filesystem transaction name
> svn: no transaction named `4v' in filesystem `/Volumes/Files/Subversion/db'
>
> I am using
> svn --version
> svn, version 0.21.0 (r5639)
> compiled May 6 2003, 17:21:15
> on MAcosX with berekley DB 41 (svn installed with the fink system)
>
> I am confused how some part can believe there is a transaction but it
> is not listable ??!
> Is there a way to get it working again ?
>
> Thanks
> Roland
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 19:42:57 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.