Author: shinz
Date: 2007-01-08 12:17:49 +0100 (Mon, 08 Jan 2007)
New Revision: 4396
Log:
The BitKeeper free client 1.1 won't work with bkbits.net any more. Updated docs with instructions how to use the 2.0 client and its different commands (part 2, I had forgotten that 'update' is now 'bkf pull'
Modified:
trunk/refman-4.1/installing.xml
trunk/refman-5.0/installing-cs.xml
trunk/refman-5.1/installing.xml
Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml 2007-01-08 11:16:12 UTC (rev 4395)
+++ trunk/refman-4.1/installing.xml 2007-01-08 11:17:49 UTC (rev 4396)
Changed blocks: 7, Lines Added: 22, Lines Deleted: 36; 3586 bytes
@@ -8306,7 +8306,9 @@
To obtain our most recent development source tree, first
download and install the BitKeeper free client if you do not
have it. The client can be obtained from
- <ulink url="http://www.bitmover.com/bk-client.shar"/>.
+ <ulink url="http://www.bitmover.com/bk-client2.0.shar"/>.
+ <emphasis role="deprecated">Note that old 1.1 versions of the
+ BitKeeper free client will not work!</emphasis>
</para>
<para>
@@ -8314,13 +8316,21 @@
</para>
<programlisting>
-shell> <userinput>sh bk-client.shar</userinput>
-shell> <userinput>cd bk_client-1.1</userinput>
-shell> <userinput>make all</userinput>
-shell> <userinput>PATH=$PWD:$PATH</userinput>
-</programlisting>
+ shell> <userinput>/bin/sh bk-client2.0.shar</userinput>
+ shell> <userinput>cd bk-client2.0</userinput>
+ shell> <userinput>make</userinput>
+ </programlisting>
<para>
+ If you get a <literal>cc: command not found</literal> error,
+ invoke this command before running <literal>make</literal>:
+ </para>
+
+<programlisting>
+ shell> <userinput>make CC=gcc</userinput>
+ </programlisting>
+
+ <para>
To install the BitKeeper client on Windows, use these
instructions:
</para>
@@ -8347,33 +8357,9 @@
<listitem>
<para>
- Under Cygwin, execute these commands:
+ For the installation of the BitKeeper free client, use the
+ same installations as given for Unix-like systems above.
</para>
-
-<programlisting>
-shell> <userinput>sh bk-client.shar</userinput>
-shell> <userinput>cd bk_client-1.1</userinput>
-</programlisting>
-
- <para>
- Then edit the <filename>Makefile</filename> and change the
- line that reads <literal>$(CC) $(CFLAGS) -o sfio -lz
- sfio.c</literal> to this:
- </para>
-
-<programlisting>
-$(CC) $(CFLAGS) -o sfio sfio.c -lz
-</programlisting>
-
- <para>
- Now run the <command>make</command> command and set the
- path:
- </para>
-
-<programlisting>
-shell> <userinput>make all</userinput>
-shell> <userinput>PATH=$PWD:$PATH</userinput>
-</programlisting>
</listitem>
</orderedlist>
@@ -8403,7 +8389,7 @@
</para>
<programlisting>
-shell> <userinput>sfioball -r+ bk://mysql.bkbits.net/mysql-3.23 mysql-3.23</userinput>
+shell> <userinput>bkf clone bk://mysql.bkbits.net/mysql-3.23 mysql-3.23</userinput>
</programlisting>
<para>
@@ -8411,7 +8397,7 @@
</para>
<programlisting>
-shell> <userinput>sfioball -r+ bk://mysql.bkbits.net/mysql-4.0 mysql-4.0</userinput>
+shell> <userinput>bkf clone bk://mysql.bkbits.net/mysql-4.0 mysql-4.0</userinput>
</programlisting>
<para>
@@ -8419,7 +8405,7 @@
</para>
<programlisting>
-shell> <userinput>sfioball -r+ bk://mysql.bkbits.net/mysql-4.1 mysql-4.1</userinput>
+shell> <userinput>bkf clone bk://mysql.bkbits.net/mysql-4.1 mysql-4.1</userinput>
</programlisting>
<para>
@@ -8625,7 +8611,7 @@
</para>
<programlisting>
-shell> <userinput>update bk://mysql.bkbits.net/mysql-4.1</userinput>
+shell> <userinput>bkf pull bk://mysql.bkbits.net/mysql-4.1</userinput>
</programlisting>
</listitem>
Modified: trunk/refman-5.0/installing-cs.xml
===================================================================
--- trunk/refman-5.0/installing-cs.xml 2007-01-08 11:16:12 UTC (rev 4395)
+++ trunk/refman-5.0/installing-cs.xml 2007-01-08 11:17:49 UTC (rev 4396)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 525 bytes
@@ -7716,7 +7716,7 @@
</para>
<programlisting>
-shell> <userinput>update bk://mysql.bkbits.net/mysql-¤t-series;</userinput>
+shell> <userinput>bkf pull bk://mysql.bkbits.net/mysql-¤t-series;</userinput>
</programlisting>
</listitem>
Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml 2007-01-08 11:16:12 UTC (rev 4395)
+++ trunk/refman-5.1/installing.xml 2007-01-08 11:17:49 UTC (rev 4396)
Changed blocks: 5, Lines Added: 19, Lines Deleted: 33; 3066 bytes
@@ -8280,7 +8280,9 @@
To obtain our most recent development source tree, first
download and install the BitKeeper free client if you do not
have it. The client can be obtained from
- <ulink url="http://www.bitmover.com/bk-client.shar"/>.
+ <ulink url="http://www.bitmover.com/bk-client2.0.shar"/>.
+ <emphasis role="deprecated">Note that old 1.1 versions of the
+ BitKeeper free client will not work!</emphasis>
</para>
<para>
@@ -8288,13 +8290,21 @@
</para>
<programlisting>
-shell> <userinput>sh bk-client.shar</userinput>
-shell> <userinput>cd bk_client-1.1</userinput>
-shell> <userinput>make all</userinput>
-shell> <userinput>PATH=$PWD:$PATH</userinput>
+shell> <userinput>/bin/sh bk-client2.0.shar</userinput>
+shell> <userinput>cd bk-client2.0</userinput>
+shell> <userinput>make</userinput>
</programlisting>
<para>
+ If you get a <literal>cc: command not found</literal> error,
+ invoke this command before running <literal>make</literal>:
+ </para>
+
+<programlisting>
+shell> <userinput>make CC=gcc</userinput>
+</programlisting>
+
+ <para>
To install the BitKeeper client on Windows, use these
instructions:
</para>
@@ -8321,33 +8331,9 @@
<listitem>
<para>
- Under Cygwin, execute these commands:
+ For the installation of the BitKeeper free client, use the
+ same installations as given for Unix-like systems above.
</para>
-
-<programlisting>
-shell> <userinput>sh bk-client.shar</userinput>
-shell> <userinput>cd bk_client-1.1</userinput>
-</programlisting>
-
- <para>
- Then edit the <filename>Makefile</filename> and change the
- line that reads <literal>$(CC) $(CFLAGS) -o sfio -lz
- sfio.c</literal> to this:
- </para>
-
-<programlisting>
-$(CC) $(CFLAGS) -o sfio sfio.c -lz
-</programlisting>
-
- <para>
- Now run the <command>make</command> command and set the
- path:
- </para>
-
-<programlisting>
-shell> <userinput>make all</userinput>
-shell> <userinput>PATH=$PWD:$PATH</userinput>
-</programlisting>
</listitem>
</orderedlist>
@@ -8373,7 +8359,7 @@
</para>
<programlisting>
-shell> <userinput>sfioball -r+ bk://mysql.bkbits.net/mysql-¤t-series; mysql-¤t-series;</userinput>
+shell> <userinput>bkf clone bk://mysql.bkbits.net/mysql-¤t-series; mysql-¤t-series;</userinput>
</programlisting>
<para>
@@ -8577,7 +8563,7 @@
</para>
<programlisting>
-shell> <userinput>update bk://mysql.bkbits.net/mysql-¤t-series;</userinput>
+shell> <userinput>bkf pull bk://mysql.bkbits.net/mysql-¤t-series;</userinput>
</programlisting>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r4396 - in trunk: refman-4.1 refman-5.0 refman-5.1 | stefan | 8 Jan |