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 2010/04/13 15:39:42 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.
The comment on this change is: update this to the new trunk.
http://wiki.apache.org/lucene-java/HowToUpdateTheWebsite?action=diff&rev1=22&rev2=23

--------------------------------------------------

  {{{
  #!/bin/sh
  /usr/local/bin/svn export --force http://svn.apache.org/repos/asf/lucene/java/site/docs /www/lucene.apache.org/java/docs
- /usr/local/bin/svn export --force http://svn.apache.org/repos/asf/lucene/java/trunk/docs /www/lucene.apache.org/java/docs/nightly
+ /usr/local/bin/svn export --force http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/docs /www/lucene.apache.org/java/docs/nightly
  }}}
  
  If the reason for updating the site was to post some sort of significant new news (e.g.: a release, a new committer, an upcoming talk, etc...) or to add completely new documentation consider sending out an announcement email to the {{{java-user@}}}, {{{java-dev@}}}, and {{{general@}}} lucene mailing lists.