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/10/04 19:45:23 UTC

[Solr Wiki] Update of "HowToContribute" by zouzias

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 zouzias:
https://wiki.apache.org/solr/HowToContribute?action=diff&rev1=94&rev2=95

Comment:
Changed protocol from HTTP to HTTPS for Lucene's SVN repository. HTTP is broken.

  To check out code from SVN
  
  {{{
- svn checkout http://svn.apache.org/repos/asf/lucene/dev/<branch>
+ 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: