You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2016/02/07 23:49:04 UTC

svn commit: r1729050 - /lucene/cms/trunk/content/solr/resources.mdtext

Author: janhoy
Date: Sun Feb  7 22:49:03 2016
New Revision: 1729050

URL: http://svn.apache.org/viewvc?rev=1729050&view=rev
Log:
Replace svn instructions with git

Modified:
    lucene/cms/trunk/content/solr/resources.mdtext

Modified: lucene/cms/trunk/content/solr/resources.mdtext
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/content/solr/resources.mdtext?rev=1729050&r1=1729049&r2=1729050&view=diff
==============================================================================
--- lucene/cms/trunk/content/solr/resources.mdtext (original)
+++ lucene/cms/trunk/content/solr/resources.mdtext Sun Feb  7 22:49:03 2016
@@ -1,5 +1,7 @@
 Title: Resources
 
+Title: Resources
+
 ## Tutorials ##
 
 <!-- 
@@ -140,19 +142,21 @@ Looking to contribute to Solr?  Read the
 
 <h3 class="offset" id="solr-version-control">Solr Version Control</h3>
 
-The Solr source code resides in the Apache [Subversion (SVN)](http://subversion.apache.org) repository. The command-line SVN client can be obtained [here](http://subversion.apache.org/packages.html) or as an optional package for [Cygwin](http://www.cygwin.com). The TortoiseSVN GUI client for Windows can be obtained [here](http://tortoisesvn.tigris.org). There are also SVN plugins available for older versions of [Eclipse](http://subclipse.tigris.org) and [IntelliJ](https://plugins.jetbrains.com/plugin/60?pr=) IDEA that don't have Subversion support already included.
+The Solr source code resides in the Apache [GIT](http://git.apache.org) repository. Various GIT clients can be obtained from [git-scm.com](https://git-scm.com/). There are also GIT integrations for various IDEs. For Eclipse, look at [EGit](http://www.eclipse.org/egit/). IntelliJ has git support bundled, if you have installed the command line version.
 
 #### Web Access (read-only) ####
 
-The source code can be browsed via the Web at <http://svn.apache.org/viewvc/lucene/dev/>. No SVN client software is required.
+The source code can be browsed via the Web at <https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git>. No GIT client software is required.
+
+The code can also be browsed through our GitHub mirror at <https://github.com/apache/lucene-solr/>.
 
 #### Anonymous Access (read-only) ####
 
-The SVN URL for anonymous users is <http://svn.apache.org/repos/asf/lucene/dev/>. Instructions for anonymous SVN access are [here](http://www.apache.org/dev/version-control.html#anon-svn).
+The GIT URL for anonymous users is <http://git-wip-us.apache.org/repos/asf/lucene-solr.git>. Instructions for non-committer GIT access are [here](https://git-wip-us.apache.org/#repository-checkout).
 
 #### Committer Access (read-write) ####
 
-The SVN URL for committers is <https://svn.apache.org/repos/asf/lucene/dev/>. Instructions for committer SVN access are [here](http://www.apache.org/dev/version-control.html#https-svn).
+The GIT URL for committers is <https://git-wip-us.apache.org/repos/asf/lucene-solr.git>. Instructions for committer GIT access are [here](https://git-wip-us.apache.org/#repository-checkout).
 
 ***