You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mi...@apache.org on 2016/02/22 20:42:58 UTC

svn commit: r1731727 - /lucene/cms/trunk/content/core/developer.mdtext

Author: mikemccand
Date: Mon Feb 22 19:42:58 2016
New Revision: 1731727

URL: http://svn.apache.org/viewvc?rev=1731727&view=rev
Log:
svn -> git

Modified:
    lucene/cms/trunk/content/core/developer.mdtext

Modified: lucene/cms/trunk/content/core/developer.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/core/developer.mdtext?rev=1731727&r1=1731726&r2=1731727&view=diff
==============================================================================
--- lucene/cms/trunk/content/core/developer.mdtext (original)
+++ lucene/cms/trunk/content/core/developer.mdtext Mon Feb 22 19:42:58 2016
@@ -1,14 +1,13 @@
 # Lucene<span style="vertical-align: super; font-size: xx-small">TM</span> Dev
 
 ##Source Code
-The source files are stored using Subversion (see http://subversion.tigris.org/ and http://svnbook.red-bean.com/)
+The source files are stored using GIT (see https://git-scm.com/documentation)
 
 - Latest <b>trunk</b>:
-<code>svn checkout http://svn.apache.org/repos/asf/lucene/dev/trunk lucene_trunk</code>
+<code>git clone https://github.com/apache/lucene-solr.git lucene_trunk</code>
 
 ##Making a Contribution
-Lucene Java is always looking for contributions, especially in the areas of documentation. See the <a
-href="http://wiki.apache.org/lucene-java">Wiki</a> for details on contributing.
+Lucene Java is always looking for contributions. See the <a href="https://wiki.apache.org/lucene-java/HowToContribute">Wiki</a> for details on contributing.
 
 ##Nightly Builds