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

Transaction is out of date error on deleting packages

From: <aloys.oberthuer_at_gmx.net>
Date: 2005-02-13 18:27:18 CET

Hello,

I have just started using Subclipse/Subversion for my java projects, and reproducibly get an
error on:

- create packages test.subclipse
- create a new class in test.subclipse
- add/commit

- create packages test.subclipse2
- copy class to test.subclipse2,
- delete test.subclipse

and commit:

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

org.tigris.subversion.javahl.ClientException: Transaction is out of date
svn: Commit failed (details follow):
svn: Out of date: '/trunk/SubclipseTest/src/subclipse/test' in transaction '8'

org.tigris.subversion.svnclientadapter.SVNClientException:
org.tigris.subversion.javahl.ClientException: Transaction is out of date
svn: Commit failed (details follow):
svn: Out of date: '/trunk/SubclipseTest/src/subclipse/test' in transaction '8'

org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.commit(JhlClientAdapter.java:354)
org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand$1.run(CheckinResourcesComma
nd.java:94)
org.tigris.subversion.subclipse.core.SVNProviderPlugin$5.run(SVNProviderPlugin.java:392)
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1673)
org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1693)
org.tigris.subversion.subclipse.core.SVNProviderPlugin.run(SVNProviderPlugin.java:387)
org.tigris.subversion.subclipse.core.commands.CheckinResourcesCommand.run(CheckinResourcesCommand
.java:83)
org.tigris.subversion.subclipse.core.SVNTeamProvider.checkin(SVNTeamProvider.java:105)
org.tigris.subversion.subclipse.ui.operations.CommitOperation.execute(CommitOperation.java:63)
org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:90)
org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:159)
org.eclipse.team.internal.ui.actions.JobRunnableContext$3.runInWorkspace(JobRunnableContext.java:
179)
org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)

Repository is set up in a standard way,
with /trunk, /branches/ and /tags folders, I commit to trunk always from the top-level /src
folder in Eclipse. Subversion 1.1.3, Subclipse 0.9.27, WindowsXP, SVN Interface: JNI.

What's wrong?,
thanks in advance, Aloys
Received on Mon Feb 14 04:27:18 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.