Hi Sergei, as I've written when I started this thread: I'm struggling with Bazaar. And I did not have the intention to publish any code directly to the main tree. I'll give it another try. Regards August A m Dienstag, den 03.09.2013, 17:28 +0200 schrieb Sergei Golubchik:O n Sep 02, AugustQ wrote:
Hi Sergei,
for some time I played with the source of MySQL 5.5.8. I've taken one of my modifications to MariaDB 10.0.4 and want to give them to one of you for further discussions.
From my understanding of the Bazaar-SW I created a local repository on my machine here, added the source-tarball, got the modifications via bzr pull, created a branch, added my modifications and tested these. Then i committed my modifications but this happens only to the local repository. For evaluating my code and further discussions I need a bzr push. So I tried this. I hope this is the correct way.
Not exactly. bzr push will add the code to mariadb 10.0 *main branch*. The branch we build releases from. This is not what you want.
You want to publish your code by pushing it into your own branch of mariadb, not into the main lp:maria.
See https://mariadb.com/kb/en/contributing-code/ and in particular, the section "Publish your branch" in there.
Regards, Sergei