Below is the list of changes that have just been committed into a local
mysqldoc repository of stefan. When stefan does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html
ChangeSet
1.2946 05/07/07 10:10:24 stefan@stripped +3 -0
installing.xml:
Sync with refman
Further clarifications on bk free client
Added <!-- todos --> in installing-source-tree section
refman-5.0/installing.xml
1.7 05/07/07 10:10:16 stefan@stripped +29 -11
Sync with refman
refman-4.1/installing.xml
1.6 05/07/07 10:10:15 stefan@stripped +29 -11
Sync with refman
refman/installing.xml
1.5 05/07/07 10:08:59 stefan@stripped +29 -11
Further clarifications on bk free client
Added <!-- todos --> in installing-source-tree section
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: stefan
# Host: apollon.site
# Root: /home/stefan/bk/mysqldoc
--- 1.5/refman-4.1/installing.xml 2005-07-07 09:51:27 +02:00
+++ 1.6/refman-4.1/installing.xml 2005-07-07 10:10:15 +02:00
@@ -7653,12 +7653,12 @@
<orderedlist>
<listitem><para>
- Download BitKeeper from
+ Download the BitKeeper free client from
<ulink url="http://www.bitmover.com/bk-client.shar">http://www.bitmover.com/bk-client.shar</ulink>.
</para></listitem>
<listitem><para>
- Install it like this:
+ Install the free client like this:
<programlisting>
sh bk-client.shar
cd bk_client-1.1
@@ -7668,13 +7668,13 @@
</para></listitem>
<listitem><para>
- After BitKeeper has been installed, first go to the directory you
- want to work from, and then use one of the following commands to
- clone the MySQL version branch of your choice:
+ After the BitKeeper free client has been installed, first go to the
+ directory you want to work from, and then use one of the following commands
+ to make a local copy of the MySQL version branch of your choice:
</para>
<para>
- To clone the old 3.23 branch, use this command:
+ To copy the old 3.23 branch, use this command:
</para>
<programlisting>
@@ -7682,7 +7682,7 @@
</programlisting>
<para>
- To clone the 4.0 branch, use this command:
+ To copy the 4.0 branch, use this command:
</para>
<programlisting>
@@ -7690,7 +7690,7 @@
</programlisting>
<para>
- To clone the 4.1 branch, use this command:
+ To copy the 4.1 branch, use this command:
</para>
<programlisting>
@@ -7698,13 +7698,17 @@
</programlisting>
<para>
- To clone the 5.0 branch, use this command:
+ To copy the 5.0 branch, use this command:
</para>
<programlisting>
shell> ./sfioball -r+ bk://mysql.bkbits.net/mysql-5.0 mysql-5.0
</programlisting>
+ <!--
+ SH: Add command for cloning mysqldoc.
+ -->
+
<para>
In the preceding examples, the source tree is set up in the
<filename>mysql-3.23/</filename>, <filename>mysql-4.0/</filename>,
@@ -7722,6 +7726,10 @@
variable <literal>http_proxy</literal> to point to your proxy:
</para>
+ <!--
+ SH: Check if bk:// can be substituted by http:// with the free client.
+ -->
+
<programlisting>
shell> export http_proxy="http://your.proxy.server:8080/"
</programlisting>
@@ -7731,6 +7739,11 @@
<literal>http://</literal> when doing a clone. Example:
</para>
+ <!--
+ SH: Remove instances of "clone"; it should probably be "copy" for the
+ object and "sfioball" for the command.
+ -->
+
<programlisting>
shell> bk clone http://mysql.bkbits.net/mysql-4.1 mysql-4.1
</programlisting>
@@ -7740,6 +7753,11 @@
on the speed of your connection. Please be patient.
</para></listitem>
+ <!--
+ SH: Add free client command to use for pulling from a source tree
+ (probably "update").
+ -->
+
<listitem><para>
You need GNU <command>make</command>, <command>autoconf</command>
2.58 (or newer), <command>automake</command> 1.8,
@@ -8916,8 +8934,8 @@
<orderedlist>
<listitem><para>
- Clone the BitKeeper source tree for MySQL (version 4.1 or above,
- as desired). For more information on how to clone the source tree,
+ Copy the BitKeeper source tree for MySQL (version 4.1 or above,
+ as desired). For more information on how To copy the source tree,
see the instructions at <xref linkend="installing-source-tree"/>.
</para></listitem>
--- 1.6/refman-5.0/installing.xml 2005-07-07 09:51:30 +02:00
+++ 1.7/refman-5.0/installing.xml 2005-07-07 10:10:16 +02:00
@@ -7653,12 +7653,12 @@
<orderedlist>
<listitem><para>
- Download BitKeeper from
+ Download the BitKeeper free client from
<ulink url="http://www.bitmover.com/bk-client.shar">http://www.bitmover.com/bk-client.shar</ulink>.
</para></listitem>
<listitem><para>
- Install it like this:
+ Install the free client like this:
<programlisting>
sh bk-client.shar
cd bk_client-1.1
@@ -7668,13 +7668,13 @@
</para></listitem>
<listitem><para>
- After BitKeeper has been installed, first go to the directory you
- want to work from, and then use one of the following commands to
- clone the MySQL version branch of your choice:
+ After the BitKeeper free client has been installed, first go to the
+ directory you want to work from, and then use one of the following commands
+ to make a local copy of the MySQL version branch of your choice:
</para>
<para>
- To clone the old 3.23 branch, use this command:
+ To copy the old 3.23 branch, use this command:
</para>
<programlisting>
@@ -7682,7 +7682,7 @@
</programlisting>
<para>
- To clone the 4.0 branch, use this command:
+ To copy the 4.0 branch, use this command:
</para>
<programlisting>
@@ -7690,7 +7690,7 @@
</programlisting>
<para>
- To clone the 4.1 branch, use this command:
+ To copy the 4.1 branch, use this command:
</para>
<programlisting>
@@ -7698,13 +7698,17 @@
</programlisting>
<para>
- To clone the 5.0 branch, use this command:
+ To copy the 5.0 branch, use this command:
</para>
<programlisting>
shell> ./sfioball -r+ bk://mysql.bkbits.net/mysql-5.0 mysql-5.0
</programlisting>
+ <!--
+ SH: Add command for cloning mysqldoc.
+ -->
+
<para>
In the preceding examples, the source tree is set up in the
<filename>mysql-3.23/</filename>, <filename>mysql-4.0/</filename>,
@@ -7722,6 +7726,10 @@
variable <literal>http_proxy</literal> to point to your proxy:
</para>
+ <!--
+ SH: Check if bk:// can be substituted by http:// with the free client.
+ -->
+
<programlisting>
shell> export http_proxy="http://your.proxy.server:8080/"
</programlisting>
@@ -7731,6 +7739,11 @@
<literal>http://</literal> when doing a clone. Example:
</para>
+ <!--
+ SH: Remove instances of "clone"; it should probably be "copy" for the
+ object and "sfioball" for the command.
+ -->
+
<programlisting>
shell> bk clone http://mysql.bkbits.net/mysql-4.1 mysql-4.1
</programlisting>
@@ -7740,6 +7753,11 @@
on the speed of your connection. Please be patient.
</para></listitem>
+ <!--
+ SH: Add free client command to use for pulling from a source tree
+ (probably "update").
+ -->
+
<listitem><para>
You need GNU <command>make</command>, <command>autoconf</command>
2.58 (or newer), <command>automake</command> 1.8,
@@ -8916,8 +8934,8 @@
<orderedlist>
<listitem><para>
- Clone the BitKeeper source tree for MySQL (version 4.1 or above,
- as desired). For more information on how to clone the source tree,
+ Copy the BitKeeper source tree for MySQL (version 4.1 or above,
+ as desired). For more information on how To copy the source tree,
see the instructions at <xref linkend="installing-source-tree"/>.
</para></listitem>
--- 1.4/refman/installing.xml 2005-07-07 09:50:57 +02:00
+++ 1.5/refman/installing.xml 2005-07-07 10:08:59 +02:00
@@ -7653,12 +7653,12 @@
<orderedlist>
<listitem><para>
- Download BitKeeper from
+ Download the BitKeeper free client from
<ulink url="http://www.bitmover.com/bk-client.shar">http://www.bitmover.com/bk-client.shar</ulink>.
</para></listitem>
<listitem><para>
- Install it like this:
+ Install the free client like this:
<programlisting>
sh bk-client.shar
cd bk_client-1.1
@@ -7668,13 +7668,13 @@
</para></listitem>
<listitem><para>
- After BitKeeper has been installed, first go to the directory you
- want to work from, and then use one of the following commands to
- clone the MySQL version branch of your choice:
+ After the BitKeeper free client has been installed, first go to the
+ directory you want to work from, and then use one of the following commands
+ to make a local copy of the MySQL version branch of your choice:
</para>
<para>
- To clone the old 3.23 branch, use this command:
+ To copy the old 3.23 branch, use this command:
</para>
<programlisting>
@@ -7682,7 +7682,7 @@
</programlisting>
<para>
- To clone the 4.0 branch, use this command:
+ To copy the 4.0 branch, use this command:
</para>
<programlisting>
@@ -7690,7 +7690,7 @@
</programlisting>
<para>
- To clone the 4.1 branch, use this command:
+ To copy the 4.1 branch, use this command:
</para>
<programlisting>
@@ -7698,13 +7698,17 @@
</programlisting>
<para>
- To clone the 5.0 branch, use this command:
+ To copy the 5.0 branch, use this command:
</para>
<programlisting>
shell> ./sfioball -r+ bk://mysql.bkbits.net/mysql-5.0 mysql-5.0
</programlisting>
+ <!--
+ SH: Add command for cloning mysqldoc.
+ -->
+
<para>
In the preceding examples, the source tree is set up in the
<filename>mysql-3.23/</filename>, <filename>mysql-4.0/</filename>,
@@ -7722,6 +7726,10 @@
variable <literal>http_proxy</literal> to point to your proxy:
</para>
+ <!--
+ SH: Check if bk:// can be substituted by http:// with the free client.
+ -->
+
<programlisting>
shell> export http_proxy="http://your.proxy.server:8080/"
</programlisting>
@@ -7731,6 +7739,11 @@
<literal>http://</literal> when doing a clone. Example:
</para>
+ <!--
+ SH: Remove instances of "clone"; it should probably be "copy" for the
+ object and "sfioball" for the command.
+ -->
+
<programlisting>
shell> bk clone http://mysql.bkbits.net/mysql-4.1 mysql-4.1
</programlisting>
@@ -7740,6 +7753,11 @@
on the speed of your connection. Please be patient.
</para></listitem>
+ <!--
+ SH: Add free client command to use for pulling from a source tree
+ (probably "update").
+ -->
+
<listitem><para>
You need GNU <command>make</command>, <command>autoconf</command>
2.58 (or newer), <command>automake</command> 1.8,
@@ -8916,8 +8934,8 @@
<orderedlist>
<listitem><para>
- Clone the BitKeeper source tree for MySQL (version 4.1 or above,
- as desired). For more information on how to clone the source tree,
+ Copy the BitKeeper source tree for MySQL (version 4.1 or above,
+ as desired). For more information on how To copy the source tree,
see the instructions at <xref linkend="installing-source-tree"/>.
</para></listitem>
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (stefan:1.2946) | stefan | 7 Jul |