List:Commits« Previous MessageNext Message »
From:paul Date:April 19 2006 7:41pm
Subject:svn commit - mysqldoc@docsrva: r1876 - in trunk: . gui-common refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-04-19 21:41:54 +0200 (Wed, 19 Apr 2006)
New Revision: 1876

Log:
 r6776@polar:  paul | 2006-04-19 14:37:10 -0500
 Updates for source repositories that have migrated from BitKeeper to
 Subversion.


Modified:
   trunk/
   trunk/gui-common/appendix-source-install.xml
   trunk/refman-4.1/connector-odbc.xml
   trunk/refman-5.0/connector-odbc.xml
   trunk/refman-5.1/connector-odbc.xml


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6775
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6776
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9568
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4545

Modified: trunk/gui-common/appendix-source-install.xml
===================================================================
--- trunk/gui-common/appendix-source-install.xml	2006-04-19 19:41:39 UTC (rev 1875)
+++ trunk/gui-common/appendix-source-install.xml	2006-04-19 19:41:54 UTC (rev 1876)
@@ -30,31 +30,12 @@
     <title>Downloading The Source Code</title>
 
     <para>
-      You can get the source code of the MySQL GUI tools from our public
-      BitKeeper trees. To be able to access trees, you have to have
-      BitKeeper installed. BitKeeper is freely available from
-      <ulink
-        url="http://www.bitmover.com/">Bitmover</ulink>. To
-      run under Windows, BitKeeper requires Cygwin. If, during the
-      installation process, BitKeeper finds that either Cygwin is not
-      installed, or that the Cygwin version is too old, it will suggest
-      to download and install Cygwin (or a newer version). You may,
-      however, install Cygwin before installing BitKeeper. You can get
-      Cygwin from
-      <ulink
-        url="http://www.cygwin.com/">Cygwin.com</ulink>.
+      The source code for the MySQL GUI tools is available from our
+      public Subversion trees at
+      <ulink url="http://dev.mysql.com/tech-resources/sources.html"/>.
     </para>
 
     <para>
-      Our public BitKeeper trees that contain the MySQL GUI tools source
-      code can be retrieved by the following BitKeeper commands:
-
-<programlisting>
-     bk clone bk://mysql.bkbits.net/mysql-administrator mysql-administrator
-     bk clone bk://mysql.bkbits.net/mysql-gui-common mysql-gui-common
-     bk clone bk://mysql.bkbits.net/mysql-query-browser mysql-query-browser
-    </programlisting>
-
       You will need the <literal>mysql-gui-common</literal> tree
       regardless of which GUI tools you intend to build. The
       <literal>mysql-gui-common</literal> tree contains source and
@@ -62,9 +43,9 @@
     </para>
 
     <para>
-      You can also download the source for the various GUI tools from
-      the <ulink url="http://dev.mysql.com/downloads">downloads
-      page</ulink>.
+      To be able to access these trees, you must have Subversion
+      installed. Subversion is freely available from
+      <ulink url="http://subversion.tigris.org/"/>.
     </para>
 
   </section>

Modified: trunk/refman-4.1/connector-odbc.xml
===================================================================
--- trunk/refman-4.1/connector-odbc.xml	2006-04-19 19:41:39 UTC (rev 1875)
+++ trunk/refman-4.1/connector-odbc.xml	2006-04-19 19:41:54 UTC (rev 1876)
@@ -1936,73 +1936,31 @@
     </para>
 
     <para>
-      To obtain our most recent development source tree, use these
-      instructions:
+      The most recent development source tree is available from our
+      public Subversion trees at
+      <ulink url="http://dev.mysql.com/tech-resources/sources.html"/>.
     </para>
 
-    <remark>
-      [SH] The following BitKeeper-related instructions work for the
-      commercial version of BitKeeper only. We should add how to do this
-      using the free bk client (sfioball), or even better, point to the
-      Manual section describing how to work with sfioball.
-    </remark>
+    <para>
+      To be able to access these trees, you must have Subversion
+      installed. Subversion is freely available from
+      <ulink url="http://subversion.tigris.org/"/>.
+    </para>
 
+    <para>
+      After obtaining the development source tree, use these
+      instructions:
+    </para>
+
     <orderedlist>
 
       <listitem>
         <para>
-          See <xref linkend="installing-source-tree"/>, for instructions
-          on how to download and install BitKeeper.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          After BitKeeper is installed, first go to the directory you
-          want to work from, and then use this command if you want to
-          clone the MyODBC 3.51 branch:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>bk clone bk://mysql.bkbits.net/myodbc3 myodbc-3.51</userinput>
-</programlisting>
-
-        <para>
-          In the preceding example, the source tree is set up in the
-          <filename>myodbc-3.51/</filename> or by default
-          <filename>myodbc3/</filename> subdirectory of your current
-          directory. If you are behind the firewall and can only
-          initiate HTTP connections, you can also use BitKeeper via
-          HTTP. If you are required to use a proxy server, simply set
-          the environment variable <literal>http_proxy</literal> to
-          point to your proxy:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>export http_proxy="http://your.proxy.server:8080/"</userinput>
-</programlisting>
-
-        <para>
-          Replace the <literal>bk://</literal> with
-          <literal>http://</literal> when doing a clone. Example:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>bk clone http://mysql.bkbits.net/myodbc3 myodbc-3.51</userinput>
-</programlisting>
-
-        <para>
-          The initial download of the source tree may take a while,
-          depending on the speed of your connection; be patient.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           You need GNU <command>autoconf</command> 2.52 (or newer),
           <command>automake</command> 1.4, <command>libtool</command>
           1.4, and <command>m4</command> to run the next set of
-          commands.
+          commands. (The example assumes that you are using the source
+          tree in a directory named <filename>myodbc-3.51/</filename>.)
         </para>
 
 <programlisting>
@@ -2041,44 +1999,14 @@
 
       <listitem>
         <para>
-          After the initial <command>bk clone</command> operation to get
-          the source tree, you should run <command>bk pull</command>
-          periodically to get the updates.
+          After the initial checkout operation to get the source tree,
+          you should run <command>svn update</command> periodically to
+          get updates.
         </para>
       </listitem>
 
-      <listitem>
-        <para>
-          You can examine the change history for the tree with all the
-          diffs by using <command>bk sccstool</command>. If you see some
-          funny diffs or code that you have a question about, do not
-          hesitate to send email message to
-          <email>myodbc@stripped</email>.
-        </para>
-
-        <para>
-          Also, if you think you have a better idea on how to do
-          something, send an email message to the same address with a
-          patch. <command>bk diffs</command> produces a patch for you
-          after you have made changes to the source. If you do not have
-          the time to code your idea, just send a description.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          BitKeeper has a help utility that you can access via
-          <command>bk helptool</command>.
-        </para>
-      </listitem>
-
     </orderedlist>
 
-    <para>
-      You can also browse changesets, comments and source code online by
-      browsing to <ulink url="http://mysql.bkbits.net:8080/myodbc3"/>.
-    </para>
-
   </section>
 
   <section id="myodbc-configuration">

Modified: trunk/refman-5.0/connector-odbc.xml
===================================================================
--- trunk/refman-5.0/connector-odbc.xml	2006-04-19 19:41:39 UTC (rev 1875)
+++ trunk/refman-5.0/connector-odbc.xml	2006-04-19 19:41:54 UTC (rev 1876)
@@ -1936,73 +1936,31 @@
     </para>
 
     <para>
-      To obtain our most recent development source tree, use these
-      instructions:
+      The most recent development source tree is available from our
+      public Subversion trees at
+      <ulink url="http://dev.mysql.com/tech-resources/sources.html"/>.
     </para>
 
-    <remark>
-      [SH] The following BitKeeper-related instructions work for the
-      commercial version of BitKeeper only. We should add how to do this
-      using the free bk client (sfioball), or even better, point to the
-      Manual section describing how to work with sfioball.
-    </remark>
+    <para>
+      To be able to access these trees, you must have Subversion
+      installed. Subversion is freely available from
+      <ulink url="http://subversion.tigris.org/"/>.
+    </para>
 
+    <para>
+      After obtaining the development source tree, use these
+      instructions:
+    </para>
+
     <orderedlist>
 
       <listitem>
         <para>
-          See <xref linkend="installing-source-tree"/>, for instructions
-          on how to download and install BitKeeper.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          After BitKeeper is installed, first go to the directory you
-          want to work from, and then use this command if you want to
-          clone the MyODBC 3.51 branch:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>bk clone bk://mysql.bkbits.net/myodbc3 myodbc-3.51</userinput>
-</programlisting>
-
-        <para>
-          In the preceding example, the source tree is set up in the
-          <filename>myodbc-3.51/</filename> or by default
-          <filename>myodbc3/</filename> subdirectory of your current
-          directory. If you are behind the firewall and can only
-          initiate HTTP connections, you can also use BitKeeper via
-          HTTP. If you are required to use a proxy server, simply set
-          the environment variable <literal>http_proxy</literal> to
-          point to your proxy:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>export http_proxy="http://your.proxy.server:8080/"</userinput>
-</programlisting>
-
-        <para>
-          Replace the <literal>bk://</literal> with
-          <literal>http://</literal> when doing a clone. Example:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>bk clone http://mysql.bkbits.net/myodbc3 myodbc-3.51</userinput>
-</programlisting>
-
-        <para>
-          The initial download of the source tree may take a while,
-          depending on the speed of your connection; be patient.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           You need GNU <command>autoconf</command> 2.52 (or newer),
           <command>automake</command> 1.4, <command>libtool</command>
           1.4, and <command>m4</command> to run the next set of
-          commands.
+          commands. (The example assumes that you are using the source
+          tree in a directory named <filename>myodbc-3.51/</filename>.)
         </para>
 
 <programlisting>
@@ -2041,44 +1999,14 @@
 
       <listitem>
         <para>
-          After the initial <command>bk clone</command> operation to get
-          the source tree, you should run <command>bk pull</command>
-          periodically to get the updates.
+          After the initial checkout operation to get the source tree,
+          you should run <command>svn update</command> periodically to
+          get updates.
         </para>
       </listitem>
 
-      <listitem>
-        <para>
-          You can examine the change history for the tree with all the
-          diffs by using <command>bk sccstool</command>. If you see some
-          funny diffs or code that you have a question about, do not
-          hesitate to send email message to
-          <email>myodbc@stripped</email>.
-        </para>
-
-        <para>
-          Also, if you think you have a better idea on how to do
-          something, send an email message to the same address with a
-          patch. <command>bk diffs</command> produces a patch for you
-          after you have made changes to the source. If you do not have
-          the time to code your idea, just send a description.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          BitKeeper has a help utility that you can access via
-          <command>bk helptool</command>.
-        </para>
-      </listitem>
-
     </orderedlist>
 
-    <para>
-      You can also browse changesets, comments and source code online by
-      browsing to <ulink url="http://mysql.bkbits.net:8080/myodbc3"/>.
-    </para>
-
   </section>
 
   <section id="myodbc-configuration">

Modified: trunk/refman-5.1/connector-odbc.xml
===================================================================
--- trunk/refman-5.1/connector-odbc.xml	2006-04-19 19:41:39 UTC (rev 1875)
+++ trunk/refman-5.1/connector-odbc.xml	2006-04-19 19:41:54 UTC (rev 1876)
@@ -1160,7 +1160,7 @@
 
         <listitem>
           <para>
-            If you are using the BitKeeper tree for compiling, All
+            If you are using the Subversion tree for compiling, All
             Windows-specific <filename>Makefiles</filename> are named as
             <filename>Win_Makefile*</filename>.
           </para>
@@ -1936,73 +1936,31 @@
     </para>
 
     <para>
-      To obtain our most recent development source tree, use these
-      instructions:
+      The most recent development source tree is available from our
+      public Subversion trees at
+      <ulink url="http://dev.mysql.com/tech-resources/sources.html"/>.
     </para>
 
-    <remark>
-      [SH] The following BitKeeper-related instructions work for the
-      commercial version of BitKeeper only. We should add how to do this
-      using the free bk client (sfioball), or even better, point to the
-      Manual section describing how to work with sfioball.
-    </remark>
+    <para>
+      To be able to access these trees, you must have Subversion
+      installed. Subversion is freely available from
+      <ulink url="http://subversion.tigris.org/"/>.
+    </para>
 
+    <para>
+      After obtaining the development source tree, use these
+      instructions:
+    </para>
+
     <orderedlist>
 
       <listitem>
         <para>
-          See <xref linkend="installing-source-tree"/>, for instructions
-          on how to download and install BitKeeper.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          After BitKeeper is installed, first go to the directory you
-          want to work from, and then use this command if you want to
-          clone the MyODBC 3.51 branch:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>bk clone bk://mysql.bkbits.net/myodbc3 myodbc-3.51</userinput>
-</programlisting>
-
-        <para>
-          In the preceding example, the source tree is set up in the
-          <filename>myodbc-3.51/</filename> or by default
-          <filename>myodbc3/</filename> subdirectory of your current
-          directory. If you are behind the firewall and can only
-          initiate HTTP connections, you can also use BitKeeper via
-          HTTP. If you are required to use a proxy server, simply set
-          the environment variable <literal>http_proxy</literal> to
-          point to your proxy:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>export http_proxy="http://your.proxy.server:8080/"</userinput>
-</programlisting>
-
-        <para>
-          Replace the <literal>bk://</literal> with
-          <literal>http://</literal> when doing a clone. Example:
-        </para>
-
-<programlisting>
-shell&gt; <userinput>bk clone http://mysql.bkbits.net/myodbc3 myodbc-3.51</userinput>
-</programlisting>
-
-        <para>
-          The initial download of the source tree may take a while,
-          depending on the speed of your connection; be patient.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
           You need GNU <command>autoconf</command> 2.52 (or newer),
           <command>automake</command> 1.4, <command>libtool</command>
           1.4, and <command>m4</command> to run the next set of
-          commands.
+          commands. (The example assumes that you are using the source
+          tree in a directory named <filename>myodbc-3.51/</filename>.)
         </para>
 
 <programlisting>
@@ -2041,44 +1999,14 @@
 
       <listitem>
         <para>
-          After the initial <command>bk clone</command> operation to get
-          the source tree, you should run <command>bk pull</command>
-          periodically to get the updates.
+          After the initial checkout operation to get the source tree,
+          you should run <command>svn update</command> periodically to
+          get updates.
         </para>
       </listitem>
 
-      <listitem>
-        <para>
-          You can examine the change history for the tree with all the
-          diffs by using <command>bk sccstool</command>. If you see some
-          funny diffs or code that you have a question about, do not
-          hesitate to send email message to
-          <email>myodbc@stripped</email>.
-        </para>
-
-        <para>
-          Also, if you think you have a better idea on how to do
-          something, send an email message to the same address with a
-          patch. <command>bk diffs</command> produces a patch for you
-          after you have made changes to the source. If you do not have
-          the time to code your idea, just send a description.
-        </para>
-      </listitem>
-
-      <listitem>
-        <para>
-          BitKeeper has a help utility that you can access via
-          <command>bk helptool</command>.
-        </para>
-      </listitem>
-
     </orderedlist>
 
-    <para>
-      You can also browse changesets, comments and source code online by
-      browsing to <ulink url="http://mysql.bkbits.net:8080/myodbc3"/>.
-    </para>
-
   </section>
 
   <section id="myodbc-configuration">

Thread
svn commit - mysqldoc@docsrva: r1876 - in trunk: . gui-common refman-4.1 refman-5.0 refman-5.1paul19 Apr