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

Re: transaction out of date when creating tag

From: Eric Smith <eric-svn_at_brouhaha.com>
Date: 2003-08-24 11:38:33 CEST

I wrote:
> Now I want to tag a release:
> svn copy svn+ssh://svn.example.com/myproject/trunk \
> svn+ssh://svn.example.com/myproject/tags/release_0.8 \
> -m "release 0.8 tag"
> This gives me an error:
> svn: Transaction is out of date
> svn: out of date: `tags' in txn `3'

Erik Hülsmann went to the trouble of downloading my repository dump and
trying the above command. He confirmed that he got the same error, and
discovered that doing an svn mkdir of the tags directory first will avoid
this error. This has solved my problem.

And I thought I might have to wait for a day or two to hear a
solution. :-) Thanks Erik!

Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 24 11:39:24 2003

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.