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

Re: Moving branch changes back to trunk

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-08-31 04:44:25 CEST

On Aug 30, 2005, at 7:12 PM, Andrew Boothman wrote:
>
> Or am I just making everything too complex and I should just do the
> merge?

You're thinking too hard. :-)

If the trunk is exactly identical to the "beginning" state of the
branch, then just compare HEAD of trunk with the HEAD of branch:

   $ svn checkout trunkURL project
   $ cd project
   $ svn merge trunkURL branchURL .
   $ svn commit -m "Merged branch changes to trunk."

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 31 04:46:22 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.