changeset 889:675f5c67b45c

Source code repository switch to Mercurial.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 25 Apr 2013 15:25:40 +0400
parents 22f93c9f4b55
children ec68c9ae35bf
files xml/en/docs/howto_build_on_win32.xml xml/en/download.xml xml/ru/download.xml
diffstat 3 files changed, 8 insertions(+), 21 deletions(-) [+]
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>
 
--- a/xml/en/download.xml
+++ b/xml/en/download.xml
@@ -35,18 +35,12 @@
 <section name="Source Code">
 
 <para>
-Read-only Subversion repositories:
+Read-only Mercurial repositories:
 <list type="bullet">
 
 <listitem>
-code: <literal>svn://svn.nginx.org/nginx</literal>
+code: <literal>http://hg.nginx.org/nginx</literal>
 </listitem>
-
-</list>
-
-Read-only Mercurial repositories:
-<list type="bullet">
-
 <listitem>
 site: <literal>http://hg.nginx.org/nginx.org</literal>
 </listitem>
--- a/xml/ru/download.xml
+++ b/xml/ru/download.xml
@@ -35,18 +35,12 @@
 <section name="Исходный код">
 
 <para>
-Репозитории Subversion, доступные только для чтения:
+Репозитории Mercurial, доступные только для чтения:
 <list type="bullet">
 
 <listitem>
-код: <literal>svn://svn.nginx.org/nginx</literal>
+код: <literal>http://hg.nginx.org/nginx</literal>
 </listitem>
-
-</list>
-
-Репозитории Mercurial, доступные только для чтения:
-<list type="bullet">
-
 <listitem>
 сайт: <literal>http://hg.nginx.org/nginx.org</literal>
 </listitem>