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

Bug report

From: Ivan Vasiliev <biggod_at_mail15.com>
Date: 2005-02-01 20:13:09 CET

Hello All.
May be you didn't receive my message, so I send it again.
And if this is not a bug, but my error, I want to know, where I can
look for description of it.

===8<==============Original message text===============
Hello All

I have a truble creating a branch/tag.
When I try to make a branch in Eclipse or in command line, svn
reports me this one:
------------ in Eclipse -------------------
org.tigris.subversion.javahl.ClientException: Transaction is out of
date svn: Out of date: '/Biblioware/branches' in transaction '1y'
org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: Transaction is out of date
svn: Out of date: '/Biblioware/branches' in transaction '1y'
org.tigris.subversion.svnclientadapter.javahl.JhlClientAdapter.copy(JhlClientAdapter.java:623)
org.tigris.subversion.subclipse.core.commands.BranchTagCommand.run(BranchTagCommand.java:42)
org.tigris.subversion.subclipse.ui.operations.BranchTagOperation.execute(BranchTagOperation.java:38)
org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
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)
---------------------------------------
------------- in console: ---------------
svn copy "file:///d|/repository/Biblioware/trunk" "file:///d|/repository/Biblioware/tags/optimization/" -m "Creating a branch for optimization"
svn: Out of date: '/Biblioware/tags' in transaction '1z'
-----------------------------------------

Transuction number increases every time. But when I check transuctions
in svnadmin,
svnadmin.exe lstxns d:/repository
- there is no output (this must be no opened transuctions, right?).

Your questions:
- Your operating system: WinXP HomeEdition
- The release and/or revision of Subversion: version 1.1.3 (r12730),
eclipse javahl 1.1.3
- The compiler and configuration options you built Subversion with:
get win32 binary from your site
- Any private modifications you made to your Subversion: no one
- The version of Berkeley DB you're running Subversion with: which is
integrated in binary 1.1.3

Want to know, what is it, my incorrect way to make a branch or
something else?

-- 
Best regards,
 Ivan                          mailto:biggod@mail15.com
===8<===========End of original message text===========
-- 
Best regards,
 Ivan                            mailto:biggod@mail15.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 2 03:30:11 2005

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.