> -----Original Message-----
> From: marc [mailto:marc.at.compass_at_gmail.com]
> Sent: 13 June 2012 16:23
> To: subversion_users_at_googlegroups.com
> Subject: How to create a tag from multiple revisions?
>
> Hello,
>
> As the subject says, I want to create a tag consisting of at
> least 2 different revisions in the trunk.
> All revisions concern the same project. Reason is, I have
> several revisions in the trunk and I want to exclude some
> revisions from the tag because the code in those is not yet
> production ready.
>
> For example the trunk consists of this:
>
> trunk/
> rev333
> rev331
> rev330
> rev229
> rev228
>
> I want to create a tag based on rev333 and rev330 but not rev
> 331 since that code is not finished yet. Am I able to do this
> - using subclipse or tortoise?
>
> Thanks,
>
> Marc
>
I believe that you can only create a mixed-revision tag direct from a suitable working copy:-
http://svnbook.red-bean.com/en/1.7/svn.branchmerge.tags.html#svn.branchmerge.tags.mkcomplex
~ mark c
Received on 2012-06-13 17:31:02 CEST