Index: HOWTO.GENERATE_CHM
===================================================================
--- HOWTO.GENERATE_CHM	(revision 284090)
+++ HOWTO.GENERATE_CHM	(working copy)
@@ -4,14 +4,14 @@
 
 Warning : you'll need Windows to build CHM files.
 
-First, you will need to get the last CVS version of the PhD renderer from the repository:
-	cvs -d:pserver:cvsread@cvs.php.net/repository co phd
+First, you will need to get the last SVN version of the PhD renderer from the repository:
+	svn checkout http://svn.php.net/repository/phd/trunk
 
 Then, you need to get the documentation:
-	cvs -d:pserver:cvsread@cvs.php.net/repository co phpdoc
+	svn checkout http://svn.php.net/repository/phpdoc/en/trunk
 
 If you want to render a translated documentation instead:
-	cvs -d:pserver:cvsread@cvs.php.net/repository co phpdoc-{lang}
+	svn checkout http://svn.php.net/repository/phpdoc/{lang}/trunk
 		where {lang} is the ISO Code of the wished language
 		(see http://www.unicode.org/unicode/onlinedat/languages.html)
 
