[00:52] * maxb wonders what the right time to drop support for Karmic's launchpadlib is [00:54] bzr: ERROR: Pack 'db549700446f894b61fdcd7f71d550d1' already exists in GCRepositoryPackCollection(CHKInventoryRepository('file:///var/lib/buildbot/twisted/.bzr/repository/')) [00:55] oh hey I've seen this before apparently [01:01] exarkun: are you running with spiv's fix? [01:32] Hm. I think bzr launchpadlib integration has been broken in 2.2 since the switch to not use edge [01:49] jelmer: running 2.2.3 from the ppa [03:35] Howdy.. I'm trying to do a bzr svn-import (on Windows, as it happens...), and it's giving me "bzr: ERROR: No repository present: file:///T:/" when I give it T:\Test\ ... any idea why? [03:37] Zer: Hi. You're probably just messing with svn-import for fun, but in case this is related to our earlier conversation, we actually have some specialized goals beyond just a vanilla conversion. :) [03:40] Well, the syntax looked like Git's [03:40] so I figured, how different could it possibly be :) [03:40] but, fair enough [03:41] What exactly *is* T:\Test ? [03:41] A svn repository? A svn working copy? [03:41] a local svn repo [03:41] yeah working copy [03:41] What's odd is it checks the parent directory instead [03:41] Right. Don't do that :-) [03:41] Ah... [03:42] I suppose a local copy wouldn't have the full history in any case [03:42] If you want to import svn history, you need to give it a repository. Because a working copy stores no history [03:42] on SVN anyway. Been on Git too long, I hadn't remembered [03:42] Though admittedly that error sucks === Ursinha is now known as Ursinha-afk [12:29] hiya...i use fossil for my personal projects, but consider that bzr is the most sane amongst {bzr,hg,git,svn} and wonder which one(s) among bzr{git,hg,svn} plugins are to good enough to be used for (simple) collaboration with the projects? === oubiwann_ is now known as oubiwann [12:41] gour: what kind of collaboration? [12:46] jelmer: like applying some patches and commiting to the 'official' repo [12:48] gour: both bzr-git and bzr-svn should be sufficient for that [12:48] jelmer: that's great ot hear. thanks [13:24] * gour uploaded package to bzr-git to AUR (archlinux's user repo) [13:29] gour: cool [13:34] jelmer: thank you for working on those plugins..much better to stay with bzr and use 'em instead of 'native' tools [16:37] Hello! I have a strange situation: A few days ago I pulled a project's revision 2755, but now I can't follow the tip because log shows the revision 2755 is completely different from mine! Does bzr support canceling out commits? [16:45] yes. [16:45] it's generally considered bad form to do it on public branches. [16:45] provided you don't have any changes you want to keep in your local mirror, just do: [16:45] `bzr pull --overwrite` [16:45] and maybe whine at the branch maintainer so they don't do it again. [16:49] Aha, thank you. [17:29] are the sources to baz no longer accessble?