[pypy-svn] rev 2161 - pypy/trunk/doc/devel

arigo at codespeak.net arigo at codespeak.net
Tue Nov 4 15:11:31 CET 2003


Author: arigo
Date: Tue Nov  4 15:11:30 2003
New Revision: 2161

Modified:
   pypy/trunk/doc/devel/howtosvn.txt
Log:
Precisions


Modified: pypy/trunk/doc/devel/howtosvn.txt
==============================================================================
--- pypy/trunk/doc/devel/howtosvn.txt	(original)
+++ pypy/trunk/doc/devel/howtosvn.txt	Tue Nov  4 15:11:30 2003
@@ -42,13 +42,13 @@
 
 download the tarball.  unzip and untar it.  Then type *./configure*.  Then, as root, *make* followed by *make install*.  Voilà ... a subversion client.
 
-A Debian package is available from backports_.  Add the following line to ``/etc/apt/sources.list``::
+A Debian package is available from backports_.  If you are using a *stable* Debian, first add the following line to ``/etc/apt/sources.list``::
 
   deb http://fs.cs.fhm.edu/mirror/backports.org/debian stable subversion
 
-then install the package::
+You can then install the package (same command for *testing* and *unstable*)::
 
-  $ apt-get install subversion tools
+  $ apt-get install subversion-tools
 
 Note that you can always go look at the files online_ with your browser, located at: http://codespeak.net/svn/pypy/trunk
 But, you'll want to check out your own local copies to work on.


More information about the Pypy-commit mailing list