diff xml/en/docs/howto_build_on_win32.xml @ 889:675f5c67b45c

Source code repository switch to Mercurial.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 25 Apr 2013 15:25:40 +0400
parents 0ed7670778bb
children ec68c9ae35bf
line wrap: on
line diff
--- a/xml/en/docs/howto_build_on_win32.xml
+++ b/xml/en/docs/howto_build_on_win32.xml
@@ -34,8 +34,7 @@ or <link url="http://strawberryperl.com"
 </listitem>
 
 <listitem>
-<registered>Subversion</registered> client. Choose any from the
-<link url="http://subversion.apache.org/packages.html#windows">list</link>
+<link url="http://mercurial.selenic.com/">Mercurial</link> client.</link>
 </listitem>
 
 <listitem>
@@ -52,7 +51,7 @@ and <link url="http://www.openssl.org">O
          name="Build steps">
 
 <para>
-Ensure that paths to Perl, Subversion and MSYS bin directories are added to
+Ensure that paths to Perl, Mercurial and MSYS bin directories are added to
 PATH environment variable before you start build. To set Visual C environment
 run vcvarsall.bat script from Visual C directory.
 </para>
@@ -67,9 +66,9 @@ Start MSYS bash.
 </listitem>
 
 <listitem>
-Check out nginx sources from the svn.nginx.org repository. For example:
+Check out nginx sources from the hg.nginx.org repository. For example:
 <programlisting>
-svn co svn://svn.nginx.org/nginx/tags/release-<development_version/>
+hg clone http://hg.nginx.org/nginx
 </programlisting>
 </listitem>