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

hpk at codespeak.net hpk at codespeak.net
Tue Jun 24 15:37:58 CEST 2003


Author: hpk
Date: Tue Jun 24 15:37:57 2003
New Revision: 1050

Modified:
   pypy/trunk/doc/devel/howtosvn.txt
Log:
added/modified some links. clarified information.



Modified: pypy/trunk/doc/devel/howtosvn.txt
==============================================================================
--- pypy/trunk/doc/devel/howtosvn.txt	(original)
+++ pypy/trunk/doc/devel/howtosvn.txt	Tue Jun 24 15:37:57 2003
@@ -2,11 +2,17 @@
 subversion
 =================
 
-Our emerging codebase and the website is controlled by subversion.
+The PyPy codebase, documentation and web pages are controlled by subversion.
+If you already know how to use it here is the URL you need to interact
+with subversion:
 
 ``http://codespeak.net/svn/pypy/trunk/``
 
-Jens-Uwe Mager has prepared some installation files
+If you don't know what to do then Jens-Uwe Mager has prepared some 
+installation files which should help you to install subversion on
+your computer. 
+
++ Unix source tarball_
 
 + windows commandline_ utility
 
@@ -20,14 +26,12 @@
 
   this will also need iconv_  MacOS X tar ball
 
-+ Unix_ Unix source tarball
-
-HowToInstallServer sketches how to install a subversion server (not as easy as the client install).
+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
 -----------------
 
-If you're just getting started with subversion, here's a simple how-to so you can get started on our codebase.
+If you're just getting started with subversion, here's a simple how-to.
 For complete information, you can go read the subversion guide_.
 
 **Download and install the appropriate installation file of subversion above.**
@@ -108,10 +112,11 @@
 .. _Win: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=4B6140F9-2D36-4977-8FA1-6F8A0F5DCA8F
 .. _MacOS: http://codespeak.net/~jum/svn-0.24.2-darwin-ppc.tar.gz
 .. _iconv: http://codespeak.net/~jum/iconv-darwin-ppc.tar.gz
-.. _Unix: http://codespeak.net/~jum/subversion-0.24.2.tar.gz
+.. _tarball: http://codespeak.net/~jum/subversion-0.24.2.tar.gz
 
 .. _guide: http://svnbook.red-bean.com/book.html#svn-ch-1
 .. _archives: http://codespeak.net/pipermail/pypy-svn/
 .. _online: http://codespeak.net/svn/pypy/trunk
 .. _coding-style: http://codespeak.net/pypy/doc/devel/coding-style.html
-.. _readme: http://codespeak.net/pypy/doc/readme.html
\ No newline at end of file
+.. _readme: http://codespeak.net/pypy/doc/readme.html
+.. _HowToInstallServer: http://codespeak.net/moin/pypy/moin.cgi/HowToInstallServer


More information about the Pypy-commit mailing list