[00:01] maxb: hi [00:01] hello [00:02] maxb: bzr-notify listens to dbus requests [00:02] maxb: it doesn't poll by itself, although there was a avahi plugin at one point that could forward commit events between avahi and dbus [00:02] ok, is there something that will poll remote branches and send dbus requests? :-) [00:02] maxb: there isn't something like that yet afaik [00:03] the avahi plugin worked well at some point (it was a neat toy to use at sprints to see what other people around you were committing), but I think it's regressed since [00:03] for non-LAN branches, I don't think there's anything [00:05] maxb: indirect solution, mirror the branches you are interested in, make a script that runs bzr pull in each, run the script manually or with cron [00:08] alternatively use a site that sends mail on changes, e.g. launchpad can do that [00:09] I think it would make sense for bzr-notify to support polling [00:11] * zsquareplusc could use that too if it would support sftp:// :-) [00:12] * zsquareplusc has some private branches on a box with just 32MB RAM so he uses sftp because of the fear that a smart server would use to much resources [00:17] zsquareplusc: that's *so* 1997! [00:19] SamB_XP_: nah, it's a "modern" NSLU2, that uses less than 10W. i don't want to run old power hungry hardware 24/7... [00:20] zsquareplusc: is that some kind of PDA? [00:22] SamB_XP_: no, a small embedded box with 2xUSB+Ethernet. supported by Debian/Linux :-) [00:22] debian can still run on machines that tiny ? [00:27] yes. it has no display, so you don't have X and applets etc. that eat all the memory ;-) === mwhudson_ is now known as mwhudson === JaredWigmore is now known as JaredW [05:49] how would one see the rev numbers associate with individual files in a workspace? [05:49] (normally I'd go on code.lp.net, but that's on the fritz) [05:50] as in, in which rev no a given file was last modified? [05:51] I think bzr log [05:51] ? [05:52] that looks like it has the rev of the file at its last update [05:53] That's probably the most straightforward way of getting it, yes. [06:13] thanks [12:13] fullermd: around? [12:24] hi all, is there a way to automatically sync a branch with the shared repo? [12:28] branch and shared repo is the 2 different things [13:04] good morning. anyone here help maintain the bazaar-vcs.org site? lots of broken links on the front page. [13:06] abentley, jam1, spiv ^^ [13:07] bac: it's a wiki [13:07] you can edit it [13:09] bialix: ah, so it is. had never noticed. [13:09] scroll down [13:09] bialix: i see that now [13:09] k === CardinalXiminez_ is now known as CardinalFang === mwhudson_ is now known as mwhudson === tbradshaw_ is now known as tbradshaw [22:58] Let's say I do a "bzr checkout -r 10", and then fix a bug which was introduced there, how do I reset the working-tree later to "the latest revision" (such as it is now)? [22:59] Ah. "bzr update"