maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #06185
Re: Bazaar-problem
I found this link helpful in understanding bzr:
http://doc.bazaar.canonical.com/bzr.dev/en/mini-tutorial/index.html
From my iPhone
On Sep 6, 2013, at 6:26 AM, AugustQ <augustq@xxxxxxx> wrote:
> 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
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~maria-developers
> Post to : maria-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~maria-developers
> More help : https://help.launchpad.net/ListHelp
References