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:49:44 UTC

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

Dear Wiki user,

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

The "HowToContribute" page has been changed by RobertMuir.
The comment on this change is: update trunk location.
http://wiki.apache.org/lucene-java/HowToContribute?action=diff&rev1=21&rev2=22

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

  === Getting the source code ===
  First of all, you need the Lucene source code.<<BR>>
  
- Get the source code on your local drive using [[http://svn.apache.org/viewvc/lucene/java/|SVN]].  Most development is done on the "trunk":
+ Get the source code on your local drive using [[http://svn.apache.org/viewvc/lucene/dev/|SVN]].  Most development is done on the "trunk":
  
  {{{
  svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene lucene-trunk
@@ -13, +13 @@

  Depending on where you are located the European mirror might be faster or slower:
  
  {{{
- svn checkout http://svn.eu.apache.org/repos/asf/lucene/java/trunk/ lucene-trunk
+ svn checkout http://svn.eu.apache.org/repos/asf/lucene/dev/trunk/ lucene-trunk
  }}}
  === Making Changes ===
  Before you start, send a message to the [[http://lucene.apache.org/java/docs/mailinglists.html|developer mailing list]] (Note: you have to subscribe before you can post), or file a bug report in [[http://issues.apache.org/jira/browse/LUCENE|Jira]].  Describe your proposed changes and check that they fit in with what others are doing and have planned for the project.  Be patient, it may take folks a while to understand your requirements.