Hello All
I have a truoble creating a branch/tag.
When I trying 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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 31 17:34:40 2005