/srv/irclogs.ubuntu.com/2014/11/07/#bzr.txt

Fat-Zerhi, how can I download only missing part of the branch with bzr?15:17
Fat-Zerto be more specific e.g. I've already done "bzr branch lp:kicad"15:17
Fat-ZerNow I want to checkout (in git terminology) the lp:kicad/stable branch.15:18
Fat-ZerAnd I can't find the way to get it without downloading all the stuff that I already have...15:20
Fat-Zerso... is it possible at all? or I'm just mistaking some bzr basic concepts?15:21
LeoNerdBranches are independent15:26
LeoNerdWhereas in git, all the possible branches are stored in the same place15:26
Fat-Zeroh that's sad... ;(15:28
Fat-ZerLeoNerd: thanks15:28
Penguse a shared repository?15:31
Fat-ZerPeng, what's that?15:38
PengFat-Zer: bzr help init-repo.15:43
PengFat-Zer: It creates a repository in a directory which all branches underneath that directory will use to store their data in.15:44
Fat-ZerPeng: and hoq to add branch to it after the init?16:03
Fat-Zer*how16:03
Pengbzr help reconfigure16:03
PengNew branches created in child directories will automatically use it.16:03
Pengreconfigure can be used to convert existing branches16:03
Fat-ZerPeng:  thanks but I haven't found how to use reconfigure so I done it like this:16:14
Fat-Zerbzr init-repo kicad-repo16:14
Fat-Zercd kicad-repo/16:14
Fat-Zerbzr branch ../kicad-branch/ kicad16:14
Fat-Zerrm -r kicad/16:14
Fat-Zerbzr branch lp:kicad16:14
Fat-Zerbzr branch lp:kicad/stable16:14
Fat-Zera bit hacky... that that worked...16:15
Fat-Zer*but that16:18

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!