[11:06] Is anyone aware of a Chinese tutorial for Bazaar? I have a Chinese student who's struggling to understand the basics and I'm under the impression a native resource would help === anthonyf is now known as Guest73520 [12:59] Can't say that I've ever heard of one... [13:23] The basic concepts of any modern DVCS are all basically the same; it might be easy to pick up the basics from anything that happens to be locally-translated, then the specifics of any particular one will make more sense afterwards === mgz_ is now known as mgz === Spads is now known as M-SpaceHobo === M-SpaceHobo is now known as Spads [15:19] Hi there. [15:20] Probably google blindness but I've been looking for documentation on using bzr with composer but not coming up with much. [15:20] If anyone could point me at some appropriate reading that would be very welcome. [15:20] Thanks [15:20] composer? [15:22] For managing dependencies. [15:23] Hmm.. not heard of it myself [15:25] Works really well for managing versions into packages. e.g. package uses a different version of a data object. Versions are in the same repository etc. Works with GIT SVN and Mercurial. Can't find anything in the Composer docs about Bazaar. Can't find anything in Bazaar docs about Composer [15:27] Nevermind. Probably they've just not gotten round to it yet. [15:28] Sure it will be straight forward to work out. [15:30] It's turned out to be very straightforward, It's just not supported. Oh well that solves that one. [15:33] It _is_ always nice when problems have simple and straightforward resolutions. Sorta. [15:35] I think Composer is one of those things floating around the same crowd of people who use Docker and such things. [15:36] And as such, presumably makes sense once you internalize the couple dozen other components of that world, but is completely impossible to describe or comprehend otherwise... [15:48] It's the kind of tool that's invaluable if you development isn't absolutely linear or you have to progressively update a component across multiple projects that have shared components. [15:50] Or if you manage components in separated projects.