[01:08] splorf [01:08] mwh@grond:trunk$ cd /home/mwh/canonical/repos/bzr-git/trunk [01:08] mwh@grond:trunk$ python setup.py sdist [01:08] running sdist [01:08] warning: sdist: manifest template 'MANIFEST.in' does not exist (using default file list) [01:08] error: .plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/ [01:08] .plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git/.plugins/git: Too many levels of symbolic links [01:09] (something to do with the test suite i think...) [01:09] rotfl [01:09] Whee! [01:10] mwhudson: yeah, 'make check' creates an empty directory .plugins and a symlink to .. in that (to point BZR_PLUGIN_PATH at) [01:26] spiv, how are you today, and what are you up to? [01:26] for myself i'm going to do a bit more mail and then perhaps try the startup time test i've been wanting to do [01:27] poolie: which one is that? [01:28] making some assertions about the output of 'python -v bzr st' [02:04] Drat, missed poolie. [02:06] back [03:20] afk for a few hours - bbl hopefully [06:34] jelmer: hi? [06:36] spiv: hi? did you send that mail about ubuntu stories? [06:36] poolie: working on that atm [06:37] kthx [06:41] EOD for me === weigon_ is now known as weigon [06:58] hi all [06:59] hi vila [07:15] hello vila [08:06] lifeless: KnownFailure are still failures for --parallel=fork --subunit so bug #419776 is not fixed ? [08:06] Launchpad bug 419776 in bzr "selftest --subunit output incompatible with --parallel=fork" [Medium,Confirmed] https://launchpad.net/bugs/419776 [08:07] lifeless: that's with: your fix and trunk version for subunit and testtools [08:10] vila: try now, rev 25 of testtools [08:13] lifeless: trying [08:17] spivvo? [08:23] lifeless: BZR_PLUGIN_PATH=-site ./bzr selftest --parallel=fork --subunit | subunit-stats [08:24] lifeless: Failed tests: 38 [08:24] with revno 25 [08:27] vila: *interesting* [08:27] vila: name one of the tests please [08:29] bzrlib.tests.per_repository.test_fetch.TestFetchSameRepository.test_fetch_into_smart_with_ghost(RepositoryFormat5) [08:29] bzrlib.tests.test_lock.TestOSLock.test_read_locks_block_write_locks(fcntl) [08:30] BZR_PLUGIN_PATH=-site ./bzr selftest --parallel=fork --subunit -s bzrlib.tests.test_lock.TestOSLock.test_read_locks_block_write_locks | subunit-stats [08:30] Failed tests: 1 [08:43] anyone have used the win32-symlink plugin ? it doesn't behave like the msys ln command [09:11] is there a list of exit values of the bzr commit command? [09:12] vila: works for me [09:12] lifeless: argh [09:12] vila: possibly the expectedFailure support improvements in my protocol branch of subunit [09:13] TigerP: i think it's in the manpage [09:13] lifeless: sounds quite probable :-) url ? [09:13] lp:~lifeless/subunit/protocol ? [09:14] lifeless: indeed, works for me with that branch, can you merge it on subunit's trunk ? [09:16] poolie: I can only see exit codes of the bzr diff command [09:16] vila: I'll submit it for review [09:17] vila: oh [09:17] vila: actually, try this [09:18] vila: just delete BzrTransformingResult [09:18] and use subunit release [09:18] that should work, I think. === gdmfsob is now known as mishok13 [09:20] lifeless: yup, works ! [09:20] lifeless: can you update lp:~lifeless/bzr/subunit and resubmit then ? [09:21] vila: this branch is for --subunit, not --parallel, primarily. [09:21] lifeless: *you* linked it to bug #419776 :-) [09:21] Launchpad bug 419776 in bzr "selftest --subunit output incompatible with --parallel=fork" [Medium,Confirmed] https://launchpad.net/bugs/419776 [09:21] vila: as you have fast test environment, perhaps you could delete BzrTransformingResult completely, and its tests. [09:21] vila: yes, with a comment that perhaps more work was needed ;) [09:22] wow, I missed that comment ! [09:22] ok, I thought it was linked to indicate it fixed the issue, I'll assign it to myself and fix it after having approve your patch [09:23] vila: anyhow, I know the current branch passes all tests. [09:23] So I'd like to review and land that before making other changes that need a full test run [09:25] lifeless: I had reviewed and was ready to approve but thought I tested for that bug first, I'll approve now [09:25] lifeless: approved [09:30] lifeless: please land asap so I can submit the fix for deleting BZRTransformingResult ;) [09:32] vila: pushing up now [09:33] lifeless: ? Pushing what ? [09:33] lifeless: if I could pull working versions what do you need to push ? [09:34] or did you mean pqm-submitting ? [09:35] err. wait I was too fast, that does work ! [09:35] err. wait I was too fast, that doesn't work ! [09:36] vila: to -integration, where I pqm submit from [09:36] ok, approved anyway, my objection was about fixing the bug so irrelevant [09:39] lifeless: deleting BTR works only with your subunit-protocol branch, so I'll wait for that to land before submitting the fix fr bug #419776 [09:39] Launchpad bug 419776 in bzr "selftest --subunit output incompatible with --parallel=fork" [Medium,In progress] https://launchpad.net/bugs/419776 [09:39] vila: huh? [09:39] vila: what happens with subunit release? [09:40] KnownFailure is seen as a failure [09:40] but BTR does that [09:40] its BTR's fault ;) [09:43] yes and no, with subunit release KnownFailure is seen as a failure with or without BTR :) [09:43] testing [09:44] and with your subunit branch it works with and without BTR :) But I'd love to get rid of BTR anyway. [09:47] vila: so, 0.0.2 TestProtocolClient has no addExpectedFailure [09:47] so that should be degrading to success in _do_known_failure [09:51] lifeless: lost in the indirection via AutoTimingTestResultDecorator ? [09:52] ah yes [09:52] thats a policy change in subunit [09:53] to degrade more gracefully [09:53] I can do a separate branch for that [09:53] -protocol- isn't fully baked yet [09:53] ha :-/ [09:53] Wire changes are tricky [09:53] certainly [09:54] I'm not complaining, just trying to understand the migration path [09:54] on the other hand 419776 is not blocking so there isn't an urgency either [09:55] vila: how isn't it blocking ? :) [09:56] well, it blocks subunit usage, not --parallel=fork usage :-p [10:02] vila: I want to get stdout/warnings/log capturing working in testtools [10:02] vila: and the bzr log stuff using the same PAI [10:02] *API* [10:03] you mean log as in trace.py, not bzr log the command right ? [10:05] I mean as in printErrorList [10:06] ha ok [10:08] lifeless: that's the missing part for making your subunit protocol fully baked ? [10:08] s/protocol/& branch/ [10:08] it will show that I've closed the loop in a tolerable way [10:08] I also need t-i-p by-in [10:10] t-i-p ? [10:10] testing-in-python [10:11] ECONTEXT :-/ [10:11] its a mailing list [10:11] haaa, you need approval there ? [10:14] social not technical [10:14] buy-in, not approval [10:15] yes, that what I meant. [10:15] if I have t-i-p buy-in its a good indicator for an eventual PEP and API changes in Python itself [11:10] anyone know why bzr was removing from ohloh? [11:27] jml: no idea :-/ Where did you see that ? [11:29] ohh, I see https://www.ohloh.net/p/bzr is gone https://www.ohloh.net/p/bazaar is there [11:37] fullermd: around ? [12:20] hi all === weigon_ is now known as weigon [12:36] bialix: hi [12:36] hi igc [12:38] bialix: could I ask a favour? [12:38] bialix: we have new translations I'd like to get into Explorer ... [12:38] and then tag it as 0.9.0 [12:39] you want import? [12:39] I'd like that to go out with the 2.1.0beta2 installer jam is packaging today [12:39] bialix: I was planning to do it but I'm really tired [12:39] (started chemo again today) :-( [12:39] ok, I'll do it now [12:39] sad to hear this [12:39] bialix: mega thanks [12:40] bialix: I put out a plea for more translations on the weekend to launchpad-users and the response was *awesome* [12:40] * bialix also has mixed feelings about today poolie's mail [12:40] bialix: so you'll notice a few more [12:41] bialix: I've responsed to that thread btw [12:41] igc: I'll just import them, have no time to review [12:41] bialix: that should be ok. All I wanted was ... [12:41] yeah, a bit more :-) [12:42] (1) import of transations [12:42] (2) tag as 0.9.0 [12:42] (3) jam to package 0.9.0 in 2.1.0b2. [12:42] I think 2.0.2 should stick with 0.8.3 of explorer [12:43] import may take half hour or couple of hours. it depends how fast lp will react [12:43] igc: according to garyvdm mail in qbzr ML I think bzr 2.0.x should stick with latest stable releases [12:43] bialix: right [12:43] so 0.8.3 is ok [12:44] bialix: I hope all is going well work wise - I hear you're flat out right now [12:44] bialix: if there's no questions, I'll say good night [12:44] flat out? [12:44] busy [12:45] yep, night Ian, I'll tag it for you [12:45] thanks [12:45] night all === loxs_wrk is now known as loxs === fenris__ is now known as ejat [13:16] igc: done. [13:34] igc, do you know if there's an agenda for the bzr sprint? [13:35] * jml missed the "night all" [13:35] sleep well, I'll send an email [14:02] jml: apart from the focus defined on the wiki, not that I know of [14:08] morning all [14:09] hi jam [14:15] bialix: thanks for tagging bzr-explorer 0.9.0 [14:15] jam: :-) [14:16] jam: garyvdm has planned to release qbzr 0.16 but it seems he's not finished it. use qbzr 0.15 for 2.1.0b2 please [14:16] well, he's got a couple of hours :) but yeah [14:16] I'll use whatever is available [14:16] I'm going to be pushing for a faster "gone gold" to "official release" this time [14:16] * bialix has wanted to release 0.15.1 but... [14:17] jam: will be nice to speed up this process, really ;-) [14:18] well, I did some 'pre-build' work last week [14:18] so hopefully the build process for the windows installers is smoothed out [14:51] morning jam [14:51] hey vila [14:52] jam: care to recheck https://code.edge.launchpad.net/~vila/bzr/186920-lp-proxy/+merge/14238 [14:52] ? [14:52] jam: I can summarize here if you want [14:53] james_w`: ping, sorry for friday, I had more reading to do than I thought :) [14:53] vila: hi, np [14:53] vila: a quick summary would be nice [14:55] jam: I took your remarks into account. There was an additional glitch that is now fixed and Gordon Tyler confirmed it now works in all his setups [14:55] so a quick question about http://bazaar.launchpad.net/~vila/bzr/186920-lp-proxy/revision/4782 [14:55] jam: the remaining question is where to land (in addition to bzr.dev), you and I seem to agree for 2.1 [14:55] What happens if you were trying to use a non-standard https port? [14:56] before ? [14:56] vila: so you have the comment that "self.port" is always None, and so you grab the port attribute from whether you are using http or https [14:56] however, what if I was trying to go through my proxy to get to something like: [14:56] http://babune.ladeuil.net:26862/waterfall [14:56] You don't have to fix this to land the code, btw [14:57] I'm just probing to see if I understand what is going on [14:57] the comment is about urllib2.Request being brain-damaged and always using host = 'xxx:nn' instead of host ='xxx' and port = 'nn' [14:58] i.e. self.port is *never* used so alwats None [14:59] this is trappy because HTTPConnection objects cleanly separate host and port [15:00] there is a grey area about the proxy behavior *without* that patch regarding what port were used... but only for the CONNECT request, all other cases are ok (AFAIK) === mtrudel_ is now known as cyphermox [15:00] vila: doesn't CONNECT have to go to the same port as the rest of the requests? [15:01] (to be clear, I approve your patch, but I'd like to keep chatting to understand) [15:01] it *has* to, it weren't for CONNECT [15:01] all other requests ended up calling HTTPConnection.connect() which handle the default port, the last part of the patch is mimicking that for CONNECT [15:02] because CONNECT is like connect expect it obviously wasn't (as fullermd would put it I think :) [15:02] vila: so how does that work when connecting to a non-standard port? [15:04] jam: port is not None in that case and is propagated correctly [15:05] self.proxied_host = '%s:%s' % (self.get_host(), conn_class.default_port) [15:05] There is no "port" in that statement [15:05] hmm, does ftp dumb transport unable to read part of file? [15:05] bialix: So there is a "resume" sort of command in ftp [15:05] which I believe means you can start in the middle [15:05] I don't know how to set it up, or what the command is, etc. [15:06] Just that I've seen it happen before [15:06] I wouldn't be surprised if we don't properly support that in bzrlib [15:06] working with bzr over ftp is so slow [15:07] bialix: FTPTransport doesn't seem to implement readv, which means it uses the base implementation [15:07] which is get+seek [15:07] which is, certainly, going to download the whole file [15:07] or bzr do something wrong, there is one pack ~3MB in ftp repo and bzr trying to download much more than that [15:07] and then do it for each request [15:08] f*** [15:08] bialix: 3MB for every readv() request [15:08] FTPTransport should either implement partial reading, or download to temp files and do it from there [15:08] * bialix wonders why not cache already downloaded data [15:08] because nobody who cared enough to work with FTP put in the time to do so [15:09] right [15:09] I prefer to not care too, but I have not found any decent and cheap way to have private repos [15:11] jam: hmm, you're right, there is still something wrong here :-/ I need a more complex setup to test it (i.e. an https server on a non-standard port) [15:12] vila: anyway, it is good enough for now [15:12] you should be able to test with an http server on a non-standard port [15:12] such as babune.net :) [15:12] jam: no [15:13] CONNECT is called for https only [15:13] really? [15:14] ok I guess [15:15] that's how you established the ssl wrapping if using an http proxy for example [15:16] what if you were using an SSL proxy to a non SSL host? [15:16] anyway, I've voiced my observation, and the code is still far better than what we have today [15:16] so please land it in bzr.dev [15:16] if you want, you could land it in 2.1.0b2 if you hurry [15:19] jam: If I target 2.1.0, it will come back soon in bzr.dev right? [15:20] vila: Once I get around to releasing, I'll be 'merging up' everything [15:20] so it will be done today [15:21] (2.0.2 => 2.1.0b2, 2.0.2 => 2.0.x, 2.1.0b2 => bzr.dev, 2.0.x => bzr.dev) [15:21] not necessarily in that order, but approximately so [15:21] 2 integration branches is... a bit of overhead for RMs [15:21] jam: sorry, I'm confused, should I target bzr.dev or lp:~bzr-pqm/bzr/2.1.0 or both ? Ha ok, so I'll target 2.1.0 [15:21] vila: 2.1.0b2 [15:21] 2.1.0 does not exist [15:22] merge-up is painful because of the number of combinations to take care of [15:24] meh, why 2.1.0b2 and not 2.1.0 ? The later can be used for all releases leading to 2.1... Still confused >-/ [15:26] vila: every release gets its own branch [15:26] so you can later "bzr branch lp:~bzr-pqm/bzr/x.y.z.b" [15:26] we *could* do it differently [15:26] so far, we have chosen not to [15:28] rats, I branched too late to merge cleanly :-/ [15:29] huh ? Only for NEWS >-/ [15:31] oooh, no, the bug fixes were part of 2.0.2... [15:31] wow, weird conflict [15:31] yeah, there is some 'unknown' as to whether bug fixes in 2.0.2 should be repeated in 2.1.0b2 [15:31] for now, I've said no [15:31] others have said yes [15:31] but I don't like seeing them twice [15:31] and we're always releasing a 2.0.x at the same time as 2.1.0x [15:32] I believe lifeless originally posited that they would have different release schedules [15:32] ok ok, RM priviledge :-) I haven't seen the physical consequences yet :-) [15:32] and thus we may release one without the other [15:32] and thus we should have the bug comments listed [15:34] as long as you merge things in a coherent way, your way is good enough, you may add a note that 2.1.0b2 includes the fixes for 2.0.2 for completeness [15:34] vila: so are you targetting 2.1.0b2 ? [15:34] vila: it is in the summary [15:34] if you didn't read it [15:34] make sure it is there [15:34] because I thought I did [15:34] It is ! [15:34] Good, we agree then :) [15:34] vila: so I should clarify slightly... we need a separate 2.0.x branch from a 2.0 branch, so that once the branch is split off, we can still land updates into 2.0 [15:35] just like we need a separate release branch for at least 2.1.0 so that we can keep landing in trunk [15:35] (bzr.dev) [15:35] we *could* have a single '2.0-releases' or something like that [15:35] and then match that with a 2.1.0-releases [15:35] however, once 2.1.0 is final, we will then need 2.1-releases, etc. [15:35] that's how I organized my integration branches, 2.0, 2.1, etc [15:35] for now, we just have 1 branch per release [15:36] and not worry about what would be clustered with what [15:36] I currently have "lp" and "lps" for stable targets versus dev targets [15:37] bialix: i would think that "bzr serve" would be the easiest to set up, and provide ~ the same security as ftp [15:37] * vila runs to dentist [15:38] jam: pqm'ed, I'll be back soon [15:41] vila: I don't see it on pqm [15:58] Peng: looks like I reproduced your earlier failure: bug #471193 [15:58] Launchpad bug 471193 in bzr "StaticTuple failure while pulling from bzr+ssh" [Critical,In progress] https://launchpad.net/bugs/471193 [15:58] I'm trying to sort it out now [15:58] I'm a bit surprised we don't run into this more often since I've been using bzr.dev for a while and doing bzr up/bzr pull regularly... [16:02] vila: I'd like to chat about possible fixes if you get a chance [16:08] huho, pqm acting again ? [16:11] vila: your patch is there now [16:11] do you have any time to chat about bug #471193 w/ me? [16:12] Launchpad bug 471193 in bzr "StaticTuple failure while pulling from bzr+ssh" [Critical,In progress] https://launchpad.net/bugs/471193 [16:13] jam: sure, that's clearly a red-button case [16:13] vila: so I can fix it in a variety of ways [16:14] I can make the chk map code not require StaticTuples [16:14] either by changing the internals not to fail [16:14] or by wrapping more locations with "StaticTuple.from_sequence(key)" [16:14] In my ideal world, all keys in memory would be ST [16:14] so I've been trying to push the 'from_sequence' code higher in the stack [16:15] so it doesn't have to be reproduced everywhere [16:15] It isn't terribly expensive, but it is a couple of function calls [16:15] the higher in the stack they are, the less we care [16:15] alternatively, I can fix *this* bug by changing either the code that reads from Remote [16:15] (such as _benencode.decode_as_tuples) [16:15] to cast into StaticTuple earlier [16:16] or I can change BTreeBuilder [16:16] to cast into StaticTuple [16:17] so, the bug shows that the test suite is incomplete, as long as you can reproduce it with a test, you will increase the robustness [16:17] the worrying thing is: can you revert some changes to avoid the issue ? [16:17] jam: setup bzr serve on my hosting? [16:18] and why nobody running bzr.dev encoutered it sooner ? [16:18] bialix: I was mostly doing a jab that ftp is not very secure [16:18] jam: Huh! I thought my original failure was just because I had forgotten to recompile the extensions? [16:18] jam: I do a lot of bzr+ssh pulls too, so I'm surprised I haven't run into this one, either. [16:18] jam: I know it's not very well secure but it's ok for me [16:18] Peng, vila: I have very little clue why this wouldn't be deterministically failing for everyone repeatedly... [16:18] bzr serve --alow-writes is not secure at all [16:18] perhaps it has to do with the chk_map cache [16:19] it is possible that the chk_map page cache is intercepting the calls and returning the contents differently than hitting the BTreeBuilder [16:19] so only 'big-enough' pulls that overflow the cache are caught [16:19] however, _read_nodes_from_store doesn't *use* that cache at all... [16:20] so that doesn't seem to be the answer [16:20] quick, easy, switching between branches on bzr. How do I do it? [16:20] hexmode: 'bzr switch' ? [16:20] depends on how you have your branches/working trees laid out [16:20] jam: are you sure you're not running into a running-pull-with-pulled-code issue ? [16:20] vila: "pull with pulled code" ? [16:21] I think I know what you mean, and this dir has no tree [16:21] just a branch [16:21] jam: so, I've modified code in my current checkout/branch/whatever [16:21] jam: if you talk about cache with me then I should say that I'm still using pack-0.92 / 1.9 formats [16:21] vila: and I can step through the code and see the problem [16:21] jam: so you can reproduce it at will ? [16:21] and want to switch back to the pristine source, but still have my changes available. [16:21] vila: on *this* branch it reproduces every time [16:21] I haven't tried switch yet. [16:21] as the pull fails to complete [16:21] jam: in a branch where your extensions are up to date ? [16:21] hexmode: perhaps 'bzr shelve' if you want to revert to pristine [16:21] ha, the pull fials... [16:22] jam: k, reading the docs [16:22] vila: I've diagnosed the specific steps in the bug, and it is fully reproducible [16:22] the BTreeBuilder has a tuple() key [16:22] and when yo ucall "get_record_stream()" the record.key attribute is that same tuple [16:22] what I meant was: 'bzr pull' in my bzr.dev branch, i.e. the code is updated while running [16:22] vila: sure, that's what I thought, and no, that isn't happening here [16:22] jam: ok [16:22] I'm updating a tree-less branch of 2.0.2 [16:23] with a bzr.dev bzr ? [16:23] vila: yse [16:23] yes [16:23] hexmode: 'bzr shelve' will revert your changes to the previous commit, and put them 'on a shelf' to be restored later with "bzr unshelve" [16:24] jam: right, just saw that, but was thinking of a way to maintain it: i.e. branches, not temp shelves [16:24] hexmode: it also depends what you mean by "pristine source", is that a different branch, or the previous commit on this branch [16:24] jam: I think shelve will do for now, though [16:25] hexmode: I can go into deeper config to make multiple branches a bit easier to work with, but it does take a bit of explaining [16:25] jam: maybe later. Was looking at help for bzr switch: where can I find out about lightweight vs heavyweight checkouts? [16:26] hexmode: you might try 'bzr help checkouts' [16:26] jam: excellent. thanks [16:27] jam: I just pulled in my 2.0 branch without trouble :-/ [16:27] vila: so it will depend explicitly on the data stream [16:28] specifically, you 1 have to pull from bzr+ssh [16:28] 2 it has to try to read a page from the newly created btree [16:28] I do (AFAICS) [16:28] confirmed by .bzr.log [16:29] so it needs to transfer a chk page from the source, which it then needs to verify [16:29] what revno are you at when pulling ? [16:29] 4696 [16:29] note, though, that it will probably depend what pages are in your local repo already [16:30] yeah... [16:30] jam, vila: does one still should write tests for each bugfix? e.g. for fixing https://bugs.launchpad.net/bzr/+bug/389648 there is need only to add Hooks.__init__(self) to some derived classes constructors... [16:30] Ubuntu bug 389648 in bzr "internal error on bzr hooks" [Medium,Confirmed] [16:30] bzr shelve: I'm in love [16:31] vila: I feel like I understand the bug, I'm just trying to get a feel for the fix [16:31] specifically, do I make the code *stricter* everywhere [16:31] or *more relaxed* [16:31] do I push to require StaticTuples in BTreeBuilder [16:31] or do I relax requiring StaticTuples in chk_map === james_w` is now known as james_w [16:31] and to what degree ... [16:31] jam: I'm from the more stricter school by default :-) And you said you want ST everywhere. BUT, [16:32] you're also the RM and you want to release today [16:32] vila: So I *think* that for performance and memory minimal that pushing ST everywhere is ideal [16:32] So I'd say, relax for today, it's a beta, and dig that asap in bzr.dev [16:32] There is always the "transition" phase [16:32] and wondering about when is good-enough [16:32] vila: ok, I'll create a 'relax' patch in about 10 min [16:33] if you can review it, it would be nice [16:33] the decisions IMHO is about is that bug likely to hit people ? You seem to think it's quite hard to reproduce, so. [16:34] I sure will [16:34] jam: could you replace the check with a upcast ? [16:36] vila: of course I can cast it, the point is how strict to be [16:37] casting random tuples => StaticTuples makes memory consumption worse [16:37] as now you have 2 objects representing the same thing [16:37] so you *want* the caller to do the cast [16:37] I'm doing a quick "assert when a debug flag is set" patch [16:37] and cast [16:37] jam: oh sure, I was thinking of the 10min approach, not the long term one [16:39] ouch, 1h30 time drift in 5 hours on my FreeBSD8 slave :-/ [16:39] wow [16:40] fullermd: whenever you have a minute to discuss possible workarounds ^, I don't blame FreeBSD here, more likely VB (and they seem to be aware of the overall issue), but that seems to have to many side-effects for me to ignore :-/ [16:42] and same thing for the FreeBSD7 slave, I love coherent OSes :) [16:42] jam, vila: can you look at my fix http://pastebin.com/m125a467e for bug 389648 please? [16:42] Launchpad bug 389648 in bzr "internal error on bzr hooks" [Medium,Confirmed] https://launchpad.net/bugs/389648 [16:42] fix is 2 liner, and ten lines of tests [16:43] bialix: hehe, you're getting in the TDD mood :-D [16:43] I'm stuck with my current job, so I've decided to fix this simple one [16:43] vila: :-P [16:44] vila: I do very much TDD at my job === deryck is now known as deryck[lunch] [16:44] bialix: why don't you push that branch and make a merge proposal ? [16:44] it makes reviews easier [16:45] if you say that it ok in principle then I'll push [16:45] but from the paste bin, I'd say, put these import at the beginning of the file, use import mod ; mod.func instead of from mod import func ; func [16:46] bialix: hehe, that's not how we review :-D You asking for approval before review here :D [16:46] imports in the tests? [16:46] yup [16:46] I'm asking about tests approach [16:46] the fix is obvious but I have no time to rewrite my tests zillion times later [16:47] if they fail without your patch and your patch make them pass, who will argue ? [16:47] I dunno, lifeless? [16:47] sometimes he argue about things I don't care so much [16:47] You think you put them in the wrong files ? Or that you test at the wrong layer ? [16:48] ok, I'll push [16:49] from the bug description bzr-svn triggers that bug registering a hook [16:49] I don't register a hook and anyway can trigger the bug [16:50] bialix: 8-/ [16:50] I don;t know how in ideal world the tests for such bug should like [16:51] * bialix bbl [16:52] It seems to me the bug in format_rio, so the tests could be in the corresponding test file, or we could try to make hook more resistant by ensuring the right constructor is always called, but that will certainly be quite ugly [16:52] oh, info.py is bogus too [16:55] bialix: right, so please do like the other classe that derived from Hooks, use the super() notation === beuno is now known as beuno-lunch [16:55] bialix: of course, I found other examples that don't use super() :-/ [17:00] hi, i just reported Bug #471292 [17:00] Launchpad bug 471292 in bzr "import-dsc fails on UTF-8 characters" [Undecided,New] https://launchpad.net/bugs/471292 [17:00] bzr import-dsc is failing basicaly because the debian chagelog has UTF-8 characters [17:01] wich is odd since there are packages in the ubuntu repo that has them aswell [17:01] and bzr supports them [17:05] urgh, sorry nxvl [17:11] vila: sorry about the delay, got hit by a "Jehova's Witness' if you know what that means [17:11] jam: hmpf [17:12] jam: yeah, I know, not seen for years... luckily :) [17:12] it being the end-of-days and all [17:12] I suppose fixing this doesn't matter then [17:12] :) [17:12] lol [17:14] bialix: argh, he's gone :-/ [17:26] vila: https://code.edge.launchpad.net/~jameinel/bzr/2.1.0b2-471193-st-and-chk-map/+merge/14309 [17:26] hi [17:27] oh 2.0? when did that happen [17:27] a checkout i use has recently changed it's name [17:27] well the branch name has changed actually [17:28] AnMaster: Sept 22, approx 1.5 months ago. [17:29] jam, sigh, university really made me miss out on the rest of the world recently [17:29] since i'm really new to bzr i just don't know how to tell it the name change ;) [17:29] * AnMaster looks for some release notes or overview of the major changes since 1.17 or so [17:29] lugo: bzr bind new/url [17:29] lugo: 'bzr switch --force' ? [17:29] GaryvdM: /wave [17:29] lugo: sorry bzr switch [17:29] Hi jam [17:30] jam: you requested merging against lp:bzr ? [17:30] GaryvdM: 'bzr bind new/url' is accurate if using a heavy checkout, I think [17:30] switch ok i'll try that [17:30] vila: meh, you know what I mean :) [17:30] it *is* for 2.1.0b2 [17:30] Just forgot to set the target [17:30] it will get into bzr.dev soon anyway [17:30] jam: ok, just checking, I'll stop waiting for lp to generate the diff then and do it locally [17:31] GaryvdM: bialix mentioned you were hoping to get qbzr 0.16 released for 2.1.0b2, do you think that will happen? [17:31] yay worked, thank you guys [17:32] jam: Yes - My weekend was a nightmare (Partially self inflected.) [17:33] There were some features that I was hoping to finish, Which are not done yet. [17:33] jam: so the plan is to get rid of expect_static_tuple in the end right ? [17:33] vila: long term, yes [17:33] Trunk is stable so I guess I should just release it as it is. [17:34] jam: What is my deadline? [17:34] GaryvdM: take your pick. *I'm* happy enough to release w/ 0.15 [17:34] GaryvdM: I'd like to cut bzr tonight [17:34] and then have the windows installers by tomorrow [17:34] Jam: I'll try, but if I miss it, no worries [17:35] jam: After 2.1.0b2, how many release cycles before 2.1.0 Final? [17:35] GaryvdM: well, do what you can, and realize that I'm pushing to be more 'timely', mostly because that should *ease* your burden [17:36] since if you miss it, it won't be long til you get to try again [17:36] GaryvdM: https://edge.launchpad.net/bzr/ says we should expect b3, rc1 and rc2 before final [17:37] https://edge.launchpad.net/bzr/+milestone/2.1.0 says final is 2010-02-03 [17:37] jam: approved, running the full test suite right now just in case [17:38] jam: Ok - My motivation is to have new features tested before the final, so I'm going to let it slip, as there is another beta. [17:39] jam: full test suite passing [17:40] vila: thanks. [17:40] Hi vila [17:40] of course, it was passing before my patch... [17:40] I would like to test it, but the setup is hard [17:40] hey GaryvdM [17:40] the real fix is to test the index code to make sure they return ST [17:41] and the Remote streaming code, etc. [17:41] jam: no worries, I always run the full test suite when I review, I wanted to give view the approval in advance [17:41] s/give view/give you/ wow..... what's that for a typo ? [17:42] lol [17:42] vila: you know, I didn't even notice === deryck[lunch] is now known as deryck [17:43] I read 'you' just fine [17:43] 'give you' [17:43] it sounds the same as 'give view' [17:44] yeah, that's what surprises me the most... [17:44] *I* supposed to make typos because my fingers slip, not that kind of typo (I don't even think I ever do that in French...) [17:45] OR only on purpose for jokes... [17:47] it *was* an impressive coincidence. [17:47] you had just talked about 'review', so it could be just that [17:49] it also carries the meaning: "I wanted to give you visibility on my review" more freudian that way :) [17:50] bialix: http://pastebin.com/m829db9b is an alternative that *also* fail before your patch and succeeds after [17:50] bialix: just to maintain the universe balance, that makes a two-line fix with one-line test fix :) [17:51] bialix: hope you're reading the log history... [17:51] vila: lol - Was just about to point out to you that he's not here... [17:52] GaryvdM: I know he's gone, but I'll quit shortly... But now, *you* are responsible to carry that paste :-D [17:52] Oh No. === beuno-lunch is now known as beuno [18:42] I do "cd /home/sven/project/test" then "bzr whoami 'Sven '", then a bzr whoami, and it shows the right thing.. Then I do a "bzr whoami /home/sven/project/test" and bzr tells me: "/home/sven/projects/kloud" does not seem to contain an email address. This is allowed, but not recommended. [18:42] what is this about? the whoami is a global setting or just per project? [18:43] phoenixz: Well, "bzr whoami /home/sven/project/test" tries to set your name to "/home/sven/project/test". [18:43] Peng: ah, doh! [18:43] phoenixz: s/tries to set/sets/, probably. [18:44] phoenixz: I'm not sure if you can set it per-project. You could try setting it in ~/.bazaar/locations.conf or $branch/.bzr/branch/branch.conf [18:47] phoenixz: you can use "bzr whoami --branch USERNAME" to set it for a specific branch [18:47] or, as Peng said, use locations.conf to set it recursively somewhere [18:48] Oh, I didn't know that. [19:09] this one ring a bell to anyone? http://paste.ubuntu.com/307835/ "bzrlib.errors.BzrCheckError: Internal check failed: Cannot add revision(s) to repository: missing chk node(s) for parent_id_basename_to_file_id maps" [19:11] When I do an bzr annotate --all --long file.php, I get lines like this: 1 sven@kionetworks.com 20091102 | * blah blah blah [19:11] I see email, a date, but what is the 1 in the first position of that line? [19:12] revno [19:13] Tak: yeah, just found it in the help too, thanks! [19:18] Another question.. BZR does NOT have support for copy, right? How do I do it with.. well, under SVN I had a template library, I used to copy all my libraries from there.. Make a small update to the template library, merge it to the other libraries, etc.. But with BZR, there seems not to be such a history possible.. How would I do this? [19:23] rockstar: (see my question above?) [19:23] kfogel_, what version of bzr are you using? [19:23] kfogel_, fair warning: if you say 1.17 I will slap you. :) [19:23] rockstar: 2.0.1 [19:23] rockstar: :-) [19:24] kfogel_, huh, okay. jam? ^^ [19:37] Another question.. BZR does NOT have support for copy, right? How do I do it with.. well, under SVN I had a template library, I used to copy all my libraries from there.. Make a small update to the template library, merge it to the other libraries, etc.. But with BZR, there seems not to be such a history possible.. How would I do this? [19:37] Right. Bazaar does not support copies. [19:38] Peng: so how could I do what I just mentioned? [19:38] or better, will copies be supported in the future? [19:38] phoenixz: Probably, but likely not any time soon. [19:38] And another one.. I just added an entire tree, and one directory keeps showing as unknown.. When I specifically add that directory with bzr add, I get bzr: ERROR: '/home/sven/projects/blah/lib.e/blah/directemplate' is not a working copy [19:38] phoenixz: Why not make the template thing a branch, and make your other projects branches of it? [19:38] what is this about? [19:39] phoenixz: Not sure. Does that directory have a .bzr, .svn, .git or .hg directory in it? [19:39] Peng: Well, Im considerring making each library a branch, but since we have like 140+ libraries to manage.. gets to be a lot of branches.. [19:39] Peng: bingo, it has an .svn directory in it yeah! === EdwinGrubbs is now known as Edwin-lunch [19:56] If I have a branch with in there various directory, and each directory is a library.. Can I -at one point- branch each of those libraries from the current branch? [19:56] simply said, can I create branches from sub directories in a branch? === nxvl_ is now known as nxvl [20:14] phoenixz: Eh. Are you looking for "bzr split"? [20:15] vila: thanks for paste, but your variant is completely new. I think you have to send merge request yourself [20:17] bialix: well, *you* found the fix, I was just curious about how to test it :-) [20:18] bialix: I'll send the fix tomorrow and give you credit. Deal ? [20:18] Peng: I dunno, let me see what "split" does :) [20:27] vila: the fix was so simple, so I don't dare to get credits really [20:28] vila: do as you wish, please [20:28] vila: and thanks [20:29] hello [20:30] how can I instruct my friend on windows to checkout to a branch at a gforge install with bzr plugin? [20:30] what? [20:31] GaryvdM: heya [20:32] Hi bialix [20:32] how's 0.16? [20:33] Has not happend yet... :-( [20:33] do you want 0.15.1? [20:33] Weekend was not productive, but I'm making some progress now. [20:33] btw about qcommit anf grouping [20:34] I found several really weird cases on weekends while I'm working on my project [20:34] e.g. remove many files and dir itself [20:34] or rename many files to some folder [20:35] Ok -I'll take a look [20:35] also bug 471591 [20:35] things like '/foo.txt => foo.txt' is not really looks fine [20:35] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/471591) [20:35] Huh - I though I fixed that. [20:35] sometimes I just think folders does not works good [20:35] err [20:36] I mean sometimes group by folder is not really fine [20:36] and absence of any icon for deleted files/dirs is irritating [20:37] bialix: It's easy to make a config option for it. Should I do that? [20:37] (switching off trees) [20:37] group/no group? [20:37] yes [20:37] maybe, but not tonight perhaps [20:37] yes - other things I need to do [20:37] I don't want to slow down, just produce some feedback because you asking me in saturday [20:38] Yes - I do want feedback. [20:38] These things are so subjective. [20:39] So you don't like the way moves show? [20:40] I can't say for sure [20:40] it's not very intuituve [20:40] sometimes it looks buggy [20:41] I'm not sure what it should be in ideal [20:41] plain list is more straightforward, though I understand some people may want folders [20:45] moin [20:45] bialix: If a file has moved, then I try show the path it was moved from relative to it the dir it has been moved to. [20:50] morning lifeless [20:50] bialix: like ../../foo => foo [20:50] :-/ [20:50] IMO we need to show moves separately [20:51] bialix: maybe "foo (moved from /bar/) [20:51] or show full pahs, e.g. foo.txt =>dir/foo.txt [20:51] dir/ [20:51] this first slash is really weird for windows-minded people [20:53] ? I use to do "\Program File\xxx\bzr.exe" long before I ever heard of linux [20:53] maybe "foo (moved from bar/) [20:54] I understand your intent to highlight root of the tree [20:54] GaryvdM: I don't try to hurt you, sorry [20:55] No problem - Just trying to work out what is the best for all. [20:55] heh [20:56] best for all :-) [20:57] bialix: I've just pushed to trunk the rename and move functionality for qcommit and qbrowse [20:57] ok [20:58] my i-net is not very well tonight though [20:58] and if you rename/move a file out side of bzr, you can select the missing, and the non-versioned, right click, and choise "Mark as moved", which does a mv --after :-) [21:03] I've got my own project in bzr, and I've currently got a populated debian directory [21:04] I'm thinking the debian dir would be a good candidate for splitting into a sub tree [21:04] I ran bzr upgrade (on karmic), and then ran bzr split debian [21:04] then I did bzr join --reference debian [21:04] I committed both . and debian [21:04] but now if I branch from the repo, I don't get the debian subtree [21:04] what am I doing wrong? [21:06] corp186: at least for ubuntu, standard packaging practice is to use a single tree for the code & debian dir [21:06] corp186: thats what the build-by-commit code will be looking for [21:06] lifeless: what about when after I submit it for ubuntu, some debian dev wants to maintain the package in debian? [21:07] they've a bunch of options [21:07] debian developers do it all sorts of different ways [21:07] what I do recommend is that you have two branches: [21:08] 'upstream' and 'packaging' [21:08] the packaging branch adds the debian dir and other packaging metadata. [21:08] first, I'm upstream [21:08] so this isn't traditional in that sense [21:08] and second, I don't want to have to continually merge code between branches [21:09] if I have a subtree for the debian/ dir, I can keep all the code in one branch, and have separate debian branches for different distros/releases [21:10] corp186: I'm upstream for a number of things too, and it is quite traditional. [21:10] lifeless: even so, isn't it a pain to be merging between different branches just for packaging? [21:10] Debian policy frowns on upstreams having a debian dir in their releases [21:11] and a nested branch will show up as a debian dir [21:11] corp186: not at all, I package about 20 things from cron at the moment, using bzr-builder and a merge recipe. [21:12] lifeless: release tarballs would have the debian dir manually removed [21:13] and I'm not that interested in maintaining release scripts merging things between various branches [21:13] I guess, why wouldn't the debian dir be a good candidate for being a subtree? [21:14] I see that it may not be that bad to have separate branches, but subtree still seems like a better approach [21:14] then you'd still have a debian dir in the upstream branch [21:15] bob2: it's not against policy to have a debian dir in the repo [21:15] just not in the tarball releases [21:17] side-stepping details about packaging, can anyone help diagnose why bzr branch doesn't branch the subtree as well? [21:21] corp186: nested trees aren't a supported feature yet [21:22] oh? [21:22] I didn't realize that [21:22] I figured since it's in there, it must work [21:26] lifeless: since you've had some experience with being upstream and doing packaging, do you do things as native packages, or do you somehow generate the diff.gz file with the debian directory? [21:28] I generate the tarball from my trunk or release branch, which doesn't have the debian dir. [21:28] I merge to my debian packaging branch & build debian packages from there, which uses the tarball and generates a regular package. === RAOF_ is now known as RAOF [21:29] I dont understand [21:29] how would i setup bazaar for team collaboration ? [21:30] ? [21:31] enatom: Bazaar can be use in many ways. Some of these are documented here: http://doc.bazaar-vcs.org/latest/en/user-guide/bazaar_workflows.html [21:32] do i have to install it on the internet, to get my team from overseas to work together [21:32] i dont get it [21:32] enatom: I guess that you want to have "Decentralized with shared mainline" [21:33] enatom: All you need is a shared location that any of the team can access. [21:34] enatom: this can be via sftp, ftp, webdav, smb etc... [21:34] enatom: If you can setup a bzr server, you will have better performance. But this is not a requirement. [21:36] enatom: Do you have such a location? [21:37] GaryvdM, i have a hostgator account [21:37] would that be ok ? [21:39] enatom: Not ideal, but it would work. You would need to give the password to each of the team. [21:39] ok, fair enough but i dont understand [21:40] what do i actually install on the server [21:40] like with phpmyadmin, its just a php script [21:40] but what the hell is bazaar, it aint a php script [21:40] is it? [21:40] btw if you havent noticed [21:40] iv never used a versioning control system [21:40] but would like to [21:41] enatom: As I said, you don't have to set up a server. All you need is a shared folder, that you can all right to. [21:41] so would i need my computer on, so people can connect to my computer and work of it, with bazaar installed ? [21:41] enatom: it wouldn't hurt to read http://doc.bazaar-vcs.org/latest/en/user-guide/index.html through to get an idea of what bzr is, how to use it, and how to install it [21:44] enatom: If you are working on a open source project, there are sites that will host it for you for free, e.g. http://launchpad.net/ [21:44] and does launchpad use bzr ? [21:44] Yes [21:44] oh cool [21:45] so is git or bzr better? [21:45] coz im hearing github is pretty big [21:45] enatom: I doubt you'll get an honest answer in #bzr [21:45] bzr, but I'm biased... [21:45] I didn't mean dishonest, just biased [21:45] yeah but what exactly is the difference [21:46] enatom: http://bazaar-vcs.org/BzrVsGit [21:46] gits way complex anyway [21:46] github is big, but does a *lot* less than launchpad. [21:46] Also, I think it's smaller than launchpad, too, so if you're going by size... ;) [21:46] enatom: Oh - don't go to that page, it's out of date. [21:47] im using ubuntu btw [21:47] anyone heard of Nautilius SVN [21:47] and also , is there any Video tutorials or similar on using bazaar [21:48] Where can I find a list of the short status indicators that BZR might give me for bzr st -S ? [21:49] enatom: There is a Nautilius bzr, but it's needs some work. I can recommend using bzr-explorer if you looking for a gui to easy you into things. [21:49] wait, doesnt BZR already have a GUI [21:50] wtf is BZR if it aint a GUI [21:50] someone here, should really do a Youtube Video tut [21:50] 137 people, would it hurt to do a quick video [21:51] to get beginners into things [21:51] like theres no videos on youtube or google [21:52] enatom: Bazaar started out as a command-line program, like many/most other VCSes. [21:53] yeah [21:53] but i mean does it have a Gui now ? [21:53] Yes - bzr-explorer [21:53] or do i need to isntall certain things like this nautilius thing or bzr explorer [21:53] so do i install both? [21:53] bzr and bzr-explorer? [21:54] enatom: If you install bzr-explorer, it will automatically install bzr [21:54] enatom: what version of ubuntu are you running? [21:54] karmic [21:55] so is the standalone bzr just a command line app? [21:55] yes [21:56] ok, so iv gone into Ubuntu Software Centre, ... and iv typed in bzr [21:56] it has Bazar version control system [21:56] and olive bazaar branch manager [21:56] and it also has "diffuse merge tool" [21:57] enatom: I just checked - bzr-explorer is not in karmic, but you can install it easily by adding the bzr ppa [21:58] what is a "ppa" [21:58] package archive [21:58] ok whats the ppa for it [21:59] Ah - just hold on a sec. [22:01] enatom: This will install bzr-explorer in 2 steps - Form the command line run: [22:01] sudo apt-get install qbzr [22:01] ok ill do that now, and how would i unistall it when i need to [22:01] bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:02] ok [22:02] sudo apt-get remove qbzr [22:03] rm ~/.bazaar/plugins/explorer -r [22:03] To uninstall ^^^^ [22:04] enatom: Someone is working on packing bzr-explorer this miniute, so it will be more easy in the future. [22:04] btw is this the explorer bzr homepage [22:04] enatom: http://doc.bazaar-vcs.org/explorer/en/ [22:04] by packing do you mean, available on the ubuntu software center ? [22:04] Yes [22:04] enatom: what do you hope to use bzr for? [22:05] i sware to god, if i learn how to use it, ill make the video tutorials for others like me to learn easier [22:05] php app [22:05] Great [22:05] im developing a social networking app for graphic designers onlocalhost [22:05] why is what ill be doing with it, importnatn ? [22:05] important* [22:06] Just intrested. bzr will work well for that. [22:07] oh ok [22:07] ill wait for the guy to package it [22:07] that way i can install it via software center, and which will be easier to remove if needed [22:07] i dont like typing stuff in terminal [22:08] wow [22:08] bazaar is made by canonical [22:08] :) [22:12] GaryvdM, has he packaged it yet? [22:12] enatom: Not yet - It will take some time. [22:12] how long ? [22:13] kind of waiting for him, to do it, so i can install it [22:14] https://bugs.launchpad.net/bugs/425507 [22:14] Ubuntu bug 425507 in ubuntu "[needs-packaging] bzr-explorer should be packaged in ubuntu and the ppa" [Wishlist,In progress] [22:14] enatom: you can subscribe to that bug. It will notify you when it he is finished. [22:15] how long does things like tha ttake [22:15] 1 week ? [22:15] 2 hours? [22:16] also what is "signed revisions" ... in the features comarison table of all VCSs its says bazaar does "partial" signed revision [22:17] enatom: Signing them with GPG, so that you can be sure of their authenticity. Unfortunately, Bazaar doesn't support the "verifying" part yet... [22:17] whats GPG ? [22:17] enatom: I would just install it with the command I gave you - It is quite a simple command. [22:17] sure GaryvdM [22:17] enatom: Google it. [22:17] i have, many abbreviatiosn come up [22:18] which GPG? [22:18] http://en.wikipedia.org/wiki/GNU_Privacy_Guard [22:19] Where can I find a list of the short status indicators that BZR might give me for bzr st -S ? [22:21] GaryvdM, you gave me to commands to remove it, which where "bzr branch ip:bzr-explorer" and sudo apt-get remove qbzr [22:22] what does this do : bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:22] enatom: I gave you 2 commands to install it, and 2 command to remove it. [22:22] To install: [22:22] sudo apt-get install qbzr [22:22] ok i installed that [22:22] i did that now [22:23] bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:23] i pressed y [22:23] it installed [22:23] now the termainal says "processing triggers for python-support..." [22:23] and its kind of stuck here [22:25] how to i run bzr-explorer ? [22:28] enatom: run bzr explorer [22:28] yeah how, there is not icon in the applications menu, or the desktop [22:30] how do i run bzr explorer [22:32] enatom: when the packing is done, it will create a icon for you. [22:32] enatom: for now: step 3: create the icon your self [22:33] how? [22:33] or run it form the command line. [22:33] where? [22:33] how? [22:33] whats the command? [22:33] bzr explorer [22:33] bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:33] sorry i mean [22:33] enatom@enatom-laptop:~$ bzr explorer [22:33] bzr: ERROR: unknown command "explorer" [22:33] enatom@enatom-laptop:~$ ^C [22:33] enatom@enatom-laptop:~$ [22:34] enatom: did you run bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:34] GaryvdM, i typed bzr explorer... and i got this :enatom@enatom-laptop:~$ bzr explorer [22:34] bzr: ERROR: unknown command "explorer" [22:35] no i didnt run that command line, that was just on my clipboard accidently pasted it here [22:35] but [22:35] enatom@enatom-laptop:~$ bzr explorer [22:35] bzr: ERROR: unknown command "explorer" [22:35] enatom: you must run alos run this command to install bzr-explorer: [22:35] bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:35] *also [22:36] enatom: that will get the source code for bzr-explorer using bzr [22:36] dude can you refer to a tutorial that i can follow to install this easeily [22:36] this is complicated [22:37] entom: http://doc.bazaar-vcs.org/explorer/en/install-linux.html [22:38] you allready have qbzr [22:38] entom: now you need to get bzr-explorer [22:38] im getting this error: You have not informed bzr of your Launchpad ID, and you must do this to [22:38] write to Launchpad or access private data. See "bzr help launchpad-login". [22:39] when i enter this bzr branch lp:bzr-explorer explorer [22:39] enatom: you can ignore that for now [22:39] ok ignored [22:39] Where can I find a list of the short status indicators that BZR might give me for bzr st -S ? [22:39] its not working [22:40] enatom@enatom-laptop:~$ bzr branch lp:bzr-explorer explorer [22:40] You have not informed bzr of your Launchpad ID, and you must do this to [22:40] write to Launchpad or access private data. See "bzr help launchpad-login". [22:40] Branched 311 revision(s). [22:40] enatom@enatom-laptop:~$ bzr explorer [22:40] bzr: ERROR: unknown command "explorer" [22:40] enatom@enatom-laptop:~$ [22:40] enatom: You did not read the instructions on http://doc.bazaar-vcs.org/explorer/en/install-linux.html [22:40] "Then change to the directory holding your plugins (normally ~/.bazaar/plugins) and run" [22:41] or just ran the commad I gave you: [22:41] bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:41] ok [22:42] phoenixz: the source code. I'll look for you now. [22:42] ok i did what you said, and its still not working GaryvdM [22:42] : enatom@enatom-laptop:~$ bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:42] You have not informed bzr of your Launchpad ID, and you must do this to [22:42] write to Launchpad or access private data. See "bzr help launchpad-login". [22:42] bzr: ERROR: Parent of "/home/enatom/.bazaar/plugins/explorer" does not exist. [22:42] enatom@enatom-laptop:~$ bzr explorer [22:42] bzr: ERROR: unknown command "explorer" [22:43] enatom: run: [22:43] mkdir ~/.bazaar/ [22:43] GaryvdM: Im not too much for the sourcecode myself.. thanks! Maybe something that could be documented in a wiki somewhere? [22:43] mkdir ~/.bazaar/plugins [22:45] ok did that and i just typed in : bzr branch lp:bzr-explorer ~/.bazaar/plugins/explorer [22:45] after making the directories [22:45] its downloading something [22:46] ok so its done [22:46] basically [22:46] all i had to do was setup a plugins folder [22:46] its running now woop [22:46] the next hurdle : understanding [22:46] cheers GaryvdM [22:46] \o/ [22:46] just for clarification [22:47] what is qbzr and what is bzr-explorer ? [22:47] GaryvdM, [22:48] phoenixz: not sure. Docs are here: http://doc.bazaar-vcs.org/latest/ [22:48] GaryvdM: could you find anything in the sourcfe code? [22:48] enatom: I'm one of the devs for qbzr [22:48] cool [22:48] but what is it ? [22:48] phoenixz: yes in multiple places [22:49] enatom: we started building a gui based on the Qt toolkit. We have many powerfull commands: bzr qlog, bzr qcommit, etc.. [22:50] enatom: We have not finished our main window. [22:50] enatom: The starting point [22:50] so whats the difference between Bzr-eplorer and qbzr ? [22:50] enatom: bzr-explorer is just a main window, that uses qbzr for all its other windows. [22:51] oh ok [22:53] GaryvdM: Guess I'll just have to figure this the hard way [22:53] phoenixz: http://paste.ubuntu.com/307983/ [22:54] GaryvdM: another question.. in SVN I could svn delete a file.. How do I do that with bzr? don't see no delete... bzr remove? bzr help remove shows more soemthing about stopping with tracking [22:54] phoenixz: Yes, bzr remove (aka rm). [22:54] okay [22:56] GaryvdM: thanks for the list! [22:56] pleasure [22:56] phoenixz: It was gather with a quick skim over the source. So I may have missed somthing... [22:58] GaryvdM: don't worry, I just want the most important one.. Working on an web based versioning interface that can work as front-end for SVN, SVK (strarted on that), GIT and bazaar.. Since I work with PHP and don't have a BZR library available, I just shell interface for the commands [22:58] not perfect, but it works [22:58] I see [22:59] GaryvdM, if i want to add a new project to my localhost as the location what would i enter in "location" field ? [23:00] should i enter /var/www/ ? [23:00] /var/www/my_project [23:00] Good morning. [23:00] Hi spiv [23:01] and how would i access the files via a browser [23:01] would http://localhost get me to that folder [23:01] OMFG !!!! [23:01] I JUST GOT A GOOGLE WAVE INVITE [23:01] I JUST GOT A GOOGLE WAVE INVITE [23:01] enatom: I think thats a question for #apache [23:02] enatom: As I understand it, that means you now have 8 invites to give out. I hereby stake my claim to one! [23:02] CALM DOWN PEOPLE, LET ME REGISTER MINE [23:02] I ONLY JUST RECIEVED THE EMAIL [23:03] OMFG [23:04] omfffffffffff gooood! [23:04] google wave [23:08] GaryvdM: bzr add file will always producs +N when bzr st -S ? [23:08] GaryvdM, Do you have a google wave account ? [23:08] I GOT 8 GOOGLE WAVE INVITES TO HAND OUT [23:09] enatom: Nope - But I would not mind one. garyvdm@gmail.com [23:09] OK, ILL SEND YOU ONE NOW [23:09] phoenixz: Yes [23:09] ANYONE ELSE ? [23:09] Throw one at raof@ubuntu.com, please :) [23:09] enatom: thanks [23:10] ROAF [23:10] ROAD [23:10] ROAF [23:10] r. a. o. f. ;) [23:10] RAOF HOW EVER THE HELL YOU SPELL YOUR NAME [23:10] uhm where abouts do you live ? [23:10] .au [23:10] GaryvdM, where abouts do you live ? [23:11] raof, you have to suck my balls abit, coz it aint fair on GaryvdM , his helped me quite abit today [23:11] and you aint done shit [23:11] so... do something [23:11] Um... [23:12] I can point you at GNOME Do? [23:12] point me? [23:12] apturl://gnome-do [23:12] whats the do ? [23:12] what does that do ?* [23:12] What ever you tell it to :-) [23:13] It's a bit like quicksilver on Mac. It's an... "action interface", I guess. [23:13] enatom: He has a @ubuntu.com address, which mean he is a ubuntu memeber, which mean he allready rocks! [23:13] GaryvdM, is RAOF an important person, like does he develope things like you ? [23:13] or is he just a bum, who hangs around here [23:14] If you *haven't* tried gnome-do, I'd suggest giving it a whirl. It's awesome, and I don't only say that because I'm the maintainer :) [23:14] enatom: He is a ubuntu member which means he is a hardcore dude [23:14] Hm? Somebody call for a bum? [23:14] no we dont need bums [23:14] enatom: You have to do lots of work to become a ubuntu member! [23:14] Oh. [23:14] oh ok [23:14] * fullermd slumps back to his cardboard box. [23:14] well ill send you guys one [23:15] raof and GaryvdM will be getting an invite soon [23:15] Thanks. And try out gnome-do. It's awesome! [23:15] yeah i already have gnome do [23:15] using it now, pretty good actually ¬_¬ [23:15] nice work [23:15] fullermd: Just a question... SVN has Add, modified and "added and modified"... does BZR has that last one too? [23:16] RAOF: gnome-do? whazda? [23:16] phoenixz: Well, I don't know what svn means by that. It doesn't seem to make sense; if it's added, there's no previous version to say 'modified' against. [23:17] phoenixz: Heh. Install the package, give it a whirl :) [23:17] fullermd: ah, now I remember.. added and modified is where the previos revision was a copy.. SVN supports copy, BZR does not.. if I would svn copy a file and then modify it, it would be added and modified.. [23:18] phoenixz: you can have modified and renamed in bzr though [23:18] GaryvdM: ah, thanks, another one for my list.. [23:19] GaryvdM, and RAOF , apparently i have to wait a couple of days till i hand out the wave invites, since im a new user i can only go through the "Preview" period [23:20] its pretty shit actually [23:20] i cant "wave" to anyone else, since no one i know has a google wave account [23:20] enatom: I see. They did the same thing with gmail. [23:20] yeah and also... you get another email [23:20] enatomx@googleWAVE.com [23:20] oh THAT sucks.. [23:21] yeah, well ill send you a blank email, to keep you in my contacts when till i can actually send the invites out [23:30] by the way, may I add that I really hope BZR will be supporting file copies? This was really a rather nice option of SVN / SVK, where all file history was preserved... [23:33] phoenixz: we'd like to add that, but it's not at that top of the todo list yet. [23:45] i cant write to my WWW folder,