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

Re: Obsolete trunk, what now?

From: Karl Fogel <kfogel_at_red-bean.com>
Date: 2007-10-26 22:49:09 CEST

"Fournier,Danny [NCR]" <Danny.Fournier@ec.gc.ca> writes:
> Basically, I have been working on branch adding new features. Now I find
> myself with an obsolete trunk. The code is old and much changes have
> been made. We're talking several months of work done on the branch now.
>
> I feel comfortable using the branch as the new trunk without merging.
> Just wondering how I would go about doing that? Delete all files from
> trunk, commit, copy files from branch and commit? Or should I nuke the
> repository and restart by importing the exported branch files?

Or maybe:

   $ svn del -m "Remove old trunk." http://.../repos/trunk
   $ svn mv -m "Make mybranch be new trunk." \
         http://.../repos/branches/mybranch http://.../repos/trunk

?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 26 22:49:46 2007

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.