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

RE: Tagging question

From: <Chris.Fouts_at_qimonda.com>
Date: 2006-10-23 18:57:31 CEST

Thanks. Let me ask a more direct question.

We use tags for merging.

- I merged from trunk to branch.
- I committed branch.
- I deleted my trunk-to-branch merge tag and did NOT
  recreate it (problem!!!)
- Trunk updated by someone else
- Now I want to merge trunk changes to branch, but
  do NOT have the trunk tag I need.

Say the trunk is at revision 500. Can I do a

> svn cp -r 498 /repos/trunk /repos/branches/mybranch

and trust that /repos/branches/mybranch is based off
revision 498 of the trunk?

>-----Original Message-----
>From: Rob Wilkerson [mailto:r.d.wilkerson@gmail.com]
>Sent: Monday, October 23, 2006 12:51 PM
>To: Fouts Christopher (QNA RTP PT PREV)
>Subject: Re: Tagging question
>
>On 10/23/06, Chris.Fouts@qimonda.com <Chris.Fouts@qimonda.com> wrote:
>> Is this the correct syntax for tagging a certain revision?
>>
>> > svn copy -r<rev> <copy from> <copy to>
>
>Yes. Or at least it's one way. I like to use the -m flag to
>add a message, but yours will work just fine. I think all
>that's absolutely required is
>
># svn copy <source> <target>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 23 18:59:41 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.