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

Re: Tagging + branching

From: Jacob Atzen <jacob_at_aub.dk>
Date: 2004-10-01 09:23:24 CEST

On Thu, Sep 30, 2004 at 04:18:51PM -0500, Monks, Peter wrote:
> My first thought was that our release process would just copy from
> trunk/ to tags/Releases/X.Y.Z then copy from the newly created tag to
> branches/Releases/X.Y.Z, but then the thought struck me that this
> might make merging from the branch back into the trunk more difficult
> than it needs to be

Why should this make it difficult? Anyways, if you want to copy from
trunk to branch you can use the --revision flag to your copy. Say you
want to release revision 42. You could then do something like this:

svn copy -r 42 http://server/repos/trunk http://server/repos/tags/rel2
svn copy -r 42 http://server/repos/trunk http://server/repos/branches/rel2

Syntax may not be fully correct.

-- 
Cheers,
- Jacob Atzen
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 1 09:23:54 2004

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.