Re: The Manual on MySQL is not updated...

2002-12-14 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Thu, 12 Dec 2002, Jocelyn Fournier wrote: > About "bk -r get -Sq", after a bk pull, is "bk -r edit" still needed or > "bk -r get -Sq" could replace it ? I'd say it's still needed, if you want to be able to make modifications, too. By default,

Re: The Manual on MySQL is not updated...

2002-12-12 Thread Jocelyn Fournier
Thursday, December 12, 2002 2:56 PM Subject: Re: The Manual on MySQL is not updated... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 11 Dec 2002, Dyego Souza do Carmo wrote: > http://www.mysql.com/doc/en/Installing_source_tree.html > > In the manual , to compile a "sour

Re: The Manual on MySQL is not updated...

2002-12-12 Thread Lenz Grimmer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Wed, 11 Dec 2002, Dyego Souza do Carmo wrote: > http://www.mysql.com/doc/en/Installing_source_tree.html > > In the manual , to compile a "source" tree only type: > > shell> cd mysql-4.0 > shell> bk -r get -Sq > shell> aclocal; autoheader; auto

The Manual on MySQL is not updated...

2002-12-11 Thread Dyego Souza do Carmo
In the site: http://www.mysql.com/doc/en/Installing_source_tree.html In the manual , to compile a "source" tree only type: shell> cd mysql-4.0 shell> bk -r get -Sq shell> aclocal; autoheader; autoconf; automake; shell> ./configure # Add your favorite options here shell> make but , if you us