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

Tagging an existing tag?

From: JBT <jbt_at_phocat.com>
Date: 2006-02-03 17:09:03 CET

Hello,

I'm a long time cvs user who recently switched to subversion. While
I've read the manual and faq, I am still confused about svn copy for
making tags.

I have an an existing tagged tree and I would like to apply another
label to it as part of a automated build process. But it looks like
if I try:

  svn copy http://localhost/repos/drivers/tag/base-1.1 \
    http://localhost/repos/drivers/tag/release-1.00.01 -m "Build 1.00.01"

it looks like I'm getting a new revision of the HEAD in release-1.00.01
tree.

Is it possible to tag a tag in subversion? If so, is svn copy the
correct way to do so? Or am I just having some sort of operator on
my part?

Thanks from a neophyte.

- JBT -

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 3 22:45:57 2006

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.