You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2014/12/19 22:18:37 UTC

[Solr Wiki] Update of "HowToContribute" by ErickErickson

Dear Wiki user,

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

The "HowToContribute" page has been changed by ErickErickson:
https://wiki.apache.org/solr/HowToContribute?action=diff&rev1=95&rev2=96

Comment:
Took https out of the URL for getting code.

  To check out code from SVN
  
  {{{
+ for non-committers:
+ svn checkout http://svn.apache.org/repos/asf/lucene/dev/<branch>
+ 
+ for committers
  svn checkout https://svn.apache.org/repos/asf/lucene/dev/<branch>
  }}}
  The <branch> part of the command above needs to be replaced by something concrete - the "code line" you want to get.  Examples, and how to interpret what they mean: