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

Re: No such revision '263' , then no transaction named '7k' in filesystem

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-01-13 02:07:16 CET

On Monday 12 January 2004 07:12, Roland Bramm wrote:
> Hi,
>
> today a strange thing happend using svn ...
>
> today i tried to check in my changes and got
> svn: Invalid filesystem revision number
> svn: svn_repos_get_logs: No such revision '263'
>
> but in the svn keywords in the file there is:
> * @version $LastChangedRevision: 263 $
> * @date $LastChangedDate: 2004-01-09 18:12:26 +0100 (Fri, 09
> Jan 2004) $
>
> then i did a svnadmin recover
>
> which leads to
> admin recover /Volumes/Files/Subversion/
> Acquiring exclusive lock on repository db.
> Recovery is running, please stand by...
> Recovery completed.
> The latest repos revision is 263.
>
> so it seems that "everything is back to normal".
>
> but if i now try to do "something"
> i get:
> svn log Calculations.C
>
> svn: Invalid filesystem transaction name
> svn: no transaction named '7k' in filesystem '/Volumes/Files/Subversion/db'
>
> also for svn up , ...

Oof, that's no good. This sounds like a problem in the database. In other
words, it sounds like something got horked here. Did you run 'svnadmin
recover' while Apache was up? Does 'svnadmin verify' complete successfully
on the repository?

> but with
> svnadmin lstxns /Volumes/Files/Subversion/
> i dont see any transactions .. there is no oputput at all

You generally won't see transactions with that command. It's meant to show
you transactions that have failed, or were left lying around due to some
other failure.

> i am using the latest fink version
> svn --version
> svn, version 0.33.1 (r7789)
> (hmm interesting quite old .....but there is no newer in fink ...)

I know I've seen several things regarding svn for Mac OS X. I believe David
Summers got fed up with fink, and I think has some binary Mac OS X on his
site. Check it out at:

http://summersoft.fay.ar.us/pub/subversion/i386/subversion-latest/macosx/

> how can i remove a "invisible" transaction ?

The problem is that you have an invisible transaction, it's that one named
'7k' doesn't exist.

Can you say what you did that led up to this problem? If there is a bug, it
may help us to track down this problem.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jan 13 02:14:20 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.