=== Starting logfile irclogs/bzr.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #bzr === Topic for #bzr: The Bazaar Version Control System | http://bazaar-vcs.org/ | Bazaar 0.91 is out - http://bazaar-vcs.org/Download | Please complete the Bazaar User Survey - http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d === Topic (#bzr): set by poolie at Wed Sep 26 07:07:44 2007 === abentley [n=abentley@bas8-toronto63-1088754407.dsl.bell.ca] has joined #bzr [06:08] back [06:16] igc, now that I think of it, was in inapropriate for me to use your slides? it just occured to me you might not of wanted them out yet === AfC [n=andrew@ip67-91-236-167.z236-91-67.customer.algx.net] has joined #bzr === n2diy [n=darryl@wlk-barre-208-103-147-69.dynamic-dialup.coretel.net] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === i386 [n=jdumay@202.47.1.18] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr [08:00] spiv, hi? [08:08] poolie: hello [08:08] poolie: I'm just replying to your review; it'll be on the list in a moment. [08:10] poolie: sent. I'm a bit unclear about what you wanted done to the test_suite generation. [08:13] ok [08:13] i guess basically i would rather that test_suite() methods were not using testloaders and so on them selves === bratsche_ is now known as bratsche [08:14] So you'd like the loader.loadTestsFromModuleNames to be elsewhere? [08:15] hm [08:16] And maybe direct calls to scenario_applier.adapt too? [08:16] am i correct in thinking that the test_check_reconcile tests are meant to be run once per (format, scenario) pair? [08:16] Right. [08:17] why can't you do two calls to multiply_xxx [08:18] one for the reconcile tests, and one for everything else? [08:18] I can, although that means figuring out what the interface to mulitply_xxx should be :) [08:19] what is wrong with the current one? [08:19] It also means leaving a "# test_check_reconcile is intentionally omitted from this list because it is parameterised further down." comment in the main list of modules. === metze_away is now known as metze [08:20] ok [08:20] (that was one of the minor annoyances that lifeless' suggestion avoided) [08:20] By the current one you mean "adapt_modules"? [08:20] though, really to me that suggests [08:21] maybe it's bad to have an exception here to the rule that every test within a subdirectory is run through the same parameters [08:21] Yeah, that's a good point. [08:21] i mean multiply_tests_from_modules [08:22] but since this isn't a different implementation, just a different test, it doesn't seem to need its own directory === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #bzr [08:22] Well, I'm not sure what you meant the interface for multiply_tests_from_modules to be, precisely. [08:22] that function already exists in tests/__init__ [08:22] Oh. === spiv looks [08:23] i think adding such a comment that test_check_reconcile is special [08:24] I can certainly use that to at least improve the way I combine the disk format scenarios and the remote scenario. [08:24] is no worse than the current list with [format_applier] repeated for each module but that [08:25] right, you can just pass in the concatenated lists rather than making an applier object [08:25] then [08:25] But multiply_tests_from_modules doesn't do the cross product I need for the other part. [08:25] no, you need to generate the cross product in making your scenario list [08:25] it multiplies tests by scenarios. [08:25] for scenario_class in brokenness_scenarios: [08:25] Right, I need to make a cross product of the scenarios. [08:26] for repo in all_repo_scenarios: [08:26] I can do that too, it just didn't occur to me and I didn't realise that's what you were suggesting :) [08:26] scenarios.append(..., ) [08:26] Ok, I understand now :) [08:26] ok [08:26] that actually makes it easier to trim out the repositories that don't make sense to test [08:26] I'm not sure why I didn't know about multiply_tests_from_scenarios sooner. [08:27] well, it's relatively new and not used everywhere [08:27] Yeah, rather than generating a bunch of tests that are doomed to skip. [08:27] i think it's a lot simpler than the lower level code though [08:27] Yeah, that will be an improvement. [08:27] i should probably go and update the existing callers to make them use this [08:27] um [08:28] (and it deals with my concerns about the coupling of module loading and scenario application in adapt_modules too) [08:28] i think it might actually be nicer if the applicability of scenarios was described on the class, not in test_suite() [08:28] so your brokenness tests would just be [08:28] mmm [08:28] class: [08:28] I think that couples things still wrongly [08:28] repeat_per_scenario = [every_repository, every_brokenness] === abadger1999 [n=abadger1@65.78.187.68] has joined #bzr [08:29] it couples the interface of the scenario with the application [08:29] I think that would be a mistake [08:29] what is 'that'? [08:29] putting them in the class? [08:29] yes [08:30] i don't understand you [08:30] uhm [08:31] I'm focused on my refactoring right now [08:31] I'll try to express myself better tomorrow or something === hdima [n=hdima@idealer.cust.smartspb.net] has joined #bzr === zorglu_ [n=zorglub@18.43.102-84.rev.gaoland.net] has joined #bzr [08:48] k folk, I'm off [08:48] poolie: 60% now I think. === lifeless waves === zorglu_ is now known as zorg_the_false === Mez [n=Mez@ubuntu/member/mez] has joined #bzr === thumper-office [n=tim@canonical/launchpad/thumper] has left #bzr ["Konversation] === thumper-office [n=tim@canonical/launchpad/thumper] has joined #bzr === thumper-office is now known as thumper === mvo [n=egon@p54A64806.dip.t-dialin.net] has joined #bzr === pbor [n=urk@host102-21-dynamic.60-82-r.retail.telecomitalia.it] has joined #bzr === raddy [n=raddy@59.92.196.115] has joined #bzr [09:38] Hello Everybody [09:38] Is it possible to browse and download latest commits via browser? [09:41] raddy: yes there are several web front-end on the website [09:42] in the 3rdpartyapps section if i remember correctly [09:43] i'm not sure what downloading a commit involves [09:43] zorg_the_false: is the web front end needs to be installed in the server or in client? [09:43] but browse, sure [09:44] raddy: dunno [09:47] raddy: what do you mean exactly? [09:48] thumper: see, i want to download latest code from bzr using project, is it possible via web browser? [09:49] raddy: and what do you hope your web browser will show you? [09:50] thumper: the file. or latest changes, kind of websvn [09:50] ok, and you want to see the latest changes of bzr? === fog [n=fog@debian/developer/fog] has joined #bzr [09:50] thumper: also want to download the specific file [09:51] raddy: http://codebrowse.launchpad.net/~bzr/bzr/trunk/changes [09:52] hehe go look on the site === sabdfl [i=sabdfl@ubuntu/member/pdpc.silver.sabdfl] has joined #bzr [09:52] you got screenshots and all === fog [n=fog@debian/developer/fog] has left #bzr [] === fog [n=fog@debian/developer/fog] has joined #bzr === pbor [n=urk@host102-21-dynamic.60-82-r.retail.telecomitalia.it] has joined #bzr === allenap [n=allenap@87-194-166-60.bethere.co.uk] has joined #bzr === allenap [n=allenap@87-194-166-60.bethere.co.uk] has left #bzr ["Leaving"] === cfbolz [n=cfbolz@p54ABBE1B.dip0.t-ipconnect.de] has joined #bzr === raddy [n=raddy@59.92.196.115] has left #bzr [] [10:12] lifeless: ping === lucasvo [n=lucasvo@wservices.ch] has joined #bzr [10:17] hi [10:17] my bzr doesn't run because of unsupported locales settings [10:18] hi lucasvo [10:18] i386, he's left [10:18] lucasvo, well, you should either set your locale to one that's supported on your machine [10:19] eg by LANG=C or LANG=en_AU.utf-8 or something [10:19] or enable that locale [10:19] on linux, that's often controlled by /etc/localegen.conf or something similar [10:20] poolie: http://pastebin.com/m578c789e [10:21] are you on ubuntu or debian? [10:21] sudo dpkg-reconfigure locales? [10:21] poolie: ubuntu dapper [10:21] what locale do you want to use? [10:22] en_USA [10:22] i think you mean en_US [10:22] or rather en_US.utf-8 [10:22] not sure [10:23] yes [10:24] poolie: the dpkg-reconfigure did not work === vila [n=vila@lec67-4-82-230-53-244.fbx.proxad.net] has joined #bzr [10:26] is en_US.utf-8 working in other situations on your machine [10:26] ? [10:30] poolie: ahh thanks [10:34] poolie: how can I set it? === fog [n=fog@debian/developer/fog] has left #bzr [] [10:39] to set the locale for your shell, just do [10:40] export LANG=en_US.utf-8 [10:40] New bug: #151208 in bzr "util/configobj should be deleted" [Undecided,New] https://launchpad.net/bugs/151208 [10:40] to set it for your whole session, which is generally what you want, choose the right thing from the gdm language menu === mrevell [n=matthew@canonical/launchpad/mrevell] has joined #bzr === Mez_ [n=mez@ubuntu/member/mez] has joined #bzr === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr === jrydberg_ [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr === mwhudson [n=mwh@62-31-157-102.cable.ubr01.azte.blueyonder.co.uk] has joined #bzr === Demitar [n=demitar@c-212-031-182-147.cust.broadway.se] has joined #bzr === bac [n=bac@canonical/launchpad/bac] has joined #bzr === smartgpx [n=smartgpx@pc585.cc.le.ac.uk] has joined #bzr === mwhudson [n=mwh@62-31-157-102.cable.ubr01.azte.blueyonder.co.uk] has joined #bzr === lucasvo [n=lucasvo@wservices.ch] has left #bzr [] === NamNguyen [n=NamNguye@cm38.delta196.maxonline.com.sg] has joined #bzr === igc [n=igc@ppp121-45-195-124.lns1.bne1.internode.on.net] has joined #bzr === luks [n=lukas@unaffiliated/luks] has joined #bzr === luks [n=lukas@unaffiliated/luks] has joined #bzr === bac [n=bac@canonical/launchpad/bac] has joined #bzr === EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #bzr === mrevell is now known as mrevell-lunch === corporate_cookie [n=richie@seraphim.asbury.edu] has joined #bzr === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr === Mez|Away [n=mez@torpor.sourceguru.net] has joined #bzr === Mez|Away [n=mez@torpor.sourceguru.net] has joined #bzr === niemeyer [n=niemeyer@200-138-54-64.ctame705.dsl.brasiltelecom.net.br] has joined #bzr === Mez|Away is now known as Mez === Mez_ [n=Mez@ubuntu/member/mez] has joined #bzr === mrevell-lunch is now known as mrevell === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr === jono [n=jono@ubuntu/member/jono] has joined #bzr === AfC [n=andrew@ip67-91-236-167.z236-91-67.customer.algx.net] has joined #bzr === Odd_Bloke [n=oddbloke@compsoc.sunion.warwick.ac.uk] has joined #bzr === bigdog [n=scmikes@72-197-8-8-arpa.cust.cinci.current.net] has joined #bzr === bigdo1 [n=scmikes@72-197-8-8-arpa.cust.cinci.current.net] has joined #bzr === mthaddon [n=mthaddon@canonical/launchpad/mthaddon] has joined #bzr === orospakr [n=orospakr@132.213.238.4] has joined #bzr === asak [n=alexis@201-13-31-131.dsl.telesp.net.br] has joined #bzr === bigdo1 [n=scmikes@72-197-8-8-arpa.cust.cinci.current.net] has joined #bzr === mwhudson_ [n=mwh@62-31-157-102.cable.ubr01.azte.blueyonder.co.uk] has joined #bzr === bratsche [n=cody@adsl-68-94-34-240.dsl.rcsntx.swbell.net] has joined #bzr === mwhudson_ is now known as mwhudson === nir [n=nir@moinmoin/fan/nir] has joined #bzr === BasicOSX [n=BasicOSX@216.243.156.81] has joined #bzr === BasicOSX [n=BasicOSX@errant.real-time.com] has joined #bzr === michelp [n=michelp@69-30-72-119.dq1sf.easystreet.com] has joined #bzr === dennda [n=dennda@ubuntu/member/dennda] has left #bzr [] === Demitar [n=demitar@79.136.4.233] has joined #bzr === cprov is now known as cprov-lunch === Mez_ [n=Mez@ubuntu/member/mez] has joined #bzr === bigdo1 [n=scmikes@72-197-8-8-arpa.cust.cinci.current.net] has joined #bzr === BasicMac [n=BasicOSX@errant.real-time.com] has joined #bzr [06:03] Is the author of the mini tutorial online and available, please? === BasicMac is now known as BasicOSX === AnMaster is now known as AnMaster_away === Starting logfile irclogs/bzr.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #bzr === Topic for #bzr: The Bazaar Version Control System | http://bazaar-vcs.org/ | Bazaar 0.91 is out - http://bazaar-vcs.org/Download | Please complete the Bazaar User Survey - http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d === Topic (#bzr): set by poolie at Wed Sep 26 07:07:44 2007 === orospakr [n=orospakr@132.213.238.4] has joined #bzr === Mez is now known as Mez|Away [07:40] New bug: #151353 in bzr-eclipse "Package renaming fails" [Undecided,New] https://launchpad.net/bugs/151353 === Vernius_ [n=tomger@p508AFD66.dip.t-dialin.net] has joined #bzr === luks [n=lukas@unaffiliated/luks] has joined #bzr [07:45] New bug: #151356 in bzr-eclipse "Invalid value in project properties" [Undecided,New] https://launchpad.net/bugs/151356 === phanatic [n=phanatic@dsl5400C542.pool.t-online.hu] has joined #bzr [07:56] New bug: #151357 in bzr-eclipse "Better detection of lack of bzrxml plugin" [Undecided,New] https://launchpad.net/bugs/151357 === orospakr [n=orospakr@132.213.238.4] has joined #bzr [08:35] New bug: #151371 in bzr-eclipse "bad char at end of log messages" [Undecided,New] https://launchpad.net/bugs/151371 === thumper [n=tim@canonical/launchpad/thumper] has joined #bzr === g0ph3r [n=g0ph3r@p57A096C3.dip0.t-ipconnect.de] has joined #bzr [08:44] wow, I finally come back to #bzr and nobody is around talking [08:44] Has the conversation gone away since I left? [08:46] ubotu's still talking. :) === pete__c [n=pete@015-822-631.area5.spcsdns.net] has joined #bzr === joejaxx [i=joejaxx@fluxbuntu/founder/joejaxx] has joined #bzr [08:57] [14:46:28] Error: I am only a bot, please don't think I'm intelligent :) [08:57] Huh. [08:57] I should start saying that to people/ === hsn_ [n=chatzill@234.114.broadband5.iol.cz] has joined #bzr === jrydberg_ [n=Johan@c80-216-246-123.bredband.comhem.se] has joined #bzr === taaz [n=dlehn@66.37.66.32] has joined #bzr === bac is now known as bac_afk === cfbolz [n=cfbolz@84.171.187.161] has joined #bzr === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #bzr === Gwaihir [n=Gwaihir@ubuntu/member/gwaihir] has joined #bzr === thumper is now known as thumper-office === n2diy [n=darryl@wlk-barre-208-103-148-40.dynamic-dialup.coretel.net] has joined #bzr [09:41] jam-laptop: hi. how are you? [09:41] !ubotu how are you [09:41] Sorry, I don't know anything about how are you - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [09:42] ubotu help me [09:42] I am ubotu, all-knowing infobot. You can browse my brain at http://ubotu.ubuntu-nl.org/factoids.cgi - Usage info: http://wiki.ubuntu.com/UbuntuBots [09:42] ubotu you rock [09:42] Sorry, I don't know anything about you rock - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi [09:42] james_w: Doing pretty well. Trying hard to get enough sleep :0 [09:42] that must be tough. [09:43] It can be, depends on the day. [09:43] it's good to have you back though. [09:44] the channel has seemed quieter on the user help front, but busier on development during .au time. [09:45] yeah, it has been good to see Martin doing more work lately. [09:45] :) [09:45] He has certainly been active at bug triage. [09:45] it's not that questions aren't being answered, but it seems we have less easy errors to make. [09:45] yeah, that's been great to see, the bug list did need some tending. === AnMaster_away is now known as AnMaster [09:59] jam-laptop: Hey dere, welcome back. How's the family? [10:00] Pretty good [10:02] Eggcelent. === marianom [n=marianom@252-58-231-201.fibertel.com.ar] has joined #bzr === thumper [n=tim@canonical/launchpad/thumper] has joined #bzr === Mez|Away is now known as Mez === Mez is now known as Mez|Away === Mez|Away is now known as Mez === thumper_laptop [n=tim@canonical/launchpad/thumper] has joined #bzr === mhagger [n=mhagger@kaiserty.in-dsl.de] has joined #bzr === jamesh [n=james@canonical/launchpad/jamesh] has joined #bzr === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #bzr === thumper_laptop is now known as thumper === bialix [i=chatzill@77.109.21.138] has joined #bzr [10:59] !ubotu bzr [10:59] bzr is Bazaar-NG, a decentralized revision control system designed to be easy for developers and end users alike. Decentralized revision control systems give people the ability to work over the internet using the bazaar development model. See http://bazaar-vcs.org/QuickHackingWithBzr for a quickstart guide. [11:00] !ubotu windows [11:00] For help with Microsoft Windows, please visit ##windows or your nearest mental health institute. See http://launchpad.net/distros/ubuntu/+bug/1 http://linux.oneandoneis2.org/LNW.htm and !equivalents [11:00] nice [11:00] !ubotu python [11:00] Sorry, I don't know anything about python - try searching on http://ubotu.ubuntu-nl.org/factoids.cgi === phanatic_ [n=phanatic@dsl5400C4FC.pool.t-online.hu] has joined #bzr === bialix [i=chatzill@77.109.20.26] has joined #bzr === poolfool [n=poolfool@techsat21.itnes.com] has left #bzr [] === bialix_ [i=chatzill@77.109.17.57] has joined #bzr [11:08] jam? [11:08] bialix_: hi [11:08] hi [11:09] do you saw new version of Pyrex announce? [11:09] yeah, seems interesting [11:09] I'm not really sure how to maintain compatibility [11:10] For now, I think we just try to avoid __new__ [11:10] And live with the warning [11:10] (maybe add a comment about why we aren't switching yet) [11:10] The problem is that we are dependent on the platform to ship the right version of pyrex [11:10] to go along with bzr [11:10] so it is better to expect <0.9.6 until 0.9.6 has been out for a while. [11:10] plaform -- you mean Ubuntu? [11:11] or windows [11:11] or mac [11:11] or RH [11:11] or ... [11:11] Whoever is compiling Bazaar [11:11] well, IIUC, the real problems occurs with 0.9.7 [11:11] right [11:11] Is there an expected time for 0.9.7? [11:12] I don't think so [11:12] We also can ask the packagers to make it depend on <=0.9.6 [11:13] author of Pyrex (Greg) is very peculiar person, as I can see from Pyrex ML [11:13] there is Cython though [11:13] but I'm not sure how well they solve windows-compatibilty problems [11:14] don't packagers just compile the .c files shipped in the tarballs? [11:14] (and Cython use hg) [11:14] (at least debian and ubuntu do that) [11:14] Well, at the moment we use __new__ in a couple places, but they could just as easily be done in __init__ [11:15] may be switch to __init__ will be enough [11:17] well, it will get us through for now, I think [11:18] I forget: what's important difference between new and init in Pyrex? [11:18] __new__ happens before __init__ [11:18] It gives you a chance to initialize your C structures [11:18] aha [11:18] before the Python object is created, IIRC [11:18] But we don't really need it [11:19] I just did a quick "s/__new__/__init__/" and "make; ./bzr selftest test_knit test_dirstate" still works [11:20] bialix_: do you want to submit a patch to the mailing list? [11:20] vila: ping [11:20] not now [11:20] k, I'll send something [11:21] btw, just looking at cdef class Reader [11:21] there is something suspicious [11:21] self.text_size = PyString_Size(text) [11:22] actually self.text_size is int, but PyString_Size returns ssize_t [11:22] it's nitpicking though [11:22] Except for in Python2.4 when it is still int [11:22] So I didn't worry about it [11:22] I like that Pyrex now handle ssize_t natively [11:22] Plus it would be PySsize_t [11:23] or something like that [11:23] We can cast it if you prefer [11:23] yeah, you're right [11:23] But until 0.9.6 or so PySsize_t wasn't a recognized size [11:23] sorry, recognized type [11:23] so we had other issues with it. [11:24] vila seems to be AFK [11:25] btw, recently there was little discussion wo flame war) in Pyrex ML about VCS for Pyrex [11:26] noone argument wons === bialix_ is now known as bialix [11:29] patch sent [11:33] jam said: "__new__ happens before __init__.It gives you a chance to initialize your C structures" -- from this point changing name from new to cinit is reasonable and straightforward [11:36] I'm the cvs2svn maintainer. I was wondering whether there would be much enthusiasm in this community for a "cvs2bzr" based on our code. [11:37] cvs2svn already has a git output module, and I don't think it would be much work to add output to bzr (given a little bit of help from somebody with bzr expertise) [11:37] bialix: Actually I switched from __new__ to __init__ (not __cinit__) because __cinit__ doesn't work with pyrex <0.9.6 [11:38] cvs2svn only does one-time conversions (not incremental) but it is very robust and has *a lot* of features. [11:38] mhagger: there will probably be some interest. I know there are a couple of ways to convert from cvs to bzr (cscvs, cvsps-import, tailor) [11:38] jam-laptop: right, I just thinking slow about your point [11:38] But if your CVS parsing is superior [11:38] then it will certainly get used [11:38] [See http://cvs2svn.tigris.org/cvs2svn.html for some details] [11:38] yes, yes, yes: I have too much f interest of converting my old cvsnt repo to bzr [11:39] I personally wrote cvsps-import, which uses 'cvsps' to parse the CVS info and build up changesets [11:39] But I don't think cvsps is all that great [11:39] So I would be happy to use a different back end [11:39] Yes, I think that cvsps has known problems [11:39] I rememeber cvs2svn claimed it's not supporting cvsnt. something changed in last 2 years? [11:39] jam-laptop: Perhaps you are just the expert I am looking for :-) [11:40] Though it would be nice if it could be repeated [11:40] mhagger: most likely :) [11:40] No, we still don't support CVSNT [11:40] I know ddaa and lifeless both have cried some tears of blood trying to work on converting from CVS [11:40] :-( [11:40] cscvs actually has some of the most advanced CVS work I've encountered [11:40] bialix: Though if you use the --use-cvs option and make sure that the CVSNT binary is used, there might be some hope. [11:40] in that it even keeps snapshots [11:41] so when people do manual surgery on CVS [11:41] it can still recover [11:41] cvsnt have really killer feature: pseudo-atomic commits and merge history [11:41] mhagger: I think bialix is also looking to support some of CVSNT's extended tags [11:41] mhagger: it's really works for me in the past, thanks [11:42] bialix: I don't have anything against CVSNT except for the rather unpleasant very commercial community around it [11:42] IIUC, the main problem with cvsnt is absense of tech docs [11:42] If a CVSNT expert wants to join forces, I doubt that it would be too hard to add CVSNT support to cvs2svn [11:43] bialix: Exactly. And lack of developer time over in cvs2svn-land :-) [11:43] time is always too little [11:43] I've only read a little bit about cscvs [11:43] I used TortoiseCVS a lot, and it use cvsnt internally [11:43] But it looked like it doesn't support branches ?!? [11:43] mhagger: the biggest problem with cscvs is it isn't very human friendly [11:44] mhagger: Last I knew, it can support them [11:44] but it refuses to "guess" where the branch point occured [11:44] so you have to give it a bit of a nudge [11:44] Ah, that's good to know. [11:44] But yeah, I think that was one of the reasons I didn't use it over cvsps [11:45] There are two ambiguities about branch creation in the CVS record: when and whence [11:45] cvscs is not working in pure windows [11:45] Branch creation does not include timestamps [11:45] and it is also often ambiguous what is the parent branch of a given branch. [11:45] cvsps-import has been a good friend to me... I like the auto-handling of branches and tags. [11:46] cvs2svn has heuristics for both problems, and allows the user to specify a "hints" file to help with the second problem. [11:46] mhagger: is it possible to store some conversion information, so that if you convert a second time, you can start where you left off? === bialix nods [11:47] I know I've found that cvsps isn't terribly deterministic [11:47] No, not yet. I've thought about what it would take to add that feature, but it would be a lot of work [11:47] I've had small updates cause it to shift things around quite a bit [11:47] mhagger: well, aren't you using an intermediate DB anyway? [11:47] IMHO trying to make the conversion deterministic is not the right route [11:47] I'm not trying for deterministic [11:47] just recording what has happend [11:47] ed [11:47] so you can continue without having to start all over [11:47] Yes [11:48] You basically just have to remember the frontier of the last conversion [11:48] converting 175k revisions is a bit painful [11:48] (The Mozilla source tree has ~175k revisions across 55k files) [11:48] our beloved mozilla tree [11:48] But the real trick is that CVS allows history to be changed; for example, branches and revisions can be deleted; tags can be moved, etc === fog [n=fog@debian/developer/fog] has joined #bzr [11:49] mhagger: which is, to my understanding, why cscvs keeps state snapshots [11:49] I use the mozilla repo for testing cvs2svn. It converts in about 17 hours on a modest computer [11:49] so it can say "you deleted X, I can workaround that" [11:49] That is converting to SVN. Converting to git should be much faster [11:49] I'd like to see what bzr does to the BSD tree after the inventory gets reworked... [11:49] fullermd: you're just trying to make me cry, right? [11:50] Well, you don't have to do it with tailor this time ;) [11:50] (I'm a little curious to, but that is a ways off) [11:50] That alone should chop like 95% of the time off. [11:50] yeah [11:50] Well, Tailor using raw "cvs" to update the WT [11:50] means you have an enforced 1s pause for each revision [11:50] btw, guys, when I gave a talk in Kiev this spring one guy asked me about speed of bzr comparable to baz [11:50] though when we last tried to convert, bzr was taking 6s+ to work out the inventory [11:51] Yah. Miserable. [11:51] so it didn't really matter. [11:51] Well. Considering that's a 1s pause for each _file_ in the revision... it still adds up. [11:51] bialix: I would say that bzr smokes baz in all ways possible [11:51] he used baz (or tla) to follow FreeBsd mainstream [11:51] or something similar [11:51] bzr should be a lot faster now though. That was what, aroudn 0.11 or something? [11:51] no, it was around 0.15 [11:51] fullermd: yeah, but it shows up as 'sleep' time, and the total %sleep was still pretty low [11:51] dirstate! [11:52] windows locking problems! [11:52] you remember? [11:52] bialix: Nono, I mean last time jam-laptop fiddled with the BSD tree conversion. [11:52] fullermd: I think it was 0.11 [11:52] that sounds about right [11:52] oh, sorry [11:52] I added git output to cvs2svn a couple of months ago, and it only required two files with a total of like 300 lines of code. [11:52] fullermd: it *might* have even been back with weaves (<0.8) [11:52] but I don't think I would be that foolish [11:53] Oh, I'm pretty sure it wasn't that far back. [11:53] Of course that is using the excellent and well-documented git-fast-import tool to actually built the repository [11:53] fullermd: FreeBSD still uses CVS? [11:53] We've still got at least one good dirstate fuggery around. Get that fixed, then we can try it with the 150k file trees to find more ;) [11:53] bialix: Yah. [11:53] See http://wiki.freebsd.org/VersionControl [11:54] ok, so I remember a question right [11:54] So if somebody is interested to help create a bzr backend for cvs2svn, please let me know [11:54] I'm just _dying_ to fill in bzr columns there. But without inventory reworking, it'll say "bzr rocks, it's slow as molasses, and you'll need to buy a 500 gig drive to store the inventory knit" [11:54] mhagger: you're using some sort of pluggable architecture? [11:54] Yes [11:55] 90% of the work is deciphering the CVS history, and the results are easily available to the output backend [11:55] (It's all Python, by the way) [11:55] I know [11:55] I read the sources occasionaly [11:55] just wonder how hard to add miniml cvsnt tags support [11:56] minimal^ [11:56] bialix: Discussion of the details of adding CVSNT support should probably move to #cvs2svn. We'd be glad to have you over there :-) [11:57] well, I read man on RCS files, then I looking on my old cvsnt/TortoiseCVS repos, and have some ideas [11:57] but from first view cvs2svn parsing code seems a bit complicated [11:58] How do people get content into bzr? Is there a documented interface or tool for adding content? [11:58] jam, please [11:59] sorry, I was distracted [11:59] (I.e., the equivalent of "svnadmin load" or "git-fast-import"?) [11:59] we have bzrlib, it's written in Python [12:00] we have very reach API [12:00] mhagger: generally you use the python api [12:00] Is it documented? [12:00] yes [12:00] If *I* were doing this work, I would probably just adapt the cvsps-import code === bialix nods [12:01] Sure, that's probably doable. [12:01] at least it's a good example [12:01] mhagger: All of the code has docstrings (part of our review process requires them). There is some higher level documentation, though some of it could be better. [12:01] And you'll find people here to be pretty helpful [12:01] and jam our expert [12:01] I even though about adding a cvsps-compatible output format for cvs2svn so all the other tools could use it right away. [12:01] mhagger: well, I wouldn't recommend it [12:01] the cvsps output has some... issues [12:02] Yes, that's what I decided :-) [12:02] Like you can have text comments that look like meta-info [12:02] I have a parser which generally handles it