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

arigo at codespeak.net arigo at codespeak.net
Tue Nov 4 15:07:51 CET 2003


Author: arigo
Date: Tue Nov  4 15:07:50 2003
New Revision: 2160

Modified:
   pypy/trunk/doc/devel/howtosvn.txt
Log:
Moshez's instructions to install on Debian.


Modified: pypy/trunk/doc/devel/howtosvn.txt
==============================================================================
--- pypy/trunk/doc/devel/howtosvn.txt	(original)
+++ pypy/trunk/doc/devel/howtosvn.txt	Tue Nov  4 15:07:50 2003
@@ -26,6 +26,8 @@
 
   this will also need iconv_  MacOS X tar ball
 
++ Debian instructions below...
+
 btw, HowToInstallServer_ sketches how to install a subversion server on Linux (not as easy as the client install). You don't need to install server side files to get your client going. 
 
 Getting started
@@ -40,7 +42,15 @@
 
 download the tarball.  unzip and untar it.  Then type *./configure*.  Then, as root, *make* followed by *make install*.  Voilà ... a subversion client.
 
-You can then go look at the files online_ with your browser, located at: http://codespeak.net/svn/pypy/trunk
+A Debian package is available from backports_.  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::
+
+  $ 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.
 
 Check out and Check in
@@ -124,3 +134,4 @@
 .. _coding-style: http://codespeak.net/pypy/doc/devel/coding-style.html
 .. _readme: http://codespeak.net/pypy/doc/readme.html
 .. _HowToInstallServer: http://codespeak.net/moin/pypy/moin.cgi/HowToInstallServer
+.. _backports: http://www.backports.org


More information about the Pypy-commit mailing list