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

RE: Re: branching much easier, tagging much harder?

From: Robert Swarbrick <robert.swarbrick_at_asg.com>
Date: 2005-05-06 08:57:33 CEST

Michael Muller wrote:
>Thanks for taking the four-steps down to two! Still, there's no simple

>way to do this from tortoise. Is there?

>> svn rm tagURL/index.php
>> svn cp index.php tagURL

It's easy as long as it's unimportant to keep history in this particular
tag as well as the development branch/trunk.
You could have the tag checked out to a working copy on your machine, as
well as wherever the code is developed. Then copy the tag over and
commit via tortoise or anything else (with a suitable log message as to
where it's from).

Or Merge from development into the tag.

...both of these treat 'tags' as 'branches' though.

Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 08:57:58 2005

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.