summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <mwagner@work.mysql.com>2002-10-07 13:29:20 +0200
committerunknown <mwagner@work.mysql.com>2002-10-07 13:29:20 +0200
commitff30ac26edd76a58ae68518865088123bec9dddf (patch)
treeccd518a244855f05d1ec87e46f5a3eb9e1b88aea /Docs
parentcae4e7e542f556d3744ff799d6d8efa631c7b839 (diff)
parent18d8d96f017baf825f837fcdcec38861fc7072db (diff)
downloadmariadb-git-ff30ac26edd76a58ae68518865088123bec9dddf.tar.gz
Merge work.mysql.com:/home/bk/mysql-4.0
into work.mysql.com:/d1/users/mwagner/work/bk/mysql-4.0 Docs/manual.texi: Auto merged
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi21
1 files changed, 15 insertions, 6 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index 1c80c8495ef..ba3e3c3a61b 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -6957,21 +6957,30 @@ Follow the instructions to install it.
@item
After @code{BitKeeper} is installed, first go to the directory you
-want to work from, and then use this command if you want to clone
-the MySQL 3.23 branch:
+want to work from, and then use one of the following commands to clone
+the MySQL version branch of your choice:
+
+To clone the 3.23 branch, use this command:
@example
-shell> bk clone bk://work.mysql.com:7000 mysql
+shell> bk clone bk://work.mysql.com:7000 mysql-3.23
@end example
-To clone the 4.0 branch, use this command instead:
+To clone the 4.0 branch, use this command:
@example
shell> bk clone bk://work.mysql.com:7001 mysql-4.0
@end example
-In the preceding examples the source tree will be set up in the @file{mysql/}
-or @file{mysql-4.0/} subdirectory of your current directory.
+To clone the 4.1 branch, use this command:
+
+@example
+shell> bk clone bk://work.mysql.com:7004 mysql-4.1
+@end example
+
+In the preceding examples the source tree will be set up in the
+@file{mysql-3.23/}, @file{mysql-4.0/}, or @file{mysql-4.1/}
+subdirectory of your current directory.
The initial download of the source tree may take a while, depending on the
speed of your connection; be patient.