Bazaar still below the radar when evaluating VCS tools
Marius Gedminas
marius at pov.lt
Tue Feb 23 09:28:45 GMT 2010
On Tue, Feb 23, 2010 at 01:21:17AM +0100, Danny van Heumen wrote:
> Gordon Tyler wrote:
>
> [snip]
>> I think my point is more that Launchpad doesn't really promote public
>> sharing of a branch without all the paraphernalia of project setup.
>>
> I can find myself in this remark.
I wonder how much of this is cultural background. I've used Launchpad
despite its sometimes-overcomplicated UI. I've used, say, Github less.
I find that Launchpad has features that I miss on Github. For example,
in Launchpad I can start hacking and then push a personal public branch
without having to do any setup via web forms:
bzr init .
hack hack
bzr commit
bzr push lp:~myusername/+junk/newbranchname
hack hack
bzr commit
bzr push
There's a kind of logic to it that makes sense to me, e.g. here's how
you create a branch of an existing project:
bzr branch lp:projectname
cd projectname
hack hack
bzr commit
bzr push lp:~myusername/projectname/newbranchname
In Github I often get stuck in point 1: how do I find which of the 47
personal branches called "buildbot" belonging to random people is
actually the mainline branch of that project?
Marius Gedminas
--
If you want to trick a pointy-haired boss into letting you write software in
Lisp, you could try telling him it's XML.
-- http://www.paulgraham.com/icad.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20100223/0206b489/attachment.pgp
More information about the bazaar
mailing list