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

lac at codespeak.net lac at codespeak.net
Sun Jul 6 18:11:12 CEST 2003


Author: lac
Date: Sun Jul  6 18:11:11 2003
New Revision: 1087

Modified:
   pypy/trunk/doc/devel/howtosvn.txt
Log:
Added the exact what I needed to do under linux to get a client before I forget again.


Modified: pypy/trunk/doc/devel/howtosvn.txt
==============================================================================
--- pypy/trunk/doc/devel/howtosvn.txt	(original)
+++ pypy/trunk/doc/devel/howtosvn.txt	Sun Jul  6 18:11:11 2003
@@ -18,7 +18,7 @@
 
   (See Microsoft website_ if you have .DLL issues.)
 
-+ Windows Installer file for GUI_
++ Windows Installer file for Tortoise SVN (like Tortoise CVS) GUI_
 
   (See Win_ 2000, NT if you have problems loading it.)
 
@@ -36,6 +36,10 @@
 
 **Download and install the appropriate installation file of subversion above.**
 
+For linux: 
+
+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
 But, you'll want to check out your own local copies to work on.
 


More information about the Pypy-commit mailing list