On Mon, 01 Oct 2007 10:25:05 -0400, Jake Colman <[EMAIL PROTECTED]> wrote:
>We use branches to seperate projects one from another. At release time, the >project branches that are scheduled for that release are merged to HEAD and a >release branch is created from the merged HEAD. > >Project X created a new Java widget on its branch. Project Y now needs the >same Java widget. I need this widget in Project Y before Project X is ready >to merge to HEAD. How do I bring this file over from Project X to Project Y >such that it lives in both branches? > >Thanks! > >...Jake Easy one. Tag it in Y. CB
