=== cgdae [n=jules@81-86-106-160.dsl.pipex.com] has joined #bzr [12:06] hello. apologies if this is already known, but i think that there are some broken links on http://bazaar-vcs.org/BzrUserGuide [12:09] cgdae: We just switch the extensions from .htm to .html [12:09] Feel free to update that page. [12:10] ah, ok. i'll have a go. === hmeland [i=29578@klodrik.uio.no] has joined #bzr === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #bzr [12:19] Hmm. SO I've just been reading up on mercurial. I see a couple advantages bzr has: sane shared repositories (instead of hg's hard linking) and easier command-line interface. [12:20] what else am I missing? [12:20] The only real advantage I see to hg so far is that it scales better. [12:22] i've fixed the broken links on http://bazaar-vcs.org/BzrUserGuide. [12:24] cgdae: thanks. [12:24] NfNitLoop: a lot of people like mq. [12:24] NfNitLoop: they also have the hg book. [12:25] all i need now is some unbiased advice about whether to try mecurial or bazaar as a replacement for cvs... :-) [12:25] cgdae: try either. [12:25] cgdae: what are your requirements? [12:27] james_w: mq? [12:28] james_w> we have a developer who has only occasional internet access. we've been packaging up our entire cvs repository for him to download and use locally, then he emails patches to us which we commit. repository is fairly small, 18MB compressed i think. [12:29] james_w> so no special requirements really. we use openbsd as server. it doesn't have a bazaar port, but it installs trivially by hand. [12:31] NfNitLoop: Hg has file copies. [12:31] s/has/supports/ === gldnspud [n=gldnspud@72.171.93.139] has joined #bzr [12:34] NfNitLoop: mercurial queues, quilt for hg basically [12:35] cgdae: your project is not too large, so either system should cope fine. [12:35] I'm not familiar with quilt. [12:36] I would guess that bzr is easier to install, but that's just a guess, I may be wrong. hg requires C code I believe, for bzr it is optional. [12:36] hg ended up being easier for me to install, since they provide a package for Debian stable. [12:37] The C code in hg isn't a major issue for installation, unless you're on an odd platform that it doesn't work on. [12:37] (though IIRC the latest version was released last june) [12:37] cgdae: I would suggest that you install both and just play aroung see which you prefer. === herzel [i=herzel@gateway/tor/x-af248500789a360d] has joined #bzr [12:38] also chat to the hg folks as well, and see how helpful they seem, you may need some help in the future with something. [12:38] Peng: thanks for the clarification. [12:39] NfNitLoop: quilt is for managing multiple patches, it's kind of version control, but a bit specialised. [12:39] one thing that is odd to me is hg's merging, there's an extra step in there which I find a bit weird. [12:40] james_w> that's good advice. thanks. [12:40] james_w: well, it seems to be a different approach. [12:41] iirc, bzr requires that you commit local changes before merging. [12:41] hg doesn't. So it gives you a chance to do so before you actually merge pulled changesets into the working copy. [12:42] ah, that's why, thanks. [12:42] personally, I think committing your changes separately is a better idea. [12:42] But there's something to be said for not requiring that workflow. [12:43] on the other hand, because of the way hg does it, you can have several heads in a single branch. Which ... seems needlessly complex. [12:44] that will throw a lot of people I guess. [12:45] you can go all the way to git and just do that all the time. It does win you quite a lot, but some people will take a long way to get their heads around it. [12:45] git allows multiple heads in one branch? [12:46] (or repo, or whatever they call it?) === sblack [n=Steve@nc-71-2-223-179.dyn.embarqhsd.net] has joined #bzr [12:47] yeah, in a repo, but a repo is all you have in git, so it's like a bzr branch. [12:47] ...sort of. === mw is now known as mw|out [12:49] I really like the separation of working copy / branch / repository with bzr. I haven't seen that with other VCSes. [12:51] The branch/repository distinction confuses some, and the terminology confuses others. [12:52] It confused me at first. [12:52] I came from cvs/svn. [12:52] Also, as a repo is not needed people may not create one when they start, and then they lose a lot if they are branching locally. However most tutorials now start with the 'init-repo' step to avoid this. [12:53] where a branch was very much something *inside* the repository, not able to be separated. [12:53] but that then means you have to get straight in to explaining the differences, before they've even started. [12:53] Yeah. Which may not be a good first impression. "Wow, this is complex." [12:54] yeah, you can't separate them in bzr either, but you get a hidden repo if you don't have an explicit one. [12:54] I don't know that it's that important, though. It's always easy to convert to a shared repo later. [12:54] exactly. [12:54] yeah, it is. People have talked about adding a command to do that in one step, but I've not seen any code. [12:55] Eh. you don't need another command for that when it's a few simple commands that are easy to remember and not too often used. [12:57] true. [12:57] er, rather, the simple commands are used often. the single comprehensive command would be rarely used. You knew what I meant. :p === ubotu [n=ubotu@ubuntu/bot/ubotu] has joined #bzr === abentley [n=abentley@bas4-toronto06-1279278016.dsl.bell.ca] has joined #bzr === NamNguyen [n=namnt@cm246.delta196.maxonline.com.sg] has joined #bzr === pete__c [n=pete@015-823-542.area5.spcsdns.net] has joined #bzr [02:04] Anybody have any word on .90 windows standalone installer? [02:05] I was going to try out .90 but have trouble building with Visual Studio 2005 installed === sblack_ [n=Steve@nc-71-2-223-179.dyn.embarqhsd.net] has joined #bzr === abentley [n=abentley@bas4-toronto06-1279278016.dsl.bell.ca] has joined #bzr === orospakr [n=orospakr@CPE001a70d1de84-CM0019474a8676.cpe.net.cable.rogers.com] has joined #bzr === ekim|irc [i=ekim@dt061n59.tampabay.res.rr.com] has joined #bzr [02:51] How can I setup bzr to work like subverion (to a point) [02:51] I wanna use bzr to upload my gfiles to a remote server [02:51] how can I do that [02:56] ekim|irc: You can, yes. [02:57] how ? [02:57] ekim|irc: See 'bzr help checkout' for more information. [02:58] ekim|irc: Basically, if you have a branch on a remote system and you want to work in the Subversion style where your local changes have to commit remotely you can 'bzr checkout sftp://my-remote-branch'; commits made in the resulting local branch will need to succeed on the remote branch for the commit to complete. [02:58] someone told me that you can actually use mod_dav_svn to do it === cprov [n=cprov@canonical/launchpad/cprov] has joined #bzr === cgdae [n=jules@81-86-106-160.dsl.pipex.com] has left #bzr [] === cpro1 [n=cprov@monga.dorianet.com.br] has joined #bzr === abentley [n=abentley@bas8-toronto63-1088754407.dsl.bell.ca] has joined #bzr === sblack [n=Steve@nc-71-2-223-179.dyn.embarqhsd.net] has joined #bzr [05:20] Does anyone here have any knowledge of a windows binary distro of 0.90? [05:21] I've tried working with the source, but I get build complaints about Visual Studio 2003 (I have 2005) and the instructions [05:21] for "-c mingw32" don't appear to be recognized === sblack [n=Steve@nc-71-2-223-179.dyn.embarqhsd.net] has left #bzr [] === Admiral_Chicago [n=FreddyM@st074039212101.monm.edu] has joined #bzr [05:40] Oooh. Lightweight checkouts need to contact the server for just 'bzr st' or 'bzr diff'. That sucks. === Peng wanders off. [05:45] Hm. bzr co --lightweight grabs .bzr/repository/format four times. === Peng wanders off. === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #bzr === Mez [n=Mez@ubuntu/member/mez] has joined #bzr === statik [n=emurphy@189.66.188.72.cfl.res.rr.com] has joined #bzr === statik [n=emurphy@189.66.188.72.cfl.res.rr.com] has joined #bzr === Mez [n=Mez@ubuntu/member/mez] has joined #bzr === hacklberry [n=hacklber@ppp167-251-99.static.internode.on.net] has joined #bzr === quatauta [n=quatauta@pD9E26938.dip.t-dialin.net] has joined #bzr === orutherfurd [n=orutherf@dsl092-164-022.wdc2.dsl.speakeasy.net] has joined #bzr === luks [i=lukas@unaffiliated/luks] has joined #bzr === luks [i=lukas@unaffiliated/luks] has joined #bzr === abentley [n=abentley@bas8-toronto63-1088754407.dsl.bell.ca] has joined #bzr === dato [n=adeodato@84.120.252.224.dyn.user.ono.com] has joined #bzr === ollie_r [n=orutherf@dsl092-164-022.wdc2.dsl.speakeasy.net] has joined #bzr === Gwaihir [n=Gwaihir@ubuntu/member/gwaihir] has joined #bzr === NamNguyen [n=namnt@cm246.delta196.maxonline.com.sg] has joined #bzr === asak| [n=alexis@lnx00.cecm.usp.br] has joined #bzr === tca [n=tom@ti541110a080-4322.bb.online.no] has joined #bzr === asabil [n=asabil@ti0035a340-0802.bb.online.no] has joined #bzr === encompass [n=encompas@dsl-hvkgw1-fe6ffa00-119.dhcp.inet.fi] has joined #bzr [12:34] ok, I have a need! [12:34] I deleted a dirctory and I want to get the latest revision back... how do I do that? [12:35] my project is here... htp://launchpad.net/memaker [12:35] is it simply bzr pull? [12:36] deleted as in 'rm DIR' or 'bzr rm DIR && bzr ci'? [12:36] Deleted as in your deleted your copy of the branch? [12:36] yeah [12:36] I am the only dev right now... and when I commit and push it goes to trunk [12:36] as in rm DIR [12:37] well... rm -rf DIR [12:37] it is my most recent revision that is needed [12:37] DIR being a dir _in_ your branch? [12:38] revert should bring it back [12:38] what is revert? [12:38] bzr revert? [12:38] Yeah, `bzr revert $DIR` [12:38] let's see [12:51] thinks... works great now... saved the day again! === encompass hugs ubuntulog [12:52] :P === encompass [n=encompas@dsl-hvkgw1-fe6ffa00-119.dhcp.inet.fi] has left #bzr [] === jelmer [n=jelmer@a62-251-123-16.adsl.xs4all.nl] has joined #bzr === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #bzr === g0ph3r [n=g0ph3r@p57A08C22.dip0.t-ipconnect.de] has joined #bzr === g0ph3r [n=g0ph3r@p57A08C22.dip0.t-ipconnect.de] has joined #bzr === ekim|irc [i=ekim@dt061n59.tampabay.res.rr.com] has joined #bzr === Gwaihir [n=Gwaihir@ubuntu/member/gwaihir] has joined #bzr === CardinalFang [n=c@user-0c6ti96.cable.mindspring.com] has joined #bzr [03:13] Grr, there's no installer for Fink on OS X? === jelmer [n=jelmer@a62-251-123-16.adsl.xs4all.nl] has joined #bzr === hsn_ [n=radim@234.114.broadband5.iol.cz] has joined #bzr === AfC [n=andrew@office.syd.operationaldynamics.com] has joined #bzr === fog [n=fog@debian/developer/fog] has joined #bzr === CardinalFang [n=c@user-0c6ti96.cable.mindspring.com] has joined #bzr === gldnspud [n=gldnspud@72.171.93.139] has joined #bzr === cypherbios [n=cyr@ubuntu/member/cypherbios] has joined #bzr === asak [n=alexis@201-1-7-200.dsl.telesp.net.br] has joined #bzr === CardinalFang [n=c@user-0c6ti96.cable.mindspring.com] has joined #bzr === herzel97 [i=herzel@gateway/tor/x-4ec5e3d009528503] has joined #bzr === cypherbios_ [n=cyr@201-3-110-67.ctaje700.dsl.brasiltelecom.net.br] has joined #bzr === cypherbios_ is now known as cypherbios === juliank [n=juliank@p548AE575.dip.t-dialin.net] has joined #bzr === herzel97 [i=herzel@gateway/tor/x-2c7a11a1b8f592ce] has joined #bzr [07:57] hey revisionistas, has any of the HPSS code landed since 0.17? [08:00] sabdfl: I believe some smaller things have gone in to make the merge easier later, but the main changes are still out. [08:00] okidoki [08:00] thanks james_w [08:00] I know Martin was trying to get it in to 0.91, but I don't think it's up for review yet and the freeze doth approach. === sabdfl can't wait for that stuff to land in the code host === cnus8n [n=cnu@122.164.137.166] has joined #bzr === juliank [n=juliank@p548AE575.dip.t-dialin.net] has joined #bzr === sblack [n=Steve@nc-71-2-223-179.dyn.embarqhsd.net] has joined #bzr === sblack [n=Steve@nc-71-2-223-179.dyn.embarqhsd.net] has left #bzr [] === ollie [n=orutherf@dsl092-164-022.wdc2.dsl.speakeasy.net] has joined #bzr === orutherfurd [n=orutherf@dsl092-164-022.wdc2.dsl.speakeasy.net] has joined #bzr === mrtuple [n=khellman@c-24-8-220-4.hsd1.co.comcast.net] has joined #bzr [10:58] would someone mind lending a hand with baz-import ? [10:59] mrtuple: what are you stuck with? I'm not sure I can help, but I don't think Aaron is around at the moment. [10:59] oh thanks. [11:00] I have a tla archive ... [11:00] that 'tla archives' reports as khellman@mcprogramming.com--mcp-2005 [11:00] /home/{karchives}/mcp-2005 [11:00] khellman@mcprogramming.com--vb-2005 [11:00] /home/{karchives}/vb-2005 [11:01] I'd like to convert the whole thing to a bzr repo. [11:01] (The first one by the way, mcp-2005) [11:02] So I go to the path I want the repo to reside at, and try this: [11:02] bzr baz-import mcp-2007 khellman@mcprogramming.com--mcp-2005 [11:02] Which I *think* is what http://bazaar-vcs.org/BzrTools says to do. Of course, I must be thinking wrong, because it doesn't work. [11:04] bzr creates a mcp-2007 repo (at least it has a .bzr file in it), but after that it crashes with a long backtrace. [11:05] The traceback claims OSerror 2 (No such file or dir), but I don't see a line clarifying which argument doesn't exist... [11:06] I can post copies if it helps. [11:06] yes please. [11:06] couple minutes probably... [11:06] fine. [11:06] are you running a recent bzrtools? === orospakr [n=orospakr@bas12-ottawa23-1177569139.dsl.bell.ca] has joined #bzr [11:27] http://rafb.net/p/vJ5ud964.html [11:29] My bzr version is 0.90, how do I determine my bzrtools version? [11:31] (okay, more than a couple of minutes...) [11:31] bzrtools complains if it is out of date, so you should be fine. [11:32] are you on Debian/Ubuntu? [11:32] Yes, lenny/sid [11:32] then you're fine. [11:32] goody. [11:32] so it looks like it is having trouble exec'ing baz, you do have it installed, it's on your path etc? [11:33] type -p bzr reports '/usr/bin/bzr' [11:33] no, baz not bzr [11:34] damn spelling :^) [11:34] well, I'll be darned. its not. [11:34] I thought bzr replaced baz... [11:35] I still need baz for importing? [11:36] yeah, it exec's baz to get the information and then imports it to bzr. [11:36] they are completely different systems really, the naming is just historical. [11:39] apt-get'ing baz now... [11:39] I interpretted the log line... [11:39] bzr: ERROR: pybaz.errors.ExecProblem: baz exited with code 3 (expected exit code 0) [11:40] and [11:40] ExecProblem: baz exited with code 3 (expected exit code 0) [11:40] As 'baz' being a helper app that came along with bzr... Never thought to consider that it was missing. [11:44] OK, the traceback is at least shorter now... [11:44] http://rafb.net/p/uJmgzU38.html [11:45] Looks like baz is being called with an unexpected option. Perhaps this is a real defect... [11:47] what version of baz and pybaz do you have? [11:52] I think I just figured this out. [11:53] The trace shows a pybaz from *my own* python testing tree being used. Not the pybaz from debian package systesms. I had installed this version *several* months ago when I was looking at the conversion process. [11:53] I'm removing that one, installing the pybaz debian package, and then the import will probably work. [11:53] I'll keep you posted, sorry for the trouble. [11:55] no problem, well spotted. [11:55] Oh yes. It's working now --- complete with progress bar... [11:55] whooho! [11:56] Finally I'll have a superior VCS! (all the more branches to hang myself on :^)