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

arigo at codespeak.net arigo at codespeak.net
Mon Nov 29 13:54:41 CET 2010


Author: arigo
Date: Mon Nov 29 13:54:40 2010
New Revision: 79637

Modified:
   pypy/extradoc/pypy.org/download.html
   pypy/extradoc/pypy.org/source/download.txt
Log:
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.


Modified: pypy/extradoc/pypy.org/download.html
==============================================================================
--- pypy/extradoc/pypy.org/download.html	(original)
+++ pypy/extradoc/pypy.org/download.html	Mon Nov 29 13:54:40 2010
@@ -117,6 +117,9 @@
 <pre class="literal-block">
 svn co http://codespeak.net/svn/pypy/trunk pypy-trunk
 </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	Mon Nov 29 13:54:40 2010
@@ -104,6 +104,10 @@
 
      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.
+
 2. Make sure you installed the dependencies.  See the list here__.
 
    .. __: http://codespeak.net/pypy/dist/pypy/doc/getting-started-python.html#translating-the-pypy-python-interpreter



More information about the Pypy-commit mailing list