You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/02/15 06:19:35 UTC

svn commit: r1659885 - /maven/site/trunk/content/xdoc/source-repository.xml

Author: hboutemy
Date: Sun Feb 15 05:19:35 2015
New Revision: 1659885

URL: http://svn.apache.org/r1659885
Log:
added a link to Git migration wiki page

Modified:
    maven/site/trunk/content/xdoc/source-repository.xml

Modified: maven/site/trunk/content/xdoc/source-repository.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/xdoc/source-repository.xml?rev=1659885&r1=1659884&r2=1659885&view=diff
==============================================================================
--- maven/site/trunk/content/xdoc/source-repository.xml (original)
+++ maven/site/trunk/content/xdoc/source-repository.xml Sun Feb 15 05:19:35 2015
@@ -29,11 +29,13 @@ under the License.
   <body>
     <section name="Source Repository">
       <p>
-        Maven projects use <a href="http://git-scm.com/">Git</a> or <a href="http://subversion.apache.org/">Subversion</a> to manage their source code.
+        Maven projects use <a href="http://git-scm.com/">Git</a> or <a href="http://subversion.apache.org/">Subversion</a> to manage their source code:
+        decisions to stay with Subversion or move to Git are tracked on <a href="https://cwiki.apache.org/confluence/display/MAVEN/Git+Migration">Maven's Wiki</a>.
+      </p>
+      <p>
         Instructions on Subversion use can be found in the online book <a href="http://svnbook.red-bean.com/">Version Control with Subversion</a>.
         Instructions on Git use can be found in the online book <a href="http://git-scm.com/book/">Pro Git</a>.
-        Instructions for using the Apache Software Foundation Git repositories are at
-        <a href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>.
+        Instructions for using the Apache Software Foundation Git repositories are at <a href="https://git-wip-us.apache.org/">https://git-wip-us.apache.org</a>.
       </p>
       <subsection name="Maven Core">
         <p>