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

Re: branching much easier, tagging much harder?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-05-05 22:38:13 CEST

Oh, dangit, that's right, we don't allow copy to overwrite.

So it would have to be

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

On May 5, 2005, at 3:21 PM, Michael Muller wrote:

>
> When I tried that, I got an error because that file already existed.
>
> Ben Collins-Sussman wrote:
>> On May 5, 2005, at 2:56 PM, Michael Muller wrote:
>>>
>>> Correct, Hari. I've already established the tag. Now someone has
>>> edited one file and I want to associate just that one version of
>>> that one file with the tag. I can't tag an entire revision, because
>>> other developers have already checked in other changes that I do not
>>> want to be part of this release.
>>>
>>> This is very simple in CVS: "cvs tag -F RC index.php"
>>>
>> How about, 'svn copy index.php http://host/repos/tags/RC3/index.php'.
>> One command.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 5 22:40:54 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.