You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/11 23:33:14 UTC

[Lucene-java Wiki] Update of "HowToUpdateTheWebsite" by RobertMuir

Dear Wiki user,

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

The "HowToUpdateTheWebsite" page has been changed by RobertMuir:
http://wiki.apache.org/lucene-java/HowToUpdateTheWebsite?action=diff&rev1=24&rev2=25

Comment:
LUCENE-3166: update versioned site by just committing.

    1. {{{svn checkout https://svn.apache.org/repos/asf/lucene/dev/trunk/ lucene}}} (NOTE: this checks out the full lucene sources, not just the web site content, which is necessary for step 4 below)
    1. {{{cd lucene/src/site}}}
    1. Follow instructions 3, 4 and 5 above to make your changes
+   1. {{{svn commit}}} all changes under {{{src/site}}}
-   1. Recursively {{{copy build/site/*}}} to {{{../../docs/*}}} by running {{{cp -r build/site/* ../../docs}}}
-   1. {{{svn commit}}} all changes (to the forrest sources and {{{../../docs/*}}})
  
  == Production push ==