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

RE: mergeinfo

From: Bob Archer <bob.archer_at_amsi.com>
Date: Mon, 16 Nov 2009 10:00:08 -0500

> I made a copy of trunk.   I expected this branch to be merged back
> in at some point but it ended up diverging and being turned into a
> separate application.  There's no plan to ever merge it back in.
>
> Is there anything required to tell svn not to track mergeinfo
> anymore?
>
> Can someone point me to docs on how best to turn this branch into a
> separate repository?

You really don't need each project to be in a separate repository. You can just use svn cp to copy that branch to a new top level project folder such as the first recommended repository layout in the svn book http://svnbook.red-bean.com/nightly/en/svn.reposadmin.planning.html#svn.reposadmin.projects.chooselayout.

/
   calc/
      trunk/
      tags/
      branches/
   calendar/
      trunk/
      tags/
      branches/
   spreadsheet/
      trunk/
      tags/
      branches/
   .

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2418538

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-16 16:01:11 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.