Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


This is a work in progress
—This page describes how to move a component from the commons sandbox to the commons proper. This page assumes you're already an Apache committer with karma for both jakarta-commons and jakarta-commons-sandbox. If you don't have karma, ask for it or get someone to help you.

  1. Start vote on commons-dev mailing list, stating reason for promotion of the component.
  2. After vote passes, send announcement with time of move and remind everyone to have any files in the component checked in by that time.
  3. Actual Move projec in SVN move:
    move project out of sandbox
  4. Tag the current version
No Format
$svn move https://svn.apache.org/repos/asf/jakarta/commons/sandbox/vfs{prj} https://svn.apache.org/repos/asf/jakarta/commons/proper/vfs
  1. tag the current sandbox version
No Format
{prj}
$svn copy https://svn.apache.org/repos/asf/jakarta/commons/proper/vfs{prj}/trunk https://svn.apache.org/repos/asf/jakarta/commons/proper/vfs{prj}/tags/sandbox

That's it for the actual SVN move. Verify the move succeeded by doing a clean checkout of jakarta-commons. Verify the SVN Repository has picked up the changes correctly. You could to this by enter the svn url in your browser.

...