You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2020/01/21 19:56:50 UTC

svn commit: r1873014 - in /ant/site/ant: production/svn.html sources/svn.xml

Author: bodewig
Date: Tue Jan 21 19:56:50 2020
New Revision: 1873014

URL: http://svn.apache.org/viewvc?rev=1873014&view=rev
Log:
we really use git by now

Modified:
    ant/site/ant/production/svn.html
    ant/site/ant/sources/svn.xml

Modified: ant/site/ant/production/svn.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/svn.html?rev=1873014&r1=1873013&r2=1873014&view=diff
==============================================================================
--- ant/site/ant/production/svn.html (original)
+++ ant/site/ant/production/svn.html Tue Jan 21 19:56:50 2020
@@ -220,7 +220,15 @@
       <a name="Access the Source Tree (Subversion)"></a>
       Access the Source Tree (Subversion)
     </h3>
-                        <p>Anyone can checkout source code from our public Subversion repository. To do so,
+                        <div class="warning">
+        <div class="label">Note</div>
+        <div class="content"> The main development of Ant and its
+        subprojects has moved to git, see <a href="/git.html">Git
+        Repositories</a>. Subversion is really only used for the
+        website now.
+        </div>
+      </div>
+                                <p>Anyone can checkout source code from our public Subversion repository. To do so,
          simply use the following command (if you are using a GUI client, configure it
          appropriately):</p>
                                 <pre class="code">

Modified: ant/site/ant/sources/svn.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/svn.xml?rev=1873014&r1=1873013&r2=1873014&view=diff
==============================================================================
--- ant/site/ant/sources/svn.xml (original)
+++ ant/site/ant/sources/svn.xml Tue Jan 21 19:56:50 2020
@@ -26,6 +26,15 @@
 
     <section name="Access the Source Tree (Subversion)">
 
+      <div class="warning">
+        <div class="label">Note</div>
+        <div class="content"> The main development of Ant and its
+        subprojects has moved to git, see <a href="/git.html">Git
+        Repositories</a>. Subversion is really only used for the
+        website now.
+        </div>
+      </div>
+
       <p>Anyone can checkout source code from our public Subversion repository. To do so,
          simply use the following command (if you are using a GUI client, configure it
          appropriately):</p>