=== r0bby is now known as robbyoconnor | ||
thumper | hi guys | 01:12 |
---|---|---|
thumper | what causes bzr to core? | 01:12 |
thumper | when branching from lp:project I'm seeing a core dump on someone elses machine | 01:13 |
thumper | but branching from bzr+ssh://... was ok | 01:15 |
thumper | so perhaps it is just the xmlrpc launchpad lookup | 01:15 |
thumper | but I'm at a bit of a loss | 01:15 |
Peng | Betcha curl could do it. | 01:22 |
Peng | But does anybody still use curl...? | 01:22 |
thumper | how would I tell? | 01:25 |
thumper | it appears to have just started in the last hour | 01:26 |
thumper | and not much has changed | 01:26 |
thumper | it is very weird | 01:26 |
Peng | Erm. .bzr.log should say. Anyway, it's just a shot in the dark. You're probably not using curl. | 01:29 |
Peng | I'm not sure if it's even enabled at all anymore... | 01:29 |
fullermd | Actually, I think it's still the default if present. | 01:43 |
Peng | Not for HTTPS, though, right? | 01:44 |
fullermd | For any HTTP. | 01:44 |
fullermd | Well, maybe vila made it do HTPPS instead ;> | 01:44 |
Peng | @_@ | 01:44 |
thumper | bzr.log says absolutely nothing helpful | 02:01 |
thumper | fullermd: how do I tell if he has curl installed? | 02:31 |
Peng | bzr.log should say what HTTP implementation is being used. | 02:31 |
=== orospakr` is now known as orospakr | ||
lifeless | thumper: coring? really? - often curl, sometimes we have bugs in our C extensions. | 04:23 |
thumper | lifeless: yeah Seg fault | 04:23 |
lifeless | for the former, if pycurl can be imported, it will be used (on http) | 04:23 |
thumper | well... there is no core file | 04:23 |
thumper | just a seg fault | 04:23 |
lifeless | for the latter, remove the .so files for bzr | 04:23 |
lifeless | [these are workaround] | 04:23 |
lifeless | you can run under gdb or valgrind to find out the actual segfault details and file a bug | 04:24 |
thumper | it was in ssh connections | 04:24 |
lifeless | could be pycrypto I guess | 04:24 |
lifeless | gdb is probably the best bet | 04:24 |
timeless_mbp | i'd like to perform a histedit operation, either stripping tip or doing something quilty to tip | 11:26 |
spiv | timeless_mbp: see 'bzr uncommit', or the bzr-rewrite plugin, or the bzr-loom plugin, or the bzr-pipelines plugin, or even the bzr-fastimport plugin (it has options for filtering the fastimport/export dumps). | 12:04 |
* spiv -> zzz | 12:04 | |
timeless_mbp | thanks | 12:23 |
=== ambv_ is now known as ambv | ||
seiflotfy_ | hey guys | 16:19 |
seiflotfy_ | is there a way to find out how many commits some1 made | 16:20 |
seiflotfy_ | ? | 16:20 |
timeless_mbp | use ohloh.net ;-) | 16:20 |
timeless_mbp | (it kinda depends on what you mean) | 16:20 |
seiflotfy_ | i mean code commits | 16:20 |
timeless_mbp | if someone commits as -u "jo@shmo" and -u "jane@doe" | 16:20 |
timeless_mbp | or "j@doe" | 16:20 |
timeless_mbp | do you want to count them as the same person? :) | 16:21 |
vila | seiflotfy_: bzr stats (from bzr lp:bzr-stats plugin) | 16:21 |
vila | the plugin use some tricks to recognize synonyms, not perfect but quite good | 16:21 |
timeless_mbp | generally for open source stuff, letting ohloh do your counting is a better choice | 16:22 |
seiflotfy_ | nah | 16:22 |
seiflotfy_ | i just want for one account | 16:22 |
timeless_mbp | in DVCS you also have serious issues w/ branch commits | 16:22 |
timeless_mbp | for that, i'd just use bzr log --authors=... | 16:23 |
timeless_mbp | but i'm a lazy hacker :) | 16:23 |
seiflotfy_ | i want to know for a launchpad account | 16:23 |
timeless_mbp | on just one bzr repo or in the lp: world? :) | 16:23 |
seiflotfy_ | one repo | 16:25 |
=== Meths_ is now known as Meths | ||
vila | well, ohloh is telling me that the next update will join two users, but it's doing so for... 4 ? 6 months ? | 16:27 |
vila | from which I can of deduce that there have been no update since then ? | 16:27 |
seiflotfy_ | timeless_mbp, is there a way to list the different contributors to a branch | 16:27 |
seiflotfy_ | and when they contributed | 16:27 |
vila | or that the user joining is broken | 16:27 |
vila | seiflotfy_: bzr-stats is a pretty small plugin the option you're asking for doesn't exist (AFAIK) but shouldn't be hard to implement either | 16:28 |
seiflotfy_ | ok | 16:32 |
seiflotfy_ | got it | 16:32 |
seiflotfy_ | how cna i use it | 16:32 |
seiflotfy_ | i installed | 16:32 |
seiflotfy_ | but cant use it | 16:32 |
vila | I can tell you how to use it but people will say I'm talking to myself again... | 16:55 |
lifeless | :) | 17:05 |
=== Guest35900 is now known as jelmer | ||
djanko | hey | 19:35 |
djanko | is there any way to check out only part of a branch into a particular location? | 19:39 |
djanko | eg I have app/static and app/scripts - they need to be in separate locations on my live webserver, but I want to be able to commit both of them atomically on my local dev machine | 19:40 |
bob2 | easiest way is to have your web server do the mapping | 19:47 |
maxb | or symlinks | 20:14 |
lifeless | djanko: 'views' | 20:28 |
lifeless | djanko: will do that for you | 20:28 |
djanko | thx! | 21:05 |
spiv | Good morning. | 21:35 |
jelmer | hi Spiv :-) | 21:36 |
lifeless | spiv: the fetch primitives improvements... will you be fixing up loom to use it? | 21:40 |
poolie | hi spiv! | 21:58 |
poolie | gosh, it's early :) | 21:58 |
poolie | are you feeling better? | 21:58 |
spiv | lifeless: probably easy to do when they're ready, give me a prod if I forget about updating loom! | 21:59 |
spiv | Yes, finally. | 21:59 |
spiv | Was still a little bit off yesterday even, but appears back to normal in time for Monday morning :) | 22:00 |
peitschie | mornin every1 :) | 22:15 |
poolie | hi there peitschie | 22:48 |
=== frakturfreak is now known as frakturfreak|AKF | ||
peitschie | hiya poolie | 23:36 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!