=== yofel_ is now known as yofel [16:31] Why are version control software so unintuitive? === medberry is now known as med_out [20:51] does bzr as a project use a shared repository with repository branches or just standalone branches? [20:53] what should I use for my project? [20:55] Phantomas: it's a thing you can decide on a personal basis, there doesn't have to be a project policy on it [20:56] Phantomas: as a bzr developer, I use shared repositories locally, but bzr itself uses a standalone repository (living at http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev, along with the branch) [20:56] jelmer: oh, it doesn't make any change if I upload it to launchpad? [20:56] Phantomas: yep, it doesn't make a difference. [20:58] jelmer: ok so to be sure, if I do bzr init-repo project and then bzr init project/trunk and push it to launchpad it would be the same with bzr init trunk and push [20:58] Phantomas: yep [20:58] cool :D [21:00] jelmer: something else: I read everything about the "Lockstep Development", and understood that it uses checkouts, but has this anything to do with the initialization of the branch? [21:00] I mean do I need a different process from bzr init-repo ... bzr init ... ? [21:02] jelmer: documentation doesn't mention such a thing... but then how could you be sure that developers use checkouts and the "Lockstep Development" instead of just a normal branch clone? [21:03] or this is also a personal choice? [21:03] Phantomas: checkouts are also just a personal choice, it means all commits you do locally automatically go upstream [21:03] Perfect... jelmer thanks a lot... you have been very helpful :)