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

svn commit: r979786 - in /websites/staging/lucene/trunk/content: ./ solr/resources.html

Author: buildbot
Date: Sun Feb  7 22:49:12 2016
New Revision: 979786

Log:
Staging update by buildbot for lucene

Modified:
    websites/staging/lucene/trunk/content/   (props changed)
    websites/staging/lucene/trunk/content/solr/resources.html

Propchange: websites/staging/lucene/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb  7 22:49:12 2016
@@ -1 +1 @@
-1728289
+1729050

Modified: websites/staging/lucene/trunk/content/solr/resources.html
==============================================================================
--- websites/staging/lucene/trunk/content/solr/resources.html (original)
+++ websites/staging/lucene/trunk/content/solr/resources.html Sun Feb  7 22:49:12 2016
@@ -212,6 +212,7 @@
   visibility: hidden;
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
+<p>Title: Resources</p>
 <h2 id="tutorials">Tutorials<a class="headerlink" href="#tutorials" title="Permanent link">&para;</a></h2>
 <!-- 
    TODO: this was previously mentioned.  do we retain something like this?  or...?
@@ -305,13 +306,14 @@ Visit the <a href="http://www.apache.org
 <p>Looking to contribute to Solr?  Read the <a href="http://wiki.apache.org/solr/HowToContribute">instructions</a> on contributing and then submit a patch!</p>
 <h3 class="offset" id="solr-version-control">Solr Version Control</h3>
 
-<p>The Solr source code resides in the Apache <a href="http://subversion.apache.org">Subversion (SVN)</a> repository. The command-line SVN client can be obtained <a href="http://subversion.apache.org/packages.html">here</a> or as an optional package for <a href="http://www.cygwin.com">Cygwin</a>. The TortoiseSVN GUI client for Windows can be obtained <a href="http://tortoisesvn.tigris.org">here</a>. There are also SVN plugins available for older versions of <a href="http://subclipse.tigris.org">Eclipse</a> and <a href="https://plugins.jetbrains.com/plugin/60?pr=">IntelliJ</a> IDEA that don't have Subversion support already included.</p>
+<p>The Solr source code resides in the Apache <a href="http://git.apache.org">GIT</a> repository. Various GIT clients can be obtained from <a href="https://git-scm.com/">git-scm.com</a>. There are also GIT integrations for various IDEs. For Eclipse, look at <a href="http://www.eclipse.org/egit/">EGit</a>. IntelliJ has git support bundled, if you have installed the command line version.</p>
 <h4 id="web-access-read-only">Web Access (read-only)<a class="headerlink" href="#web-access-read-only" title="Permanent link">&para;</a></h4>
-<p>The source code can be browsed via the Web at <a href="http://svn.apache.org/viewvc/lucene/dev/">http://svn.apache.org/viewvc/lucene/dev/</a>. No SVN client software is required.</p>
+<p>The source code can be browsed via the Web at <a href="https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git">https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git</a>. No GIT client software is required.</p>
+<p>The code can also be browsed through our GitHub mirror at <a href="https://github.com/apache/lucene-solr/">https://github.com/apache/lucene-solr/</a>.</p>
 <h4 id="anonymous-access-read-only">Anonymous Access (read-only)<a class="headerlink" href="#anonymous-access-read-only" title="Permanent link">&para;</a></h4>
-<p>The SVN URL for anonymous users is <a href="http://svn.apache.org/repos/asf/lucene/dev/">http://svn.apache.org/repos/asf/lucene/dev/</a>. Instructions for anonymous SVN access are <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.</p>
+<p>The GIT URL for anonymous users is <a href="http://git-wip-us.apache.org/repos/asf/lucene-solr.git">http://git-wip-us.apache.org/repos/asf/lucene-solr.git</a>. Instructions for non-committer GIT access are <a href="https://git-wip-us.apache.org/#repository-checkout">here</a>.</p>
 <h4 id="committer-access-read-write">Committer Access (read-write)<a class="headerlink" href="#committer-access-read-write" title="Permanent link">&para;</a></h4>
-<p>The SVN URL for committers is <a href="https://svn.apache.org/repos/asf/lucene/dev/">https://svn.apache.org/repos/asf/lucene/dev/</a>. Instructions for committer SVN access are <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.</p>
+<p>The GIT URL for committers is <a href="https://git-wip-us.apache.org/repos/asf/lucene-solr.git">https://git-wip-us.apache.org/repos/asf/lucene-solr.git</a>. Instructions for committer GIT access are <a href="https://git-wip-us.apache.org/#repository-checkout">here</a>.</p>
 <hr />
 <h2 id="solr-books">Solr Books<a class="headerlink" href="#solr-books" title="Permanent link">&para;</a></h2>
 <p>If you have a Solr book that you would like to see listed here, please submit a <a href="http://wiki.apache.org/solr/HowToContribute">patch</a> to this <a href="https://svn.apache.org/viewvc/lucene/cms/trunk/">website</a> via a JIRA issue.</p>