Add instructions for migrating Sandbox component to Proper
----------------------------------------------------------
Key: COMMONSSITE-67
URL: https://issues.apache.org/jira/browse/COMMONSSITE-67
Project: Commons All
Issue Type: Improvement
Reporter: Sebb
Need proper documentation on migrating a Sandbox component.
Here's a summary of what I did for CSV recently.
Remove external link from trunks-sandbox
svn rename -m"CSV => proper" \
https://svn.apache.org/repos/asf/commons/sandbox/csv/trunk \
https://svn.apache.org/repos/asf/commons/proper/csv/trunk
Add external link to trunks-proper
Login to minotaur
Rename the site directory /www/commons.apache.org/sandbox/csv =>
/www/commons.apache.org/csv
Edit /www/commons.apache.org/sandbox/.htaccess to add redirect
Create /www/commons.apache.org/csv/download_csv.cgi from an existing cgi file
(copy & rename)
Update commons-site:
- remove CSV entry from src/site/xdoc/sandbox/index.xml
- add CSV entry to src/site/site.xml, src/site/xdoc/index.xml,
src/site/xdoc/components.xml, src/site/xdoc/downloads/index.xml
- regenerate and deploy
Update CSV pom:
Change parent to normal commons-parent
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira