=== oubiwann_ is now known as oubiwann === oubiwann_ is now known as oubiwann === raimue is now known as Raim === GaryvdM is now known as GaryvdM_work [09:56] GaryvdM_work: hi [09:56] GaryvdM_work: quick question: how's grouping in qcommit/treewidget supposed to work? [09:57] if I have 2 changed files in one directory they're not grouped into folder, is it intended? [09:58] GaryvdM_work: here is http://imagebin.ca/view/xZhU_h.html [10:00] bialix: if there are more than 4 file, it's grouped [10:00] hmmm [10:00] IMO 3 is better [10:01] ok, anyway, thanks for answer [10:02] bialix: The const for that is in lib/treewidget.py line 116 [10:02] http://bazaar.launchpad.net/~qbzr-dev/qbzr/trunk/annotate/head%3A/lib/treewidget.py#L116 [10:03] aha, thanks [10:03] You can see from my comment that I was thinking about making a config option for it [10:03] bialix: If you change it, or make it configurable, you will need to adjust the tests. [10:04] * bialix want qbug dialog to send bug reports to LP from command-line without browser, sigh, dreams-dreams [10:04] GaryvdM_work: ok, not now [10:09] hiya, i'd like to try using bzr hg plugin in order to push/pull to the hg project using hg forest extension. is it possible to achieve it? [10:18] gour: it seems pull you can, but push not yet [10:18] what's special about forest extension? [10:18] we have similar thing in bzr: scmproj plugin [10:24] bialix: forest try to solve something like svn's externals, i.e. nested repos [10:24] let me check that plugin [10:25] scmproj aims the same [10:25] but I've designed it to be VCS agnostic, though current implementation supports only bzr [10:25] that's ncie to hear [10:26] gour: why you don't use hg directly? [10:27] bialix: i've flakey internet conenction (mobile 3g) and running 'hg fpull' often fails forcing me to run 'hg recover' in subrepos, so i hope bzr might be more robust network-wise [10:27] ah, that's possib;e [10:27] ah, that's possiblke [10:28] rats [10:28] ah, that's possible [10:29] :-) [10:29] gour: so the problem in builtin hg pull? [10:29] or fpull does something bad behind the scene? [10:30] bialix: well, it should just traverse all the subrepos and full from 'em [10:31] bialix: i'll try scmproj and see how it works [10:31] full? pull? [10:31] gour: feel free to ask about scmproj, I'm the author and docs is not complete [10:31] s/full/pull [10:32] ok, i'll report back. bbs [10:32] ok [10:33] is it public project? [10:45] bialix: yep, tryton.org [10:59] gour: it's a big project [10:59] it seems you need bzr-hg in the end anyway [11:00] yeah...just wonder if i could organize repo in such a way to be able to pull in one swing [11:08] GaryvdM_work: found critical regression in qcommit: https://bugs.launchpad.net/qbzr/+bug/479068 [11:08] Launchpad bug 479068 in qbzr "qcommit crashed if there is removed files" [Critical,New] [11:08] :-( [11:09] * bialix back to 0.15 [11:21] bialix: Bug 479068 seems to be windows only [11:21] Launchpad bug 479068 in qbzr "qcommit crashed if there is removed files" [Critical,New] https://launchpad.net/bugs/479068 [11:21] It's beeing caused by the icon for removed items. [11:29] huh, now i read about bzr' nested tree... [11:31] considering that hg has forest which is supposed to be replaced with subrepos (not clean how it will look like), it seems that with 2.x release bzr is greatly reducing any possible gap with, at least, hg...git is anyway too complicated [11:31] gour: note that nested tree is not complete yet. [11:31] GaryvdM_work: ahh...what is missing? [11:32] still, chosing bzr over hg is very promising now [11:32] gour: I'm not exactly sure, but I think there is a working implementation, but it has not been merged to bzr.dev due to design concerns. [11:33] GaryvdM_work: i see there are 'join' and 'split' commands in 2.0 [11:36] gour: Status of nested trees: http://bazaar-vcs.org/NestedTreeProgress [11:36] thanks === mrevell is now known as mrevell-lunch [12:25] GaryvdM_work: but you fix it in one go with another bug [12:26] bialix: Yhea - it's not windows specific. [12:26] thanks [12:27] is it correct to write in NEWS about: Fixed compatibility with PyQt 4.4. [12:27] GaryvdM_work: ^ ? [12:27] bialix: With newer pyqt (4.6) you don't have to return a QVarent, but with 4.4, and 4.5 youdo [12:28] it's nice of course [12:28] bialix: Yes I should update NEWS - I'll do that later [12:28] I'm do it now [12:29] bialix: Any ideas on bug 479093 [12:29] Launchpad bug 479093 in qbzr "Treewidget: Can't revert from the context menu on windows" [Critical,Confirmed] https://launchpad.net/bugs/479093 [12:29] one sec [12:31] GaryvdM_work: does it occurs for any tree? [12:31] I'd say we keep read lock over tree and then trying to run operation which required write_lock [12:31] on Windows locks even within process are exclusive [12:32] * bialix knows everybody tired to hear this, last itme maybe: OSLMD [12:32] GaryvdM_work: steps to repsoduce, please [12:32] GaryvdM_work: steps to reproduce, please [12:32] bialix: all trees for me [12:33] bialix: are you using tbzr? [12:33] no, why? [12:33] "all trees for me" -- what it means? [12:33] bialix I am using tbzr - maybe it is due to tbzr [12:33] GaryvdM_work: btw, about building installer without TBZR, do you figure out what need to be disabled? [12:34] bialix: I have not looked yet. [12:34] ping me when you'll be about this [12:34] bialix: ok [12:34] I'll guide you [12:34] thanks [12:35] (but don't try to ping me at 3am -- unlikely I'll be up all night) :-) [12:36] GaryvdM_work: btw, do you have any opinion on my new command logging? I hope it's not irritating [12:37] * bialix personnaly found it useful to see what's going on behind the scenes as debug tool [12:37] bialix: I like the idea - but when used without --ui-mode - to goes away so quickly, I can't see it. [12:38] Yep, that's problem [12:38] bialix: if no --ui-mode, maybe write to stdout [12:38] we can emit it to terminal perhaps [12:38] right [12:38] yes [12:38] :-) [12:38] ok, I'll do it soon [12:39] I'm not sure about length at which I should it truncate [12:39] right now it's 128 chars, maybe I need to make it configurable via qbzr.conf [12:40] bialix: It would also be cool if you could have a console in explorer/qmain that shows everything that you have done, that you can also use as a shell. [12:40] like dolfin - I'll find a screen shot of that... [12:40] yeah, luks said something like that about qmain [12:40] when I've asked him why for there is blank area at bottom [12:41] GaryvdM_work: I'm still under high pressure on my work, should finish the milestone this week [12:41] I hope next week I'll have some free time for qbzr [12:41] bialix: cool. [12:42] I want to dedicate some time to finish and merge all merge proposals we have for very long time [12:42] sigh, my current job is boring - I'm battling to focus on work :-( [12:42] after *that* discussion in bzr ML I see it's not fair whinning for bzr devs while we have long standing backlog in our [12:42] qbzr is my escape :-) [12:42] :-) [12:43] do you want that I'll stop distract you now? ;-) [12:44] GaryvdM_work: and we desperately need good test suite, because it's hard to find regressions without running some edge cases [12:45] bialix: Yes - and after reading fullermd's mail , I think just finishing of other people work is not to bad (like I did with Craigs qlog multi select) [12:46] yeah [12:46] I'm mostly tear between bugfixing of existing code and review others code [12:46] no time for my own ideas at all :-( [12:47] our beloved core devs sprinting in Brisbane again? [12:49] jml: Are their any public notes of what you guys are talking about that the sprint? [13:05] * bialix waiting while Matthew Revell will get interview with Gary about Qbzr :-) [13:07] bialix: http://rudd-o.com/en/linux-and-free-software/a-cursory-look-into-kde-4-file-management-dolphin-beta/the-traditional-konsole-terminal-panel.jpg [13:07] bialix: http://kubuntuforums.net/forums/index.php?topic=3099210.0 [13:08] GaryvdM_work: cool [13:08] * bialix wanna such thing for windows [13:10] GaryvdM_work: I can reproduce the bug with lock even w/o TBZR [13:10] bialix: oh [13:10] GaryvdM_work: any chance you keep tree locked after you load it [13:10] in treewidget? [13:10] bialix: I don't think so. [13:11] * bialix trying to run with -Dlock [13:12] ghaa! [13:12] OSLMD! OSLMD! ODLMD! [13:13] GaryvdM_work: http://pastebin.com/d41c45c26 [13:13] suspicious place is tree_write_locked method trying to obtain read lock [13:14] GaryvdM_work: any bells? [13:14] am [13:15] bialix: I'll going to try specifically taking a write lock. [13:15] * bialix has added log to bug [13:16] bialix: Fixed :-) [13:17] it was quick [13:17] really [13:18] bialix: this was the fix. [13:18] http://pastebin.com/d60f4032c [13:20] GaryvdM_work: :-D [13:21] qbzr question : what's the dag-flavoured tree widget? [13:21] And is there one for Java? :-) [13:23] awilkins: we just use a std QTreeView, but we have a custom item delegate which renders the dag, and we implement the expanding and collapsing our selfs [13:23] GaryvdM_work, that's pretty much what I figured I'd end up doing [13:24] awilkins: May I ask, what for? [13:24] Tree control for SNOMED-CT, a polydimensional DAG [13:24] As in there is basically one main axis of traversal but there are also others [13:24] SNOMED-CT is a health ontology [13:25] awilkins: if using qt, there are bits you can reuse [13:25] does anybody knows the tool for windows to easily draw DAGs? I need prepare illustrations to my articles about bzr [13:26] something like these sexy graphs there http://doc.bazaar-vcs.org/migration/en/foreign/bzr-on-svn-projects.html [13:26] awilkins: and if you are rendering bzr log in another toolkit, there are also bits you can use [13:26] GaryvdM_work, I'll be using Java (either Swing or SWT) but I suspect there will be at least some logic I can reuse [13:26] awilkins: feel free to ask if you need any pointers arround the code. === mrevell-lunch is now known as mrevell [13:27] bialix, That's a great idea ;) [13:27] mrevell: :-D [13:27] :-O [13:28] lol [13:29] bialix: Maybe look at http://www.graphviz.org/ , but not as nice as what ever created http://doc.bazaar-vcs.org/migration/en/foreign/bzr-on-svn-projects.html [13:30] no, dot is not nice, it require many manual tuning to get what I need in the order and layout I need [13:31] I mean WYSIWYG tool [13:45] bialix: It seems igc has used inkscape to draw toughs graphs [http://bazaar.launchpad.net/~bzr/bzr-migration-docs/trunk/annotate/head%3A/en/_static/merge-with-parent.svg] [13:48] bialix: I think we can learn from http://www.understated.co.uk/2008/how-we-write-launchpad-announcements/ [13:49] GaryvdM_work: thanks, it's interesting (about announcements) [13:49] I need to look at Inscape, never saw it in action [13:50] GaryvdM_work: btw, you're missing summary in your announcement/NEWS [13:51] Sorry [13:52] np [13:52] I said this solely in the context of Relevant there http://www.understated.co.uk/2008/how-we-write-launchpad-announcements/ [13:56] btw GaryvdM_work, you don't need to send announcement to ru_bzr, because you're not member; I'm forwarding announcements myself anyway [13:57] Bialix: ok [14:09] GaryvdM_work: so what about Bug 479093? Do you forgot to push or do you want me to test it first? [14:09] Launchpad bug 479093 in qbzr "Treewidget: Can't revert from the context menu on windows" [Critical,Confirmed] https://launchpad.net/bugs/479093 [14:11] bialix: ah - push failed [14:11] * GaryvdM_work rebases [14:13] bialix: pushed now [14:14] thx [14:17] GaryvdM_work: working OK, thx, NEWS? [14:17] ok [14:19] interesting is it possible to teach bzr to understand recursive cbzr call, like: bzr bzr qci [14:33] bialix: I think qsubprocess will do that [14:33] it was half/joke [14:34] bzr qsubprocess "qsubprocess qci" [14:34] do those arguments keep being passed on? [14:34] bzr qsubprocess "qsubprocess 'qsubprocess qci'" [14:35] LarstiQ: yes [14:35] GaryvdM_work: yay:) [14:36] and I think if you bencode it, you can do more than 3 [14:36] lol [14:39] GaryvdM_work: I think I've caught a problem with qbrowse in qbzr 0.16.0 - do you want to know about it here or as a bugreport on lp? [14:39] smartgpx: Bug report is better - other wise I'll forget [14:39] OK [14:40] smartgpx: check the latest reports, today is bug day [14:42] Thanks - it was Bug #479068 [14:42] Launchpad bug 479068 in qbzr "qcommit crashed if there is removed files" [Critical,Fix released] https://launchpad.net/bugs/479068 [14:45] bialix: Oooh, bug day? Do you need help adding bugs? 8-} [14:47] fullermd: yes, please! [15:40] wrt Launchpad. Is it possible to UNsubscribe from bugs in which I no longer have an interest? [15:42] smartgpx: #launchpad [15:49] smartgpx: yes === nevans_ is now known as nevans [17:34] abentley: Hi. I filed a couple of MPs against bzrtools over the weekend. Is that sufficient or should I also be emailing the bzr ML? [17:35] maxb: that's sufficient. [17:36] thanks [18:42] jelmer: is the wizard in? [18:43] I have an svn repo where a branch was deleted and a new one was created with the same name [18:43] i would like to get a bzr branch containing the branch that was deleted. [18:49] dash: hey [18:49] dash: easiest way to do that is to create a new branch that is a descendent of the disappeared branch [18:49] dash: alternatively you can use svn-import --all and then use bzr heads --dead [18:52] ah. [18:52] i wondered if 'bzr get -r svn:12345' or whatever would do it [18:52] but apparently not [18:58] dash: no, that won't work [18:58] dash: perhaps we can support something like -rsvn:trunk@12345 though [19:04] jelmer: i'll just svn cp for now [19:04] no big deal. :) [19:04] thanks again [19:04] np === GaryvdM_work is now known as GaryvdM [19:21] verterok: I want to use bzr-eclipse :( [19:21] RenatoSilva: hi [19:21] verterok: hi man, please please apply the patch :D [19:22] verterok: or tell me how to build a jar for bzr-java-lib :( [19:23] RenatoSilva: I'm really sorry about that...I wasn't able to find the root cause but I'm still getting test failures [19:23] RenatoSilva: just "mvn package" in bzr-java-lib [19:23] RenatoSilva: I can build bzr-eclipse with you'r patch applied if that's ok with you [19:25] verterok: the patch was for bzr-java-lib, iirc bzr-eclise wasn't chnaged [19:25] verterok: also for xmloutput, but this one I think you're merged all the work [19:26] RenatoSilva: I know, but I can build a bzr-eclipse zipped update-site so you can use that [19:26] verterok: also I would need redstone xml-rpc fixed, not sure how to do it though [19:26] RenatoSilva: do you have a patch for it? [19:26] verterok: an update site with the patched version? it would be really nice :) [19:27] RenatoSilva: this hudson instance is running in my desktop, so the uptime (and bandwidht) is quite bad: http://steppenwolf.selfip.net/hudson/ [19:27] RenatoSilva: I have a win32 slave in order to test all components in windows and linux [19:29] verterok: bug 388300, last comment [19:29] Launchpad bug 388300 in bzr-xmloutput "Encoding problems in xmloutput: non-ascii URLs and ascii decoding of non-ascii strings" [High,Confirmed] https://launchpad.net/bugs/388300 [19:29] RenatoSilva: I have a branch that includes your patch + some fixes for win32 (only for the tests), http://steppenwolf.selfip.net/hudson/job/bzr-java-lib-xp%20%28encoding%20and%20tests%20fixes%29/changes [19:30] RenatoSilva: you can check the failing tests there ^ [19:30] RenatoSilva: actually, here: http://steppenwolf.selfip.net/hudson/job/bzr-java-lib-xp%20%28encoding%20and%20tests%20fixes%29/10/console [19:33] verterok: the test errors were not happening before the patch? isn't it related to the patch needed for redstone lib? [19:33] RenatoSilva: ok, so we need a patched redstone-xmlrpc? [19:33] RenatoSilva: don't know, let me check [19:34] verterok: see the bug 388300, lte me give you the exact comments.... [19:34] Launchpad bug 388300 in bzr-xmloutput "Encoding problems in xmloutput: non-ascii URLs and ascii decoding of non-ascii strings" [High,Confirmed] https://launchpad.net/bugs/388300 [19:34] RenatoSilva: I'm looking at it and also the xmlrpc patch in sf [19:35] verterok: comments 18-22 [19:35] verterok: the redstone lib always declares the xml as utf-8, but does not decode/encode the actual xml data with that same encoding [19:36] RenatoSilva: I can patch redstone xmlrpc and use a patched version in bzr-eclipse if that's what we need [19:36] RenatoSilva: I'll apply your patch to redstone and fire a new buil/testrun as soon I get home today [19:36] verterok: linux developers (including them) don't notice the problem because utf8 is the default system encoding in Java [19:37] verterok: I think the patch in the LP bug (read encoding from a config) is better than the one there in SF (hard-coded) [19:37] verterok: http://launchpadlibrarian.net/28683665/xmlrpc_fix.diff [19:37] RenatoSilva: yes, or even accepting the value in the XmlRpcClient constructor [19:38] Hi RenatoSilva [19:38] GaryvdM: hi [19:38] verterok: contructor? let me see [19:38] RenatoSilva: I wanted to explain something to you yesterday, but your rebooted to quickly [19:40] RenatoSilva: All though you can't work with a checkout on a NTFS dir from linux, you can work with the branch [19:40] GaryvdM: I didn't do a checkout [19:41] RenatoSilva: So you can branch to a linux drive, work there, and when you are done, push back to the branch on the ntfs drive. [19:41] RenatoSilva: A branch has a checkout by default, unless you say --no-tree [19:42] Is the lack of expansion of the ~ character on bzr+ssh a known bug? [19:42] GaryvdM: in windows, bzr diff returns nothing. I just go into the dir in Ubuntu, and bzr diff returns a lot of permission changes. Not sure what to do or how things should be, maybe the way Linux deals with NTFS should change [19:42] RenatoSilva: maybe working tree is a better word than checkout [19:43] GaryvdM: hummmm, like bzr branch /ntfs /reiserfs, then bzr diff won't show any diff? then when I'm done I push to the original branch, and everything will be ok? [19:43] Yes [19:49] verterok: wow there's a test there that took 39 years to run o.O [19:49] RenatoSilva: the reason that it guesses +x is so that you can execute files. [19:49] RenatoSilva: heh [19:49] Adys: 2.1 should support it. [19:49] GaryvdM: because ntfs does not have anything similar to +x, I see [19:49] RenatoSilva: looks like a silly bug in a hudson plugin [19:50] GaryvdM: it seems to me that it's really just that bzr should be aware about ntfs partitions, and ignore the +x bit [19:50] verterok: funny at least :) [19:50] yes - not sure if that is possible. [19:53] GaryvdM: why not use -x for all files, then +x for .exe, .bat and all executable extensions. I think it's a better approach [19:53] * fullermd looks around his *nix system for 'executable extensions'... :p [19:53] GaryvdM: I don't know even if any permission change in ntfs partitions should work [19:54] fullermd: ntfs partitions are not originally from *nix [19:54] RenatoSilva: It doesn't. If you set it to -x, it just goes back to +x [19:54] fullermd: they're likely to contain windows stuff [19:55] GaryvdM: hum, so the point is not even about the +x, but that all the permission stuff is completely irrelevant [19:56] GaryvdM: I think maybe ntfs driver could use the partition metadata, or some meta file, to manage the permissions, separate from the windows ones. Or maybe create some adaption between them [19:57] GaryvdM: hum adaption would not be possible, I think it's no sense. It should be a separate permission management, but stored in the partition itself. It would be nice [19:58] verterok: Guillermo iirc bzr-java-lib passes all the tests here, or maybe 1 or 2 fail, but because of '\' x '/' (I've reported a bug about it) [20:13] sprinters start running [20:15] verterok: when I click the test links I get a timeout [20:15] RenatoSilva: yeap, me too :( [20:15] RenatoSilva: looks like there's something worng with the apache config [20:15] RenatoSilva: I'm trying to fix it ATM [20:15] hello bialix, no not yet, I'm up early cause I couldn't sleep :-/ [20:16] hi vila [20:16] you're in Brisbane again? [20:16] yup [20:16] verterok: so let me understand, there's bzr-java-lib, and bzr-java-lib + my-changes, and bzr-java-lib +my-changes + your-changes-to-my-changes? [20:16] understand [20:16] Sleep is for wimps anyway. [20:17] RenatoSilva: nope, only bzr-java-lib and bzr-java-lib + my changes + your changes [20:17] where I can sign to be a wimp ? [20:17] RenatoSilva: but I can setup a job for your branch [20:17] RenatoSilva: once I fix the apache issue :/ [20:17] verterok: but why sin't my-changes there in LP, only in your local server? [20:17] Pshaw. You start sleeping, next thing you know you'll be expecting to eat too. [20:18] oh ! Good idea, didn't have dinner yesterday, I should go out and find some breakfast :) [20:18] verterok: that tool, hudson is for continuous integration, right? Not very familiar with that, my co-workers don't even do unit testing you know [20:19] RenatoSilva: https://code.edge.launchpad.net/~verterok/bzr-java-lib/encoding-and-test-fixes [20:19] RenatoSilva: ^ my changes + your changes [20:19] RenatoSilva: yes, I have a winxp slave so I don't have to run the tests manually in windows ;) [20:20] bialix: for lp:~craighewetson/qbzr/qrevert, command line files - no longer work - I try figure out a way to get arround this. [20:20] verterok: ok, so at the same time I was doing fixes separate from trunk, you were doing too, ok. So which test failures were due to trunk, to your changes, to mine, and to our? Do you have this data? [20:21] RenatoSilva: my changes are just test fixes (the / vs \ thingy in windows) [20:22] RenatoSilva: but let me setup you branch (wihtout my changes) as a hudson job so we have some real data :) [20:23] verterok: well iirc the \x/ was the only test failures, if you fixed them then trunk + your changes should pass all the tests, mine will break because of \x/ which is fixed only in your branch [20:26] GaryvdM: ok [20:26] * bialix trying to merge patches for bzr-explorer [20:26] why ubottu don't provide handy links for lp branches? [20:27] verterok: yes the \x/ is with bzr-java-lib: bug 399000 [20:27] Launchpad bug 399000 in bzr-java-lib "Test failures on Windows" [Medium,Confirmed] https://launchpad.net/bugs/399000 [20:29] any way to get irclogs.ubuntu.com edited? [20:32] verterok: taking a look at http://steppenwolf.selfip.net/hudson/job/bzr-java-lib-xp%20%28encoding%20and%20tests%20fixes%29/org.vcs.bazaar.client$bzr-java-lib/10/console [20:32] verterok: I think it may be encoding problem [20:34] verterok: maybe with the redstone lib [20:34] hi, i [20:34] oops [20:34] RenatoSilva: yes, now that you pointed me the patch, it might be [20:35] i'm embedding a checkout of module1 inside of project1, how can I make bzr upload upload the module too? [20:38] verterok: if you can debug, just check redstone's XmlRpcClient, see if the patch is apllied to it [20:54] god bless bash, i found a way: for file in $( find . -name .bzr ); do bzr upload -d $file $path/${file%/.bzr}; done; [20:55] RenatoSilva: http://steppenwolf.selfip.net/hudson/job/bzr-java-lib-xp%20%28encoding%20fixes%29/ws/bzr-java-lib/target/surefire-reports/ [20:56] RenatoSilva: those are the test results of your branch :) [20:56] verterok: asks user/pwd [20:56] RenatoSilva: yeap ;) [22:04] Good morning. [22:18] spiv: moin === mfer_ is now known as mfer [23:02] hey, I'm a lone developer scared of complicated version control :) looking for some help... my situation is... [23:03] I have installed Bazaar, I want to have master copy of my project on a mapped network drive, and I want to work on my project on my local hard drive [23:03] sounds reasonable [23:04] I have my files on the network drive at h:\www, do I initialize a project there then? [23:04] 'bzr init' [23:04] I was hoping to do this with the GUI :) [23:04] should I go to console? [23:04] which gui? [23:04] Bazaar Explorer [23:05] ah. never used that, sorry. [23:05] ok, I would really like you help anyway, I'll use console [23:05] click on start new project in bzr explorer [23:06] and then Initialize [23:06] ok done [23:06] And the browse and select h:\www [23:06] ok done [23:07] plain branch === AnMaster is now known as _[] [23:07] ok [23:07] * GaryvdM notes that bzr qinit has changed! [23:07] and ok [23:07] ok its working... [23:07] hmm maybe I should have added my huge image directory to the ignore list [23:08] You will still have a chance to do that [23:08] ok great [23:08] Amything: bzr init just inits the repo, your repor does not contain anything yet [23:09] Amything: you have to bzr add, to add all of them, or bzr add files/dirs [23:09] Then you go to "Open an existing location" [23:09] ah ok [23:09] and open [23:09] its still doing something [23:09] Amything: bzr ignore to ignore your images [23:09] ok finished [23:10] Amything: are you sure you don't want to version control your images? They won't be in your repo [23:10] they come and go quite rapidly in my testing, wont that slow things down? [23:11] lets just try it [23:11] better safe than sorry [23:11] Amything: I version my images for the websites that I do. [23:11] if you have rapid change of large binary files, you might want to find something other than bzr to manage those with. [23:11] yeah I have several thousand images in there [23:11] but it probably depends on what "rapid" and "large" mean :) [23:12] Amything: go to "Open an existing location" [23:12] and click on open [23:12] Searching for that one still [23:12] ok got it [23:12] thousand images? what's that? [23:13] its bunch of company logos [23:13] and pictures of there location as well [23:13] Amything: tell me when you see "Working tree is up to date at revision 0." [23:14] before doing "Open existing locatoin" ? [23:14] I have: Working tree differs from revision 0. [23:14] in my www(H:/) tab === _[] is now known as []_ [23:15] Good, now click Commit [23:15] ok [23:15] write message and ok? [23:15] Tick "Show non-versioned files" [23:15] looks good [23:15] see my fiels [23:15] files [23:15] And tick the files you want to add. [23:16] And you message can be something like "Initial Commit" [23:16] Will all subfolder come along? [23:16] Oh yea, that can be painfull [23:16] Cancel the commit dialog [23:17] and go into add [23:17] That is better at adding whole dirs. [23:17] ah ok [23:17] working... [23:18] You can add from commit, but it's only good for odd single files. [23:18] ok [23:18] Amything: you should not ignore the images just because they're many and/or big [23:18] yeah I inclued them [23:18] Amything - so you can choise not not add your images from the add dialog [23:18] Amything: but because they are not part of your versioning, and I suspect they are [23:18] you dont have to ignore them [23:18] taking some time [23:19] RenatoSilva: It's easy with bzr-explorer/qbzr to not add a dir without ignoring it. [23:20] RenatoSilva: but lets say you don't want to add *.pyc file - that should be done with ignore [23:20] GaryvdM: either ignored or unknown, I mean he wants to ignore the images [23:21] * Kilroo1 sighs. [23:21] I really need to try to set up a Windows build environment. [23:21] GaryvdM: and I suspect he should not ignore (no bzr add / bzr ignore) [23:22] Amything: Normaly things like add are very quick, but I think they are slow for you because you are doing this on a network drive. [23:22] ok [23:22] its around 400 meg as well [23:22] RenatoSilva: No - Thats what I'm saying - He does not need to ingore the images folder, just not add it. [23:23] GaryvdM: what I mean is that maybe he shoud add them [23:23] maybe I should cancel and just not add it while we do this? [23:23] Ok [23:24] Amything: Do you have the same dir on you local drive? [23:24] yes [23:24] Amything: could you explain what is your sofware and the relation with your imgs? === []_ is now known as {}_ [23:24] Amything: Lets frist create the branch on you local drive, and then push it to the server [23:24] *first [23:25] I'm exporting images from a database binary field into my filesystem [23:25] Then they def should not be versioned [23:26] yeah I will just do that when I go live I think [23:26] so I will cancel right? [23:26] yes [23:26] and close the www(H:/) tab and delete the .bzr files? [23:26] Amything: are you on windows or linux [23:26] windows [23:26] oh h: - windows [23:27] Amything: yes [23:27] ok done [23:27] and repeat with local [23:27] Cool - Do the sames steps on you local folder. [23:28] Amything: does your software rely on any expected value for the images? [23:28] not really [23:29] Amything: that is, there should be an image called abc in dir xyz, and the image should be a dog or a mail icon etc [23:29] Amything: if not, then what's the relation bewteen your sofware and the imgs at all [23:30] they are just used on a web page with img tag, no big deal if they are missing [23:30] and what does this have to do with your sofware at all? [23:31] when I go live I need to deploy these images to the server, but in testing they dont play any role [23:32] your software is the web site? [23:33] yes its a php project [23:33] ah ok [23:35] Committing... [23:35] Finished [23:35] Much quicker local [23:35] Still get "? Working tree differs from revision 1." [23:35] what could that be [23:36] What do you see if you click "Diff" [23:36] No changes found [23:36] still shows msg after refresh [23:36] ah ok its the directory I skipped [23:36] Dose it say anything under "Working tree differs from revision 1"? [23:37] yes [23:37] Unversioned (1) ? [23:37] ? finna/files [23:37] which is my skip folder [23:37] Ok - thats ok [23:37] cool [23:38] Hmm - now the folder that you want to keep this branch, allready contains the file. [23:39] That is going to cause conflicts when you try push there [23:39] I see [23:39] I may be eaiser to push do a different place. [23:39] *do=>to [23:40] so now when I work on my project locally and make a change I'm happy with, I commit it and the push it to the network drive correct? [23:40] yes [23:41] you think the files folder will be in the way of this? [23:41] Or just push there (h:\www), and then do del h:\www\*.moved /s [23:41] Amything: no, this is just something you have to overcome initialy [23:41] what kind of partition is your network dirve? [23:42] hmmm its a Windows 2000 server, not sure about the details [23:42] RenatoSilva: that won't matter. Different to what you were doing [23:43] GaryvdM: that would matter if it was Netware :P [23:43] how do I push to the network drive? [23:43] console? [23:43] bzr push [23:43] RenatoSilva: Ok - I see [23:43] Amything: Collaborate -> Push [23:44] Or F6 [23:44] GaryvdM: bug 452625 [23:44] Launchpad bug 452625 in bzr "No such file errors in Netware filesystems" [Undecided,New] https://launchpad.net/bugs/452625 [23:45] pushing... :) [23:48] Amything: Sorry - I must go to bed. It's 1:47 in the morning [23:48] ok thanks for all the help, save me a bunch of time [23:48] thanks again [23:48] Pleaser [23:48] Amything: once you have pushed, you will probably get lots of duplicate conflicts. [23:49] yeah I was getting some errors, trying something now [23:49] had the old files there, so I'm deleting them now [23:49] start with empty directory [23:50] Ok - that will work as well. [23:50] Ok night. [23:50] gn [23:54] bzr: ERROR: [Errno 22] Invalid argument [23:54] hmmmmmm [23:55] try using cmd line [23:57] same [23:59] hmm works locally