[06:24] hi gour [06:42] jell jelmer [06:42] *hello [06:53] Gour: just replied to your bug [06:56] jelmer: me too ;) [10:41] it seems that loggerhead is not very actively developed. should one be worried i nregardto brz & publishing repos on private servers? [11:26] jelmer: now i did re-run fast-import process and, indeed, /tmp was left with no space, but i wonder how is it that fast-import does consume 7.9G of space to import git repo of 20M? [11:42] gour: probably not super worried, though loggerhead isn't great [11:42] mgz: what is recommended instead? [11:43] there isn't, which is part of the point [11:44] have looked at making very minimal read-only views sometimes, but it's just quite a lot of work to make a vcs web client thingy [11:44] ok [11:44] btw, what is correct scheme for fetching git repos from github with bzr-git? [11:46] (via ssh) [11:54] i get: brz: ERROR: No module named git.mapping when using something like: brz branch git://git@github.com:restic/restic.git [12:04] have you got dulwich installed? === gour_ is now known as gour [12:39] yes, dulwuch is installed [12:41] *dulwich [12:50] gour: for breezy there is lp:~jelmer/loggerhead/breezy [12:50] gour: but please note that all of these are still very much in flux at the moment, so expect things to be broken [12:51] gour: can you file a bug for the bn [12:51] Brz-git issue? [13:17] jelmer: i did install breezy via pip... [13:18] gour: that probably explains it [13:20] jelmer: should i still submit ticket? [13:22] the point is that bzr/brz brings some nice stuff in comparison with fossil - support for git format and proper pre/post hooks. it also does have simple model and great ui...hg, is, imho, plagued with the need for too many extensions and, git is, well, git [13:23] jelmer: what about fast-import using so much space? [16:11] gour: do you need fast-import vs git clone + bzr git ? [16:35] vila: i'd like to try both [16:37] gour: right. If one fails, try the other :-) [16:38] AFAIK fast-import is not maintained so I would bet less on it than on brz-git [16:46] ok, but bzr-git does not work as well considering my pip-based install. otoh, i wonder if there is some performance/feature-penalty using git format instead of the native one?