I've added a 'Giving back' section to the bzr-gtk page.

Jasper

Scott Scriven wrote:
* Jasper Groenewegen <[EMAIL PROTECTED]> wrote:
When you want to help fix bzr-gtk multiple times and use a bzr repository so all the revisions are stored together:

This should be on the site: http://bazaar-vcs.org/BzrGivingBack
(or http://bazaar-vcs.org/bzr-gtk )

I wasn't clear before on what the submit and public branches were supposed to be, but this answers my questions.

$ bzr init-repo bzr-gtk
bzr-gtk$ bzr checkout lp:bzr-gtk trunk
create ~/.bazaar/locations.conf and put inside:
[/path/to/bzr-gtk]
public_branch = https://code.launchpad.net/~bzr-gtk/bzr-gtk/trunk

Now for each new feature:
bzr-gtk$ bzr branch trunk feature
bzr-gtk/feature$ <hack hack hack>
bzr-gtk/feature$ bzr commit -m "Created/fixed feature"
bzr-gtk/feature$ bzr send -o ../feature.patch
and send the created feature.patch to [EMAIL PROTECTED], starting the subject with [MERGE].

Hopefully no comments on this one anymore :)


-- Scott


Attachment: signature.asc
Description: OpenPGP digital signature

-- 
bzr-gtk mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.canonical.com/mailman/listinfo/bzr-gtk

Reply via email to