You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2005/10/19 07:49:05 UTC

[Jakarta-commons Wiki] Update of "MovingFromSandboxToProperSVN" by MarioIvankovits

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.

The following page has been changed by MarioIvankovits:
http://wiki.apache.org/jakarta-commons/MovingFromSandboxToProperSVN

------------------------------------------------------------------------------
  }}}
  When "propedit" remove search for your project and remove it.
  
-  1. if added remove your project from trunk-sandbox/buildall.sh
+  1. if your project were added to trunk-sandbox/buildall.sh, remove it from this file
  
   1. Add to trunk-proper
  {{{
@@ -31, +31 @@

  $svn propedit svn:externals trunks-proper
  $svn commit trunks-proper
  }}}
- When "propedit" go to the end of the list and add your project
+ When "propedit": go to the end of the list and add your project
  
  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.
  
@@ -60, +60 @@

  
  (Appendix)
  
+  1. Check-out jakarta-site
-  1. Check-out jakarta-site2 and edit jakarta-site2/xdocs/index.xml and news.xml. Put a news of "Commons-XX graduated from Sandbox to Commons-Proper"
+  1. edit jakarta-site/xdocs/index.xml and news.xml. Put a news of "Commons-XX graduated from Sandbox to Commons-Proper"
+  1. edit jakarta-site/docs/.htaccess and add a "Redirect permanent" to have automatic redirection from your projects sandbox to the proper website. Search for "vfs" to have a template.
  
  {{{
  $svn co https://svn.apache.org/repos/asf/jakarta/site
@@ -73, +75 @@

   1. Create a diff of your changes and ask a PMC to apply it
  
  {{{
- $svn diff site/xdocs >../xdocs_{prj}.diff
+ $svn diff site >../site_{prj}.diff
  }}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org