[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: Fournier,Danny [NCR] <Danny.Fournier_at_ec.gc.ca>
Date: 2007-10-27 19:10:37 CEST

I have proceeded this way. Thanks for the help!

Dan

> -----Original Message-----
> From: Karl Fogel [mailto:kfogel@red-bean.com]
> Sent: Friday, October 26, 2007 4:49 PM
> To: Fournier,Danny [NCR]
> Cc: users@subversion.tigris.org
> Subject: Re: Obsolete trunk, what now?
>
> "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 Sat Oct 27 19:11:06 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.