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

Re: Problems creating tag

From: Simon Large <simon_at_skirridsystems.co.uk>
Date: 2006-09-21 00:06:53 CEST

Remi wrote:
> I'm reasonably new to subversion and tortoise, so I expect I may be missing a
> really basic piece of the puzzle... If someone could point me in the right
> direction, I'd appreciate it.
>
> I'm trying to create a tag in my subversion repository.
>
> 1) I right-click on the folder that has the project checked out;
> 2) From URL is "svn://[proper server path]/myProject/trunk/client"
> 3) I edit the To URL to: "svn://[proper server
> path]/myProject/tag/client/2006-09-20_0.1"
>
> *** The tag directory exists on the server, "/Client/2006-09-20_0.1"
> subdirectory does not ***

That is the problem. Subversion will not create the subdirectories for
you. You need to create the tag/client directory first. But (and it's a
bug BUT) do not create the 2006-09-20_0.1 directory first or you will
end up with a tag in client/2006-09-20_0.1/2006-09-20_0.1

> 4) HEAD revision in the repository is selected, click "Ok".
>
> I get the following two errors:
>
> Error Out of date: 'tag' in transaction '51-1'.
> Error You have to update your working copy first.

I think that is just subversion giving a misleading error message, and
TSVN trying to give a more helpful interpretation which turns out to be
completely wrong as the original error code was not specific enough.

Simon

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Thu Sep 21 00:06:24 2006

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

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