On Mon, 2014-04-28 at 11:06 -0700, mathog wrote:
Some of that may be extraneous, and I still have not determined which parts of that will need to be repeated for each session. (lp-login and launchpad-login are not documented in the man page for bzr [2.5.1] on my system.) I don't understand why I had to do the "bind", since "bind" does "Convert the current branch into a checkout of the supplied branch", and the local copy was made by checkout, but commit would not go until it was run.
The launchpad login features are a bzr plugin for launchpad. http://doc.bazaar.canonical.com/plugins/en/launchpad-plugin.html
The first time instructions are:
1. Generate an ssh key locally 2. Upload the ssh key to launchpad 3. Use `bzr launchpad-login [username]
The every time instructions are:
1. bzr branch lp:inkscape 2. bzr commit -m "Commit Message" 3. bzr push
The first time instructions and their complexity were exactly why I created groundcontrol back in the day. Alas that project didn't gain enough momentum to really solve this issue so we'll have to document it.
Hope this helps.
Best Regards, Martin Owens