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

Re: Error: The version resource does not correspond to the resourcewithin the transaction.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2005-10-18 21:55:01 CEST

Daniel F Garcia wrote:
> I recently posted this message to the subversion mailing list, but alas no
> love from there. This problem is really causing me grief and if anyone could
> help me, I would really be grateful.

We can try...

> I recently migrated my repository to an FSFS file system. Because I was also
> changing the server name I did a clean checkout after the migration.

So you did an
$ svnadmin dump > repo
with the *old* version of svnadmin (the one you used to create the
repository).
Then you did
$ svnadmin create newrepo
$ svnadmin load newrepo > repo

correct?
If not, do it again - otherwise your repo might be corrupted.

> After the migration I've have many instances of the following error when
> doing a commit.
>
> Error: Commit failed (details follow):
> Error: Your file or directory 'Memphis.csproj' is probably out-of-date
> Error: The version resource does not correspond to the resource within the
> Error: transaction. Either the requested version resource is out of date
> (needs to be
> Error: updated), or the requested version resource is newer than the
> transaction root
> Error: (restart the commit).
>
> Yes, I did do an update before doing a commit.
>
> I'm running the subversion 1.2.3 on Apache on a debian server . I'm using
> TortoiseSVN 1.2.4
>
> I can get around the problem by deleting _svn\wcprops\*

Autsch! *Never*, *ever* even touch files and/or folders within the
Subversion admin directory. Now all you can do is again a fresh checkout.

> If anyone understands what cause this problem, I would really appreciate it.
> It is happening all over my work folders.

I can only guess - it's a Subversion error message.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
--
Received on Tue Oct 18 21:00:10 2005

This is an archived mail posted to the TortoiseSVN Users mailing list.

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