/srv/irclogs.ubuntu.com/2008/11/04/#bzr.txt

hexspritehi bzr people ;) i have been using git-svn and wonder if bzr-svn has the same limitations.  particularly i want to be able to share bzr repositories between my laptop and my desktop and be able to merge between them using bzr and then commit via svn from either of them... possible?00:15
lifelesstotally possible00:15
hexspritegreat!00:15
=== mw is now known as mw|out
ianm_how do you force unlock a directory?01:40
lifelessbzr break-lock01:40
ianm_thanks01:42
cerwhi there01:54
lifelesshi01:54
cerwi have question our repos is getting too big, we are using for archive mainly, can i somehow remove some old revision, without demiging the repo ?01:54
lifelessnot trivially no01:55
lifelessyou need to do a rebase operation skipping the bits you don't want01:56
lifelesshow big is too big?01:56
cerwit's about 70G01:56
cerwbut the think is we dont need to keep all the repos01:56
cerwwe are using it for deploying01:57
cerweveryday new version of release and taging them, that works great01:57
cerwbut we need to keep only maybe 20days old tags, the oder onnes we can trash..01:57
cerwwaht is rebase about?01:59
lifelessrebase rewrites history; what you want to do can be described as rewriting history02:00
lifelessthere is also stacked branches which may help you and still keep history02:00
lifelessare you deploying binary files?02:00
cerwyeap it's final product, so some binary some scripts02:00
cerwanad lots of data02:01
cerwso i can remove revisions using rebase?02:05
lifelesswith some effort yes02:07
lifelessits not exactly polished at the moment02:07
lifelesssomeone posted a recipe to the list I think02:08
cerwi am just playing with it now and it looks it it rewrutes each revision again02:15
cerwnot sure if i want that02:15
cerwcan i start branch and tell it to start it from some revision?02:15
cerwthen i can split it ..02:16
=== cody-somerville_ is now known as cody-somerville
cerwok so is there way i can copy branch startinfr from some Revision?02:21
=== timchen1` is now known as nasloc__
=== verterok is now known as Verterok|afk
NfNitLoopSo, out of curiosity, I tried to reproduce this bug w/ 1.9rc1 & 0.4.14:  https://bugs.launchpad.net/bzr-svn/+bug/24828903:47
ubottuLaunchpad bug 248289 in bzr-svn "concurrent access problems" [Medium,Triaged]03:47
NfNitLoopbut I apparently can't commit to a bound svn branch.03:47
NfNitLoopI get the error:  ValueError: invalid property value 'branch-nick' for None03:48
NfNitLoopI'm not sure if that's a bzr error or bzr-svn.03:48
poolieNfNitLoop: can you put the traceback from ~/.bzr.log into a new bug please?03:51
NfNitLoopok.   for bzr alone?03:51
pooliefor the command that gave you the error04:05
NfNitLooper, well, it was just 'bzr', but I'm not sure if it's the interaction with svn that cause it.04:05
NfNitLoopin any event, the bug is here:  https://bugs.launchpad.net/bzr/+bug/29344004:05
ubottuLaunchpad bug 293440 in bzr "Cannot commit to bound svn branch" [Undecided,New]04:05
=== cody-somerville_ is now known as cody-somerville
NfNitLoopWow.04:49
NfNitLoopI just learned about stacked branches.04:49
NfNitLoopThat's nice!04:49
NfNitLoopI should keep a closer eye on bzr-land. :)04:49
NfNitLoopIs there a way, once I've got a stacked branch...04:59
NfNitLoopto unstack it?04:59
NfNitLoopsortof like unbind?05:00
lifelessnot really; just branch from it locally without the stacked parameter and it will copy everything05:01
lifelessthere is an internal api05:01
NfNitLoopYeah, I just tried that...05:01
lifelessbt, its internal:P05:01
NfNitLoopand it didn't go very well. :p05:01
lifelessoh? it should work, what went wrong05:01
NfNitLoopNotImplementedError: <bound method VirtualInventoryTexts.iter_lines_added_or_present_in_keys of <bzrlib.plugins.svn.versionedfiles.VirtualInventoryTexts object at 0x13d48f0>>05:01
lifelessfile a bzr-svn bug for that05:02
NfNitLoopit *did* warn me that stacking was experimental in bzr-svn. :p05:04
cerwhi there05:18
cerwcan i make a copy (branch) from current repository, but stariung by soe REVISION? i dont want to keep the whole repo..05:19
jkakarI'm trying to merge a branch and getting this error: http://paste.ubuntu.com/67126/05:34
jkakarAny suggestions on how to proceed?05:34
mkanatIs there an "up and revert in one command" command?05:34
pooliemkanat: no05:50
pooliejkakar: :/ sorry for the bad message05:51
poolieone of them is a rich-root repository probably05:51
pooliebzr info will tell you05:51
poolieupgrade the other one to 1.9-rich-root05:51
spivAnd "bzr info -v" will tell you if "bzr info" just says "unnamed".05:52
pooliethat is getting to the top of my shit list05:58
vilahi all07:00
spivvila: hi07:06
=== thekorn_ is now known as thekorn
SuperMMXhi, guys, is it possible to add hooks only for a specific branch ?09:20
=== jrydberg_ is now known as jrydberg
matkorHi ! What would be better (faster over slow network) for distributing mostly RO version of given branch ? checkout ? --lightweight checkout ? else ?09:36
AfCWell, a lightweight checkout will only work if you have real time access (over your network) to the actual branch, wherever it is.09:38
matkorAfC: I have branches spread over vpn ... but find doing bzr update (over plain checkout) long process, I wonder if there is way to speed it up ...09:44
matkorI am using sftp://09:44
Peng_Using bzr+ssh would be faster.09:44
Peng_You should make sure you're using the latest version of bzr you can, and that your branches aren't in the old knit format.09:44
Peng_Other than that, there's not much you can do.09:45
AfCYeah, I wouldn't particularly expect sftp:// to be fast for much of anything.09:45
matkorPeng_: I will switch to bzr+ssh than .. I think I follow all upgrade suggestions seen in bzr CLI , so I suspect I am up to date in terms of branches format ...09:46
AfCI mean, sure, if your VPN never breaks and has really low latency and is really fat, then sure, run lightweight. But it sounds like you have the opposite than, that which is *just* the situation where you want to have full (distributed version control) branch information locally. So, {shrug}09:46
matkorAfC: Mostly what I do is bzr update (downloading newer version) over VPN, really really rarely  I need history or make comit ...10:14
AfCmatkor: do you do `bzr status` and `bzr diff`?10:15
matkorAfC: yes10:16
matkorand bzr missing <remote>10:16
matkorin --lightweight checkout it's not possible withou network connection ?10:17
AfCAs I understand it, no.10:17
AfCThe whole point of distributed version control is to get the data to the other side of the bottleneck.10:18
AfCand like I said, if you're complaining about your VPN's speed...10:19
AfCBut more to the point, why don't you try all this yourself and see?10:19
matkormhmm... OK so will switch to bzr+ssh and see if it helped with my feelings. Thank you very much, AfC, Peng_10:19
AfCYou're a smart person. If it works acceptably for you, then fine.10:19
AfCI certainly would *NEVER* recommend this sort of thing to anyone, but I believe strongly in the premises of decentralized version control and the value of having full history somewhere locally.10:20
AfCSo what you're asking about is really somewhat anathema. That Bazaar supports it all has always struck me as ... strange ... but hey.10:21
=== Leonidas` is now known as Leonidas
=== Verterok|afk is now known as Verterok
=== Verterok is now known as away
=== kiko is now known as kiko-afk
=== away is now known as verterok
jelmerlifeless, ping?12:41
=== gdmfsob is now known as mishok13
FlimmHello, I'm using Launchpad to host my bazaar branch14:11
FlimmHow can my friend download any commits I make to his computer?14:11
FlimmThis is the method I'm using now:14:11
Flimmbzr branch lp:epidermis14:11
FlimmThen whenever I commit and push, my friend does14:12
Flimmbzr revert14:12
Flimmbzr pull lp:epidermis14:12
beunoFlimm, why does he revert?14:14
beunohe can emrge from your branch14:14
beuno*merge14:14
Flimmmerge doesn't auto commit though14:16
Flimmand I don't want him to deal with any conflicts in case he has edited the files14:16
beunono, you commit after you merge14:16
beunoI don't understand14:17
Flimmpull automatically commits the way I commited, which I like14:17
beunowell, he can pull to a separate branch14:17
FlimmBy why should he make a separate branch every time I commit?14:18
Flimmhe reverts in order to undo any changes he might have made14:20
beunoFlimm, he can keep a seperate branch with the mainline14:23
beunoand one he works on14:23
beunowhy would he have to loose his changes every time you commit?14:24
FlimmHe's not contributing any code at all, he's just testing the code14:24
beunouhm14:25
beunook14:25
beunoso, what's the problem14:25
FlimmI just wondering if that was the recommended approach, beuno14:34
beunoFlimm, well, I suppose if someone doesn'really doesn't want to play with a branch in parallel, and really will never commit, etc etc etc, then reverting all the time sounds about right14:35
beunoyou could potentially also use pull --overwrite14:35
beunobut this is a bit of an odd use case I think14:35
nogdenhey people, does anyone else have a problem installing bzr-svn in kubuntu interpid?14:41
=== cprov is now known as cprov-lunch
nogdenusing the launchpad ppa for stable releases at the moment14:41
nogdenseems that bzr version installed is 1.8-1 and bzr-svn expects 1.8 any ideas of a workaround?14:43
Peng_Where are you installing bzr-svn from?14:47
nogdenI'm assuming it comes from the same ppa does it not?14:48
nogdenor is there a seperate one for the plugin?14:49
Peng_Oh, I didn't know it was in the PPA again.14:49
Peng_Sorry, I can't help then.14:49
nogdenah, my mistake.... it isn't14:49
nogdenit's in universe/devel14:49
Peng_Oh.14:51
nogdenhmmm, acording to launchpad bzr-svn 0.4.13-2 (the version in universe/devel) just required bzr >= 1.614:53
nogdennow I'm running bzr 1.8-1 from the launchpad ppa but there seems to be an issue14:54
nogdenah, apt reports that it depends on bzr < 1.814:55
nogdenhmmm, looks like a manual install... grrr14:58
nogdenah, packages available in deb http://samba.org/~jelmer/debian/ unstable/14:59
=== kiko-afk is now known as kiko
abentleyjam:ping16:01
asabilcould someone please update the bzr-svn in ppa ?16:05
asabilto disable the bzr (<1.8)16:05
=== Leonidas_ is now known as Leonidas
disturbedsaintmarkh I've updated the wiki page about tbzr, hope it's OK16:36
=== bac is now known as bac-lunch
KinnisonAnyone here know of an issue pushing to a knit repository over sftp with current bzr.dev ?17:18
Kinnisonspecifically something which looks a bit like this: http://rafb.net/p/Tbug8Y55.html17:20
gournice, bzr-gtk-0.95 does not crash with bzr-trunk as 0.9417:39
=== bac-lunch is now known as bac
LeoNerdHas anyone written a bzrfs fuse module yet?18:20
james_wLeoNerd: yeah, there's one around18:20
james_wdon't know if it's been kept up to date18:21
gouroops, 1.10dev is crashing here - http://rafb.net/p/dm1VJO45.html18:22
Peng_gour: Eh? Was that a change you made?18:28
Peng_gour: You should use "hashlib.md5", not "hashlib.new".18:28
james_wKinnison: I haven't, I think it's bug time for you.18:29
gourPeng_: hmm. maybe it's bette to rm search plugin, until it's ready18:29
Peng_gour: Actually, use bzrlib.osutils.md5().18:32
gourPeng_: what about this one - http://rafb.net/p/Tdc42F61.html bzr-gtk & bzr-dev ? (i fixed it by upgrade to 0.95)18:32
gourPeng_: it's better that i become more familiar with python's standard lib before 'fixing blindly'18:33
Peng_gour: That one I don't know.18:33
Peng_gour: Well, http://bzr.mattnordhoff.com/loggerhead/bzr-search/py2.6/ should fix the md5 issue, but there might be others.18:44
Peng_(I don't have Python 2.6 to test myself.)18:44
Peng_gour: (And it also ruins compatibility with older versions of bzr. :P )18:45
=== abadger19991 is now known as abadger1999
Kinnisonjames_w: *pout*18:58
Kinnisonfiled as https://bugs.launchpad.net/bzr/+bug/29374619:01
ubottuLaunchpad bug 293746 in bzr "IndexError pushing to knit repository over sftp" [Undecided,New]19:01
james_wthanks19:01
gourPeng_: yes...pkgs need to (slowly) migrate to 2.6...soon there will be even 3.019:14
mDuffDoes the 1.9rc1 standalone win32 installer include bzr-svn, or did I have an old copy of that hanging around from somewhere?19:39
ja1abentley: sorry about the delay, are you still around?19:50
abentleyYeah.19:50
abentleyja1: Are you okay with me merging the shelf ui with the changes I sent?19:51
=== ja1 is now known as jam
jamyeah19:51
jamI thought that was clear enough in the last email. Plus I gave you "tweak" anyway.19:51
jammarkh: I had a question about getting paramiko into the installers. Are you doing something special to have it happen?19:52
abentleyjam: I still figure that "tweak" doesn't count if you don't make all the changes suggested, and I haven't changed the use of bzrtools yet.19:52
jamabentley: I said that was "weird" but that "we may not have anything better"19:53
jamI was more bringing up the discussion than asking for a change19:53
abentleyjam: Okay, but I said "Is this something you want fixed before this lands?" and you didn't reply.19:54
jamI probably missed that part19:55
jamsorry19:55
abentleynp19:55
abentleyIn terms of discussion, do you have an idea what we should do?19:55
jamluks: I had a question about qbzr, if you have time19:56
luksjam: sure19:56
jamI'm trying to make sure I bundled the right version19:56
jambut I didn't see an 0.9.5 tag in the trunk repo19:56
jamdo you know if it was added?19:56
luksum, I don't know, alexander did the release, but I can check19:57
luksbut it's probably always safest to grab the tarball19:57
jamluks: I just saw this:19:58
jam  521 Alexander Belchenko       2008-11-03 [merge]19:58
jam      merge 0.9.5 release19:58
jamAnd I'd rather not have to download tarballs for everything for every release19:58
jamit is easier to do a "bzr branch -r tag:..." when necessary19:58
luksyes, the tag seems to be in the m erged branch19:58
luksrelease-X.Y.Z as usual19:58
abentleythumper: How's it going?20:10
thumpermorning abentley20:10
thumperstill knackered20:11
thumperbut not as bad as yesterday20:11
abentleythumper: Progress is progress, I guess.20:11
thumperabentley: do you know when 1.9 release is?20:11
abentleythumper: Bazaar 1.9?  No, not offhand.20:12
abentleythumper: Probably this week, though.20:12
* thumper nods20:12
jamthumper: 1.9rc1 was 2008-10-31, so 1.9 would be expected on 2008-11-0720:13
thumperthanks jam20:13
NfNitLoopHrmmm.21:02
NfNitLoopbzr-svn seems to *explode* in memory usage when I try to pull one particular revision in particular.21:03
NfNitLoopeven though only a few lines were changed.21:03
NfNitLoopThe only thing I can see is that the lines are really long?21:03
lifelessNfNitLoop: gigabytes long?21:04
NfNitLoop(811 characters)21:04
NfNitLoopno. :)21:04
lifelesshow big are the files these lines are in?21:04
NfNitLoophmm, not too big, I don't think, let me see...21:04
NfNitLoopheh.21:06
NfNitLoop20k.21:06
lifelessno alarm bells so far21:06
NfNitLoopstill, I can `bzr pull -r 510`, but `bzr pull -r 511`  nearly brings down my laptop.21:07
NfNitLoopUnfortunately this against our non-public repo... trying to figure out how to reproduce this.21:07
NfNitLoopOoooh, wait.21:08
ianm_is it easy to step back in time through commits?21:08
NfNitLoop-r 511 might not necessarily be (svn)r511, eh?21:08
NfNitLoopsince I'm only grabbing one of the sub-projects?21:09
mDuffianm_, the short answer is "yes"; the long answer is "what, exactly, do you mean by that?"21:09
ianm_mDuff: I see this when I start my app: Gtk-CRITICAL **:gtk_widget_event: assertion `WIDGET_REALIZED_FOR_EVENT (widget, event)' failed21:09
mDuffianm_, trying to figure out at what poit that issue was reproduced?21:10
ianm_mDuff: right21:10
ianm_it was recent21:10
mDuffianm_, you might find the bzr-bisect plugin interesting.21:10
NfNitLoopaha, yes, it's a different revision in svn... which appears to be huge. :p   that makes more sense.21:10
ianm_is there anything like "bzr previous" that I can do repeatedly until the warning disappears?21:11
NfNitLoopianm_: There's "uncommit"... but make sure you do it in a branch. :p  (it uncommits and discards your history one revision at a time)21:12
NfNitLoopianm_: bisect may help you.21:12
NfNitLoopit does a binary search through your revisions. :)21:12
NfNitLoopmaybe faster than doing it 1 at a time.21:12
ianm_it must be within the last 20 commits21:13
ianm_so I currently have a working directory where when I commit it also pushes to launchpad21:13
mDuffianm_, bisect really is the right tool for the job; otherwise, you're just doing "bzr co -r [number]" or some variant thereof.21:14
ianm_can I "bzr branch /that/directory" then use bzr uncommit there?21:14
mDuffianm_, checkout -r [number] is really more the right tool than branch+uncommit21:14
ianm_mDuff: hmm ok.  can I do that locally?  a launchpad checkout takes like 5 minutes21:15
mDuffianm_, yes, that's a local operation21:15
mDuffianm_, do it within your existing tree21:15
ianm_mDuff: all within my one working directory?21:16
mDuffianm_, well, you can just do a lightweight checkout of a specific revision into a different directory... that'd probably be the fastest+safest approach21:16
ianm_mDuff: yeah that sounds good.  how do you do a lightweight?21:17
NfNitLoopbranch --lightweight21:17
NfNitLoopuhrmm... but don't uncommit from there. :)21:17
NfNitLoop(does that work from a lightweight co, even?)21:17
=== thumper_laptop is now known as thumper
mDuffianm_, ie. bzr checkout --lightweight -r7 ~/myproject ~/myproject.r721:19
mDuffianm_, ...but really, bisect is The Right Tool.21:19
ianm_is bisect easy to setup?21:19
mDuffianm_, you should be able to just check it out into your ~/.bazaar/plugins/ directory21:20
NfNitLooplifeless: aha.  Yep, turns out that someone had checked in a 1G file.  Sooo, guess that repo's not a good use-case for bzr. :p21:20
mDuffianm, bzr co http://bzr.licquia.org/bzr-bisect/trunk/ ~/.bazaar/plugins/bisect21:20
mDuffianm_, then see "bzr bisect --help".21:21
lifelessNfNitLoop: we're working on that, but yeah, youll need a couple of gb to check it out today21:23
NfNitLoopI've got 2G RAM...21:25
=== jfroy|work is now known as jfroy
NfNitLoopso it looks like I'll need more than a couple. :p21:25
ianm_mDuff: I found the commit, now I just have to figure out what's wrong about the glade file change, ugh ;)21:25
ianm_mDuff, NfNitLoop: thanks for your help!21:26
mDuffianm_, cool. bisect is nifty, eh? :)21:26
ianm_I actually just did a bunch of local co -r but I imagine it is ;)21:27
=== bac is now known as bhc
=== bhc is now known as bac
=== bac is now known as bac-afk
lifelessspiv: so, I would guess a mis-selection on pushing (CHKRepository, RemoteRepository)22:10
lifelessspiv: which new repositories avoid because of sprout getting delegated to the FS level22:11
poolielifeless: hi22:12
pooliemy net access seems to be up but flaky22:12
lifelesspoolie: cool; we did a standup22:12
pooliegood for you22:12
lifelesspoolie: I mailed the notes to the list22:12
pooliei would have said: i did everyone's reviews; today i'm going to fix the internet ;-) and then i think try inter-historic-tree diffs in CHK22:13
pooliealso, that needs a better name22:13
lifelesstrue22:13
jampoolie: I built a new win32 installer today, learning from user feedback. I'm wondering if I should completely remove the old installer, or if just naming the new one "-2" is sufficient?22:18
poolieis there any benefit to keeping the old one?22:18
pooliei can't see any22:18
poolieunless someone wants to compare its bugs or something, and if we really want that you still have a copy22:19
pooliei would call the new one -2 or something though22:19
poolieto make it clear22:19
pooliehow about that?22:20
jamyeah, I'm calling it -2, I just wondered about deleting the old download file22:21
jamprobably best  to delete it so we don't have people wondering which one to grab22:21
pooliejust delete it22:22
jamI just had LP timeout while trying to upload, which is the first time it happened for me22:22
jambut hopefully it will go through this time.22:22
jampoolie: btw, I think the reason that rebooting worked for you is because you have the regular "Subversion" binaries installed22:22
jamand it just got added to the path as part of the reboot22:23
jamcan you check?22:23
pooliejam, i'm pretty sure i don't have svn on that machine22:30
pooliecan check22:31
=== sdboyer is now known as sdboyer|nizzap
pooliejam, i don't have svn there22:46
poolieit's a nearly fresh vm22:46
jaminteresting, considering I'm 90% sure that the dll isn't bundled in that installer.22:51
pooliewhat was the name, libsvn-1.dll22:52
jamlibsvn_client-1.dll IIRC22:52
pooliemaybe there is some kind of negative cache22:53
poolieif you see what i mean22:53
pooliethat bzr-svn *shouldn't* work on this machine, but it's normally failing quietly22:53
poolienow i'm getting that message again22:53
pooliejam, if we're shipping the bzr-svn plugin but not the libraries it uses that seems potentially problematic22:54
jampoolie: yeah, I manually added the libs in the -2 installer22:55
jamI don't understand why they aren't coming in automatically like all the other ones22:55
poolieoh i see22:55
jamAnd now, I managed to install it, and I get the icon in the systray22:56
jambut when I run I get:22:56
jam"ImportError: DLL load failed with error code 193"22:56
jamnot sure what that is yet22:56
pooliei would guess what we're seeing as a windows vista feature, that if loading a dll fails the user sees a dialog with no intervention from the application22:56
lifelessthe windows runtime linker will show an error if a dll for an .exe can't be found22:57
lifelessdynamic loading doesn't do this22:57
jamwell, running the 'bzr.exe' directly isn't complaining22:57
jam(weird network fault)22:57
jamanyway, bzr-svn seems good in the new install22:58
pooliewell, that's not consistent with what we're seeing here22:58
jamI don't know why TortoiseBZR is failing to run the "settings" page22:58
pooliejam, i'll try it out22:58
lifelessjam: PATH may not match between the console and gui environments22:58
lifelessjam: try logging the user out and in?22:58
jamcould be. I explicitly chose not to add 'Bazaar' to my path, because I wanted to unistall22:58
pooliejam, i could run the settings from the tray icon22:58
pooliei did add it to my path22:59
jamok, so it might just be that22:59
pooliei'm waiting for more windows updates :/23:02
poolieafter that i'll upgrade it23:02
lifelessgarh, its summer23:09
lifelessI can tell because the noise pollution is insane23:09
pooliebarely23:09
disturbedsaintmarkh, are you there?23:19
markhdisturbedsaint: hi23:19
disturbedsainthi23:19
disturbedsaintwas wondering if the different menu's when clicking on the tray-icon work for you23:20
disturbedsaintseems like tbzr has to be in the global PYTHONPATH23:20
markhumm - that is possible for the tbzrcache process actually23:21
markhbut just start it manually and you will be OK23:21
poolieso if you give a lp: url, it's the resolved form of that url that's remembered as the parent etc?23:22
james_wpoolie: yeah23:22
james_wAaron recently proposed to change that I believe23:22
disturbedsaintmarkh, when launching from the command prompt it does indeed work23:22
disturbedsaintjust wanted to know if it's intentional the way it is23:23
markhit would be possible to hack the shell extnesion code to set PYTHONPATH before launching the tbzrcache process23:23
markhand its not a problem in a binary build23:23
james_wthe only downside I can thing of is that you need whatever directory service plugin installed to be able to resolve the parent, but I don't think that's too onerous23:23
markhwhile I'm developing, I always run tbzrcache manually so I can see the output23:24
james_wpoolie: I met with Mark, some of lp-code, and others last week. Something like Russell's issue came up, and Mark was talking about how we could try and improve this.23:24
disturbedsaintif it isnt a problem in the binary builds then it's fine :)23:25
james_whe suggested storing both what the user asked for, and what they got, which allows you to later make decisions about what you should do23:25
pooliejames_w: the problem of people renaming branches?23:25
james_wnot only when branches move, but when they diverge and the like23:25
james_wpoolie: it was actually forks in development, but I think it still applies23:26
james_wthe UI for presenting this to the user and finding out what action they wanted to take wasn't discussed, but it's an interesting idea23:26
markhdisturbedsaint: have you ever seen a "would recurse to death" error?  If so, try updating the tbzr branch - I think I nailed that a couple of days ago.23:26
james_wand would probably help in some situations23:26
markhbb in 2023:27
disturbedsaintactually I haven't23:27
disturbedsaintthough I do seem to lose the overlays on directories after a while23:27
disturbedsaintstill trying to find out why that happens23:27
james_wpoolie: thumper and jml were there, and they might have a different of how this was supposed to work, or what it was supposed to solve.23:27
disturbedsaintLike bug 284511 (https://bugs.launchpad.net/tortoisebzr/+bug/284511)23:27
ubottuLaunchpad bug 284511 in tortoisebzr "overlay and menu not available in some computers" [Undecided,New] https://launchpad.net/bugs/28451123:27
ubottuLaunchpad bug 284511 in tortoisebzr "overlay and menu not available in some computers" [Undecided,New]23:27
disturbedsaintThats the only real issue I'm having atm23:28
thumperjames_w: what was the question?23:33
pooliehi thumper23:36
pooliewe should talk sometime23:36
thumperhi poolie23:36
* thumper needs coffee badly23:36
poolie:)23:36
thumperpoolie: how about we talk this afternoon?23:36
poolieyay jetlag23:36
pooliesure23:36
thumperI'm about to go and get coffee23:36
poolieare you home now?23:36
thumperyes23:36
thumperit snowed here!23:36
=== sdboyer|nizzap is now known as sdboyer|ecrire
markhdisturbedsaint: when that happens check .bzr.log - you should find an error there - and most likely is the "would recurse to death" error.23:42
disturbedsaintmarkh: happened the last time 1,5hours ago23:44
disturbedsaintBut I got the source (branch) about 7 hours ago, so maybe there's another reason for it happening23:45
disturbedsaintThe error is "raise RuntimeError("Status of '%s' would recurse to death" % member)"23:45
markhdisturbedsaint: I only pushed it minutes ago :)23:49
markhthat is the error I think is now fixed23:49
disturbedsaintah, I see :)23:50
=== mw is now known as mw|out
disturbedsaintmarkh, I'll give it a try tomorrow23:59

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