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

SVN Copy

From: Ramachandran, Vishwanath(IE10) <Vishwanath.Ramachandran_at_Honeywell.com>
Date: Mon, 8 Mar 2010 19:34:59 +0530

Hi there

In a subversion working copy(XYZ), we are doing development in different
branches. So the TRUNK contains the code base that is released to
market.

 

There are different branches which are having different version of XYZ
source.

Currently we want to merge XYZ 1.2 version of branch to TRUNK.

 

So instead of merge, we thought of doing COPY, because merge will take
lot of efforts here because the trunk and the branch are different
versions altogether.

 

So for COPY, we are planning to do the following steps.

 

1) Move the TRUNK to a TAG using the SVN MOVE command.

(2) Copy the XYZ_1.2.0_BUILD24_RELEASE_RC1 TAG to the TRUNK.

 

No need to do an explicit delete/commit on the trunk because svn move
does a svn copy + svn delete and requires an immediate commit.

 

Please review the steps and let us know, if its fine in terms of
retaining SVN history etc....

 

 

Regards

Vishwanath

 

 

 
Received on 2010-03-08 15:05:40 CET

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.