OpenEJB Release Process has been created by Jacek Laskowski (Sep 15, 2007).

Content:

The page is about OpenEJB release process. Most information comes from OpenJPA's Making an OpenJPA Release.

1. Create a copy of the trunk the branch will be based on.

svn copy -m "OpenEJB 3.0-beta-1 branch" \
  https://svn.apache.org/repos/asf/openejb/trunk/openejb3 \
  https://svn.apache.org/repos/asf/openejb/branches/3.0-beta-1

While fixing issues in the branch and trunk in parallel it may happen that some changes in trunk have not been applied to the branch. Provided you're in the branch's directory the following command applies a change from the trunk to the branch ({-c 575845} is the commit number with the fix and the url points to a repo the change is in).

svn merge -c 575845 https://svn.apache.org/repos/asf/openejb/trunk/openejb3

Reply via email to