[pypy-svn] r80056 - in pypy/extradoc/pypy.org: . source

fijal at codespeak.net fijal at codespeak.net
Tue Dec 14 16:51:47 CET 2010


Author: fijal
Date: Tue Dec 14 16:51:45 2010
New Revision: 80056

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
Update links


Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Tue Dec 14 16:51:45 2010
@@ -113,14 +113,11 @@
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4-src.tar.bz2">pypy-1.4-src.tar.bz2</a> (sources, Unix line endings)</li>
 <li><a class="reference external" href="http://pypy.org/download/pypy-1.4-src.zip">pypy-1.4-src.zip</a> (sources, Windows line endings)</li>
 </ul>
-<p>Or you can checkout the current trunk using <a class="reference external" href="http://subversion.tigris.org/">Subversion</a> (the trunk
+<p>Or you can checkout the current trunk using <a class="reference external" href="http://mercurial.selenium.org">Mercurial</a> (the trunk
 usually works and is of course more up-to-date):</p>
 <pre class="literal-block">
-svn co http://codespeak.net/svn/pypy/trunk pypy-trunk
+hg clone http://bitbucket.org/pypy/pypy
 </pre>
-<p>It is not recommended to use external tools like <tt class="docutils literal">hg convert</tt>
-instead of <tt class="docutils literal">svn</tt>, because these are known to have issues with
-the PyPy repository.</p>
 </li>
 <li><p class="first">Make sure you installed the dependencies.  See the list <a class="reference external" href="http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
 </li>

Modified: pypy/extradoc/pypy.org/source/download.txt
==============================================================================
--- pypy/extradoc/pypy.org/source/download.txt	(original)
+++ pypy/extradoc/pypy.org/source/download.txt	Tue Dec 14 16:51:45 2010
@@ -100,14 +100,10 @@
    .. __: http://pypy.org/download/pypy-1.4-src.tar.bz2
    .. __: http://pypy.org/download/pypy-1.4-src.zip
 
-   Or you can checkout the current trunk using Subversion_ (the trunk
+   Or you can checkout the current trunk using Mercurial_ (the trunk
    usually works and is of course more up-to-date)::
 
-     svn co http://codespeak.net/svn/pypy/trunk pypy-trunk
-
-   It is not recommended to use external tools like ``hg convert``
-   instead of ``svn``, because these are known to have issues with
-   the PyPy repository.
+     hg clone http://bitbucket.org/pypy/pypy
 
 2. Make sure you installed the dependencies.  See the list here__.
 
@@ -159,7 +155,7 @@
 .. _`sandboxing`: features.html#sandboxing
 .. _`stackless`: http://www.stackless.com/
 .. _`greenlets`: http://codespeak.net/svn/greenlet/trunk/doc/greenlet.txt
-.. _Subversion: http://subversion.tigris.org/
+.. _Mercurial: http://mercurial.selenium.org
 
 Checksums
 ---------



More information about the Pypy-commit mailing list