Thanks Joe. I did just update the GEP release process to be more like the server. Before, we had copied trunk to branches for the release candidate. When approved, we had copied the branch to tags, and left the branch there. In future, we will move the branch to tags as you suggest. With this commit, I removed those old branches. The tags version should still have the change history.
Ted Kirby On Tue, Oct 7, 2008 at 9:55 AM, Joe Bohn <[EMAIL PROTECTED]> wrote: > Just FYI .... in the server we initially create the release branch via a > copy but then move the branch to a tag when it is released. This preserves > the history in svn and also "removes" the release branch as the tag is > created. You might want to consider this approach for future GEP releases. > > Joe > > > [EMAIL PROTECTED] wrote: >> >> Author: tkirby >> Date: Tue Oct 7 06:45:30 2008 >> New Revision: 702479 >> >> URL: http://svn.apache.org/viewvc?rev=702479&view=rev >> Log: >> Be like the server. Get rid of old branches. These old releases are >> tagged >> >> Removed: >> geronimo/devtools/eclipse-plugin/branches/2.0.1/ >> geronimo/devtools/eclipse-plugin/branches/2.1/ >> geronimo/devtools/eclipse-plugin/branches/2.1.2/ >> geronimo/devtools/eclipse-plugin/branches/2.1.3/ >> >> > >
