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

Re: Transaction is out of date error on deleting packages

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-02-13 23:09:06 CET

> SVN Commit: (Error: org.tigris.subversion.javahl.ClientException:
Transaction is out of date
> svn: Commit failed...

Congratulations, you have stumbled upon probably the most common problem
when using Subversion. This is the "mixed-revision" working copy problem.
When you commit, the revision of the file you committed is updated in your
WC, but not the revision on the folder. To get it to the HEAD revision,
you need to run svn update.

The message you got is when trying to delete an item that is not at the
HEAD revision. You would also get this message if you tried to move/rename
it or set properties on it.

To fix the problem, run update first, and then commit.

Refer to this section of the book, for a more detailed explanation:

http://svnbook.red-bean.com/en/1.1/ch02s03.html#svn-ch-2-sect-3.1

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Mon Feb 14 09:09:06 2005

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

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