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

Re: How to substitute trunk with a branch?

From: Paul Koning <Paul_Koning_at_dell.com>
Date: Wed, 27 Feb 2008 13:57:29 -0500

>>>>> "yuri" == yuri <yuri_at_tsoft.com> writes:

 yuri> I have the repository with a trunk that was abandoned long time
 yuri> ago and one active branch. Now I want to make this branch to
 yuri> be a trunk. So I need all trunk to be overwritten by the
 yuri> branch and this branch should disappear.

 yuri> How do I do this?

svn rm .../trunk
svn mv .../branches/goodbranch .../trunk

    paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 20:07:44 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.