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

Re: [TSVN] Tag error: Commit failed: Out of date

From: Stefan Küng <stefan.kueng_at_wagner-group.ch>
Date: 2004-09-09 14:04:27 CEST

Roland Erbs wrote:

> Hello
> Using TortoiseSVN 1.0.8, build 1430 and Subversion 1.0.6.
> Trying to make a tag, I get the following error:
>
>>Commit failed (details follow):
>>Out of date: '/tags/v362-10B/DSP0052/sources/monitor.c' in transaction '2u'

Out of date means you have to update your working copy first.

[snip]
> Then I used the commandline client of subversion writing
> svn copy svn://../trunk svn://../tags/v362-10B -m "tag test"
> and it worked...

But TSVN tries
svn copy path/to/working/copy svn://../tags/v362-10B -m "tag test"

> I don't know why I could not tag using TortoiseSVN... if it has something to
> do with the dates, shouldn't a warning/error have come up when I committed
> monitor.c with the older date than the last revision. And not when I try to
> tag?

In the upcoming 1.1 release, you can choose if you want to tag your
working copy or just make a repo->repo copy as you did with the CL client.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 11 20:18:08 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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