[02:25] I just finished doing a bzr clone of a git repo, and it took 4+ hours. I assumed it was a clone, but it looks like it only got mainline, and not the other branches. Is this correct, or did I do something wrong ? [02:26] Buginator, I think bzr-git only gets trunk, yes [02:27] Buginator: yep - use 'bzr git-import' for all branches [02:27] Ahh, thanks. [02:29] Hmm, with the git-import, now I am getting error: The remote server unexpectedly closed the connection. D'oh! [02:29] Buginator: are you specifying the same URL? [02:29] yes [06:06] Hi everybody [06:07] my question is: why I'm getting the follow error: bzr: ERROR: Permission denied: "/~Sources": [Errno 13] Permission denied [06:08] if I'm putting the correct command: bzr push sftp://myhost.org/~Sources [06:10] junixbr: are you able to ssh to myhost? [06:11] yes [06:11] I've tried sftp connection [06:11] normaly [06:11] there is a bzr running there [06:11] as on my laptop [06:12] junixbr: weird. does giving absolute path work? sftp://myhost.org/a/b/c. what version of bzr are you using? [06:13] let me check [06:14] but, using --create-prefix should be created, or not? [06:14] junixbr: is this the first push? [06:14] bzr 2.1.1-1 [06:14] yes, the first one [06:15] 2.1 sounds right. ~ support was introduced in 2.1. from NEWS "Highlights include support for ``bzr+ssh://host/~/homedir`` style urls" [06:15] let me test [06:15] you can also try sftp://myhost.org/~/Sources. But absolute path should work anyways. [06:16] ok [06:17] I think --create-prefix is different from decoding ~. it applies to the rest of the path. [06:17] great! :) [06:17] using this way myhost.org/~/Sources it works! [06:17] thank you parthm [06:18] junixbr: cool :) [06:19] but, I'll use with ssh [06:19] as svn way [06:19] parthm, do you know some bug trac to use with bzr? [06:19] could you suggest something? [06:22] junixbr: trac (http://trac.edgewall.org/) has a bzr plug though i haven't used it myself. trac is easy to use and deploy. [06:22] junixbr: if your project is opensource there is always launchpad.net [06:23] junixbr: just to be clear, i have used and like trac ... just not used its bzr plugin. [06:24] ah ok [06:25] I have installed trac, I can install a bzr plugin [06:25] right? [06:26] junixbr: http://pypi.python.org/pypi/TracBzr [06:27] thank you man! [06:27] junixbr: np :) === khmarbaise_ is now known as khmarbaise [15:01] AssertionError: _remember_remote_is_before((2, 1)) called, but _remember_remote_is_before((1, 6)) was called previously. [15:01] ugh, what [15:02] idnar: is bug, fixed in 2.1 branch [15:02] yeah, just found bug #528041 [15:02] Launchpad bug 528041 in bzr "bzr: ERROR: exceptions.AssertionError: _remember_remote_is_before((2, 1)) called, but _remember_remote_is_before((1, 6)) was called previously." [High,Fix released] https://launchpad.net/bugs/528041 [15:02] (and probably trunk? if not yet, then next time 2.1 is merged into trunk) [15:03] The easy fix is to just upgrade your 1.5-or-older server already :P [15:04] it's running Debian 5.0.4 [15:04] Ooh, 1.5 is nearly 2 years old, just a couple more weeks. [15:04] although I'm using a newer bzr from backports on most of my servers [15:04] I have a bootstrapping issue, though, my puppet config is in a bzr repo [15:05] * idnar tries nosmart+bzr+ssh:// instead [15:07] Yeah, that should workaround it. [15:07] * spiv -> zzz [18:01] Is it normal that bzr is excruciating slow while doing a git import ? We are talking of 8 hours for a final repo size of 1.6GB. [18:07] Buginator: how many revisions, which bzr-git version? [18:08] around 10000 revisions, and 6 branches. Version is 2.1.1 [18:10] used bzr git-import to get all the branches [18:13] Buginator: what version of bzr-git? [18:14] bzr-git .5.0-1 [18:20] Buginator: you might want to try trunk, it's significantly faster [18:22] Will do. Thanks. === radoe_ is now known as radoe [22:42] jelmer: ping? [22:43] thumper: 'lo! [22:43] jelmer: take a look at https://code.edge.launchpad.net/~registry/perl5/trunk [22:43] Sweet chariot? [22:44] jelmer: bzr-git seems to fail to recognize the perl5 repo [23:10] thumper: we've tweaked the way in which a remote branch is found a bit, this broke a couple of branches (but fixed a few other ones) [23:10] ok [23:10] jelmer: do you know how to fix it? [23:10] It's on my todo list of things to fix before the next release [23:10] when are you planning the next release? [23:11] when roundtripping support works [23:11] I'm getting quite close to finishing that, bzr push already works as long as I don't add any new files