/srv/irclogs.ubuntu.com/2008/03/03/#bzr.txt

jdongLaserJock: is 0.4.8 released?00:01
LaserJockI thought it was supposed to be00:02
LaserJockand 0.4.7 would do fine as well00:02
LaserJockI think ... not positive there00:03
jdongLaserJock: yeah, it was supposed to be but I don't see it tagged in the branch yet00:06
xifwhat's the status for bzr XML logs?02:49
ubotuNew bug: #197840 in bzr-svn (universe) "bzr-svn fails to install (Ubuntu Hardy, with ppa bzr)" [Undecided,New] https://launchpad.net/bugs/19784003:15
ubotuNew bug: #197841 in bzr "ppa bzr package 1.2~rc1-1build2 for Ubuntu Hardy fails to install" [Undecided,New] https://launchpad.net/bugs/19784103:20
=== mark1 is now known as markh
trothere seems to be a dependency problem with the 1.2 debs for feisty04:17
trobzr depends on bzrtools, but bzrtools 1.2 depend on bzr <1.204:17
troso i have to use the old bzrtools (0.19 or something)04:17
vimes656I just installed the bazaar Mac bundle for PPC but 'bzr' command is not in my path05:57
ubotuNew bug: #197897 in bzr "bzr export trips assertion if directory contains nested branches" [Undecided,New] https://launchpad.net/bugs/19789707:20
=== doko_ is now known as doko
=== Odd_Blok1 is now known as Odd_Bloke
lifelessmoin08:33
ubotuNew bug: #197916 in bzr "bzr move in widows: directories are case sensitive" [Undecided,New] https://launchpad.net/bugs/19791608:45
james_wmorning lifeless08:48
lifelesshi james_w08:51
=== cprov is now known as cprov-afk
AnMasterhm it seems like the bzr website breaks in wide screen, a friend posted this http://forthelose.net/broked.png11:42
AnMasterI don't have widescreen but the page does indeed fail if widescreen is used11:42
beunoAnMaster, can you file a bug about it with the screen resolution?11:44
AnMasterguess so11:44
beunoAnMaster, thanks  :D11:45
AnMasterhttps://bugs.launchpad.net/bazaar/ ?11:45
AnMasterbeuno, what project to select?11:46
AnMasterthere are so many, and not sorted11:46
beunoAnMaster, just file it under https://bugs.launchpad.net/bzr/11:48
AnMasternot bazaar???11:48
=== weigon_ is now known as weigon
beunoAnMaster, I thnk bzr will be fine, if not, it will be changed11:55
indravenii need help in setting up loggerhead through apache web server via proxy11:56
indravenicould some one tell me how to do that11:57
ubotuNew bug: #197964 in bzr "http://bazaar-vcs.org/ website breaks at widescreen" [Undecided,New] https://launchpad.net/bugs/19796412:01
indraveninone here to help me in loggerhead?12:10
indraveniwhen would michael hudson be here probabaly12:10
awilkinsVerterok: You have an email address for bzr-eclipse patches?12:35
xifwhat does it mean for the purposes of bzr when I have an "unknown" file in the commit message?12:59
nebuchadnezzarhello,13:07
pooliehello13:17
pooliexif: it means it's neither added or ignorde13:17
poolieit is harmless13:17
pooliejust a suggestion you might want to add or ignore it13:17
xifpoolie: yeah, thanks, but after I commit, it doesn't appear any more.13:18
pooliehrm13:19
pooliewhere is the message exactly?13:19
xifpoolie: when I do `bar ci`13:20
poolieand the filename there, is that a file that you've previously added, or what is it?13:22
xifpoolie: it appears like this in the commit feedback:13:25
xifmodified:13:26
xif  join_favs.py13:26
xifunknown:13:26
xif  error_log13:26
pooliehm13:26
pooliedid you produce that file? or your build process?13:26
pooliecould it be it was deleted after you committed?13:26
pooliesorry low battery13:26
pooliesend mail to bazaar@lists.ubuntu.com for more help13:26
xifpoolie: I produced it13:27
xifpoolie: thanks anyway13:27
xifit seems to be indicated only if there are pre-added files (like join_favs.py in the example) that have local modifications13:27
nebuchadnezzarI want to develop a hook and I wonder how I can get a string of the location of a BzrBranch object13:29
Verterokawilkins: sorry for the delay, send it to my mail (I send it in a priv. msg)13:29
nebuchadnezzarI find nothing in the api for this13:29
nebuchadnezzarerf, this is .base, sorry for the noise13:38
LarstiQphanatic, jelmer: bzr viz is sooo much slower than gitk (--all), how come?13:43
phanaticLarstiQ: it used to be even slower a few months ago :P13:43
nebuchadnezzarhi again13:49
nebuchadnezzarIs there a way to run hook only for specific branches ?13:50
=== mw is now known as mw2000
=== mw|out is now known as mw
ricardokirknerhi. I am trying out the bzr server option. I am trying to branch from my machine to a central server (on which I have the bzr server running), but nothing is happening, and I dont know where to look for problems14:02
jakobbnebuchadnezzar: if i remember correctly from a similar question some time ago the answer is: no14:03
ricardokirknerI watched the .bzr.log file14:03
ricardokirknerbut there is nothing noteworthy there... any ideas?14:03
jakobbnebuchadnezzar: but if you really want this, you could write in the hook something like: 'if branche_name == required_name' :P14:04
beunoricardokirkner, how are you branching?  bzr://?14:04
ricardokirknerbeuno: bzr+ssh://14:04
jakobbvery, very, very ugly though14:04
beunoricardokirkner, that sould fire off the bzr smart server if the server has it installed14:05
jakobbbranching To a remote server?? is that possible at all? shouldn't that be pushing or something along those lines?14:06
beunoricardokirkner, oh, branching _to_ a remote server14:08
beunonot sure you can do that14:09
ricardokirknermhhh.. may be... the thing is like this. I created a project on my machine14:09
ricardokirknernow I want to set up a central server with the project... I thought about creating a branch there, and then binding to that branch14:09
ricardokirknerwhat is the correct way of doing this?14:09
beunoricardokirkner, than you want to oush instead of branch14:10
beunopush14:10
beunobzr push bzr+ssh://url14:10
nebuchadnezzartahnks jakobb14:11
ricardokirknerI get the same...14:11
ricardokirknerthe bzr client hangs on a "read(6, "14:11
ricardokirknerso I guess it is waiting for the server to answer14:11
ricardokirknerbut I cannot see what the server is waiting for14:11
nebuchadnezzarjakobb: do you think it's possible to add a variable in the configuration and test this variable in the hook ?14:18
nebuchadnezzarcan I add arbitrary variable in localtions.conf ?14:18
ricardokirknerok. I managed to get the push through, but I had to specify the full path on the server... (so the --directory argument was quite useless). what i did was bzr+ssh://user@server/full_path_to_repo/branch14:20
ricardokirknerwhat I wanted to do is bzr+ssh://user@server/branch14:20
ricardokirkneris that possible?14:20
jakobbnebuchadvessar: pfff, i have no idea... i'm quite new with bzr; what i just told you is what i remembered from an earlier answer in this channel and some common sense14:21
beunoricardokirkner, only if your ssh hay jaillshell or something like that. Or, I *think( you can tell the smart server to use a directory as it's base dir14:21
beunothere was a bug about that a while ago14:21
beunonot sure if it's closed14:21
ricardokirknerok, I will search the bug database, thx14:22
nebuchadnezzarjakobb: ok, thanks, I though you were a guru which remember old conversation ;-)14:22
jakobbnope; conversation was like a week ago :P14:23
=== ricardokirkner is now known as pindonga
nebuchadnezzarjakobb: ok, I can add whatever option I want in locations.conf and I can check it in my plugin with push_result.source_branch.get_config().get_user_option('myoption') :-)14:29
jakobbcool!14:31
ubotuNew bug: #198016 in bzr "running bzr stat" [Undecided,New] https://launchpad.net/bugs/19801614:51
jelmerabentley: ping14:53
jelmerI just tried to get http://bundlebuggy.vernstok.nl/bzr-gtk/ up and running again, but there appears to be a function unimplemented now14:53
abentleyPaste?14:54
jelmerhttp://bundlebuggy.vernstok.nl/bzr-gtk/14:59
jelmer:-)14:59
jelmerAttributeError: ("'function' object has no attribute 'filter_by'", <bound method Root.index of <bundlebuggy.controllers.Root object at 0x8b6ef0c>>)14:59
ubotuNew bug: #136530 in bzr-gtk "gstatus doesn't take -r" [Wishlist,Triaged] https://launchpad.net/bugs/13653015:11
mtaylorhttp://bazaar.launchpad.net/~ndb-bindings/ndb-bindings/trunk/files/monty%40inaugust.com-20080220213951-rnva0vu08gvyz8cd15:11
mtaylornm15:11
beunoabentley, does this look like something you where aiming out for XMLoutput documentation: http://bazaar-vcs.org/XMLOutput15:12
ubotuNew bug: #116651 in bzr-gtk "typos in bzr help commands output" [Undecided,Fix released] https://launchpad.net/bugs/11665115:16
ubotuNew bug: #124760 in bzr-gtk "missing gmerge command/class" [Wishlist,Triaged] https://launchpad.net/bugs/12476015:16
ubotuNew bug: #125932 in bzr-gtk "non valid sym link makes olive fail" [Low,Triaged] https://launchpad.net/bugs/12593215:16
ubotuNew bug: #136432 in bzr-gtk "olive installs to two locations" [Medium,Triaged] https://launchpad.net/bugs/13643215:16
ubotuNew bug: #137172 in bzr-gtk "Olive: Glade file cannot be found if installed in home" [Low,Triaged] https://launchpad.net/bugs/13717215:16
ubotuNew bug: #147022 in bzr-gtk "[viz] add a search box" [Wishlist,Triaged] https://launchpad.net/bugs/14702215:16
jelmerLarstiQ: dude!15:19
LarstiQjelmer: So I'm currently trying to find out the 'why' behind conflicting changes, with gannotate as help15:19
jdongaahhh all the bugs!15:20
jelmerjdong: :-)15:20
LarstiQjelmer: find an interesting line, look at the diff, turns out to be big, would like to be able to search for a function in that diffwindow15:20
TFKylebugs, mm15:20
LarstiQjelmer: so I guess the featurerequest is navigation help in diffwindow15:20
jelmerLarstiQ: that'd make sense15:21
jelmerLarstiQ: it would actually be nice to be able to rely on something like meld for that in all cases15:21
jelmerI would happily ditch what we have at the moment for meld integration15:21
ubotuNew bug: #135457 in bzr-gtk "bad version_info" [Undecided,Fix released] https://launchpad.net/bugs/13545715:21
ubotuNew bug: #136741 in bzr-gtk "tracebacks in bzr-gtk 0.90" [Undecided,Fix released] https://launchpad.net/bugs/13674115:21
ubotuNew bug: #183412 in bzr-gtk "bzr gannotate requires a filename" [Wishlist,Triaged] https://launchpad.net/bugs/18341215:21
ubotuNew bug: #183627 in bzr-gtk "viz crams revid onto your clipboard" [Undecided,New] https://launchpad.net/bugs/18362715:21
LarstiQjelmer: that would work I guess15:21
LarstiQjelmer: what needs to be done for that?15:22
jelmerbasically, meld needs to be fixed15:23
jelmerI think that at the moment it only allows you to specify a file system trdee15:23
jelmerwhereas we would want to be able to specify a in-memory diff or perhaps functions that allow meld to inspect a in-memory tree15:24
Odd_BlokeTurns out the SUPER-WIDE 'bzr viz' bug has been fixed in trunk by the addition of a scroll bar.15:28
ubotuNew bug: #173698 in bzr-gtk "the viz screws up when opening a branch with no revisions" [Low,Triaged] https://launchpad.net/bugs/17369815:32
Odd_Blokejelmer: Shelve/unshelve could do with being hooked into commit, to get the git-gui sort of experience.15:38
jelmerOdd_Bloke: That was actually the bug report I was just triaging :-)15:38
jelmerOdd_Bloke: The two could share most code, indeed.15:39
phanaticjelmer: i'll have a look at the bugs you've tagged olive15:40
jelmerphanatic: Cool, thanks15:40
ubotuNew bug: #177695 in bzr-gtk "Don't print traceback for NoSuchFile error" [Low,Triaged] https://launchpad.net/bugs/17769515:41
=== thumper_laptop is now known as thumper
LarstiQjelmer: gannotate being really slow is a known problem? (overheard something about regressed annotate speed today)15:46
ubotuNew bug: #151824 in olive "use single click for bookmarks" [Undecided,New] https://launchpad.net/bugs/15182415:46
jelmerLarstiQ: Even slow compared to "bzr annotate" ?15:47
ubotuNew bug: #121103 in bzr-gtk "bzr-gtk extensibility" [Wishlist,Triaged] https://launchpad.net/bugs/12110315:47
jelmerLarstiQ: there was some talk today about annotate in general being slow15:47
ubotuNew bug: #144549 in bzr-gtk "[viz] branches should be collapsible" [Wishlist,Triaged] https://launchpad.net/bugs/14454915:47
ubotuNew bug: #144965 in bzr-gtk "Can't drag and drop files from olive" [Low,Triaged] https://launchpad.net/bugs/14496515:47
LarstiQjelmer: good point, no15:48
LarstiQjelmer: what is the eta of meld support? I could go on with usability requests for diffwindow15:48
ubotuNew bug: #151818 in olive "Don't ask about setting default push location" [Undecided,New] https://launchpad.net/bugs/15181815:51
ubotuNew bug: #130245 in bzr-gtk "feature request: bookmark behaviour" [Wishlist,Triaged] https://launchpad.net/bugs/13024515:56
ubotuNew bug: #144963 in bzr-gtk "Selecting a revision with the popup dialog for history mode does not start browsing at that revision" [Undecided,Incomplete] https://launchpad.net/bugs/14496315:56
ubotuNew bug: #144964 in bzr-gtk "Actions that are not applicable to the current selection should be greyed out." [Low,Triaged] https://launchpad.net/bugs/14496415:56
ubotuNew bug: #151819 in olive "create bookmarks by drag and drop" [Undecided,New] https://launchpad.net/bugs/15181915:56
ubotuNew bug: #144958 in bzr-gtk "cannot copy text in annotate window" [Wishlist,Triaged] https://launchpad.net/bugs/14495816:00
jelmerLarstiQ: well, somebody has to do it :-)16:02
jelmerLarstiQ: The main issue is that meld itself actually has to be modified16:02
ubotuNew bug: #130634 in bzr-gtk "Ability to revert from diff window" [Wishlist,Triaged] https://launchpad.net/bugs/13063416:06
ubotuNew bug: #133220 in bzr-gtk "ReadOnlyError when using tag for bzr viz" [Medium,Triaged] https://launchpad.net/bugs/13322016:06
ubotuNew bug: #144961 in bzr-gtk "Not possible to annotate a file while in history mode" [Undecided,Incomplete] https://launchpad.net/bugs/14496116:11
ubotuNew bug: #144962 in bzr-gtk "Not possible to exit history mode once in it" [Undecided,Incomplete] https://launchpad.net/bugs/14496216:11
ubotuNew bug: #131589 in bzr-gtk "graphical diff-tool not usable when launched through "bzr gstatus"" [Low,Triaged] https://launchpad.net/bugs/13158916:12
Odd_BlokeWhat's being done to these bugs to make ubotu think they're new?16:13
beunoOdd_Bloke, probably triaging them16:14
ubotuNew bug: #103198 in bzr-gtk "make it easier to see the diff from gcommit" [Wishlist,Fix released] https://launchpad.net/bugs/10319816:16
beunoOdd_Bloke, just got a better explanation, seems they're new to ubotu16:17
Odd_BlokeAh, OK.16:18
LarstiQjelmer: and could gannotate possibly not keep the tree locked?16:37
jelmerLarstiQ: patches welcome >-)17:02
LarstiQjelmer: :P17:03
Ngis bzr merge --preview supposed to not work when stdout != terminal?17:32
LeoNerdDefine "not work"17:32
Ngwith either | less or >lala I get an AssertionError17:32
bacohi, which is the best schema to make a server that allow commits from outside without using the systems accounts, but giving users accounts and passwords for bzr use only?17:41
jdongbaco: probably by using either SFTP or bzr+ssh, giving users in each case a restricted shell instead of a full-blown account17:43
jdongbaco: personally, I'd also supplement that with a second-lay MDAC system like Apparmor or SELinux but I'm known for being excessively paranoid :)17:44
jdongbaco: Either MDAC or the new OpenSSH chrooting system17:46
TFKylejdong: what do you suggest for restricted shells?17:47
johnnyrssh?17:48
bacojdong: But then that requires again giving users an account in the system, although they have a restricted shell, I am trying to avoid that17:48
bacojdong: I'd prefer something like webdav, where you can store users accounts and passwords in a file, but the webdav module is not yen in my distro17:49
TFKylebaco: the smart server possibly? (not sure how that works with auth, I assume there's a way to specify users though)17:50
johnnyTFKyle, not that i've seen...17:51
bacoTFKyle: I thought the smart server did the commits using the user that calls the process, not other auth method17:52
johnnyyes17:53
johnnythat's how it seems17:53
johnnyi've got my two devel envs setup.. one for mtn , one for bzr17:53
johnnymy bzr one uses system accounts, and mtn doesn't17:54
jdongbaco: bzr currently can smart-serve on: Over stdin/stdout, executed over ssh and a pipe, or over a TCP port, where bzr serve is run inside some directory17:56
jdongbaco: IMO the ssh method is the best, but that makes it the sysadm's responsibility to enforce permissions17:57
TFKylebaco: well, in a system that you don't create separate accounts for it makes sense that the commits won't be done by separate user accounts, though yeah it doesn't seem at first glance that bzr serve --allow-writes does any auth17:57
bacoTFKyle: What I want is a system not having all the users accounts for commiters I want them to commit, but being able to control which person do what by other means18:02
james_wNg: that's a bug I expect (merge --preview | less)18:07
Ngjames_w: indeed. I'm told it's fixed in bzr.dev :)18:08
james_wNg: even better18:08
NgOOI, could there also be a pull --preview?18:08
james_wIsn't that diff?18:09
james_wdiff -r branch:wherever?18:09
james_wIt doesn't default to the pull location, and there is no revspec for that yet, but it should give you the same.18:09
james_wAlso it won't complain if you have diverged.18:10
* Ng shrugs, I'm no bzr expert, but if that is valid then pull --preview should be equivalent to it :)18:10
Ng(and would save me remembering the default URL)18:10
james_wYeah, that seems sensible.18:10
james_wI'll file a bug if you like.18:10
Ngheh, sure :)18:11
NgI'll be happy to subscribe to it and monitor its progress ;)18:11
james_wNg: sure, one minute.18:11
Ngjames_w: ah, I recognise you from bug 195020. hi :)18:12
ubotuLaunchpad bug 195020 in ubuntu "Locale it_IT missing, but it's present (dup-of: 178402)" [Undecided,New] https://launchpad.net/bugs/19502018:12
ubotuLaunchpad bug 178402 in gdm "[hardy] missing language error" [High,Fix released] https://launchpad.net/bugs/17840218:12
james_wNg: https://bugs.launchpad.net/bzr/+bug/19808418:15
ubotuLaunchpad bug 198084 in bzr "Please add pull --preview" [Wishlist,New]18:15
Ngjames_w: nice, thanks :)18:16
james_wno problem18:17
jdongjelmer: is there an ETA on the new release of bzr-svn18:26
jelmerjdong: This week somewhere probably18:28
jelmerwe're at a bzr sprint atm18:28
jdongjelmer: right, mmmkay. I heard that there might be shallow branching on the horizon?18:28
jdongerr... no pun intended18:28
Odd_BlokeHeh.18:29
jelmer(-:18:29
jdongbut in all seriousness, is shallow branching a foreseeable result of the sprint?18:29
ubotuNew bug: #198084 in bzr "Please add pull --preview" [Wishlist,New] https://launchpad.net/bugs/19808418:31
jelmerjdong: Not sure18:37
jelmerjdong: it may well be, but there's other things I'd like to work on as well18:38
jdongjelmer: cool. For me and bzr, limited history is probably the biggest thing I am missing18:39
ubotuNew bug: #198105 in bzr "Should create ~/.bazaar/plugins/ automatically" [Undecided,New] https://launchpad.net/bugs/19810519:11
* awilkins also votes for shallow history ; getting a full history is prohibitively expensive for old SVN repos20:57
=== mwhudson_ is now known as mwhudson
beunojelmer, we have wireless21:07
beunoI can tell you how if you pong me back  :p21:07
awilkinsjelmer: DO you know where the problem is for https://bugs.launchpad.net/bzr-svn/+bug/19083221:15
ubotuLaunchpad bug 190832 in bzr-svn "PROPFIND exception during check out of Subversion branch behind https" [Undecided,New]21:15
awilkinsVerterok: Did you get my small insignificant patch?21:16
Verterokawilkins: hi21:16
Verterokyes I'm just reading it :)21:16
Verterokawilkins: I also see that you get the new code from trunk, great21:18
jelmerbeuno: Heya21:18
jelmerbeuno: We just got back, received phanatic's SMS about the wireless details21:18
jelmerawilkins: Not really, but it's probably one of the commits since 0.4.7 that has made it regress21:18
beunojelmer, ah, higher-level technology  :p21:19
jelmerbeuno: how was your dinner?21:19
jelmerawilkins: the http support is hard to test on a regular basis since it requires so much things to be set up21:19
beunojelmer, pretty good, although they where out of almost anything, so I ate what was my 5th choice  :p21:23
jelmerheh, ok21:23
beunohow about yours?21:23
* Odd_Bloke finally gets the wireless working.21:25
Odd_Bloke*shakes fist*21:25
jelmerOdd_Bloke \o/21:26
jelmerbeuno: Was pretty good too, we ate some simple dinner at a pub21:26
Odd_BlokeShould we also have wired, or not?21:26
beunojelmer, we did exactly the same21:26
beunoOdd_Bloke, not sure, jelmer does for some reason21:27
jelmerOdd_Bloke: Yes, wired should be available21:27
jelmerbut you need to have the linux machine in your room booted up21:27
awilkinsUsing wireless networking provides an incentive to make the network code faster.... bwwghagagagaga21:27
* awilkins watches tumbleweed roll past21:28
jelmerwell, we've got shallow branches now, no need for performance anymore :-P21:30
awilkinsThey work?21:33
jelmerawilkins: yes, but they haven't been merged yet21:37
jelmerafaik they're being reviewed at the moment21:37
awilkinsjelmer: It's nice to hear that ; does bzr-svn work with shallow branching?21:37
jelmernot yet, but with a bit of luck I'll fix that this week during the sprint21:37
* awilkins swears at the persnickity ways of Eclipse21:42
=== mwhudson_ is now known as mwhudson
Odd_Blokejelmer: What are the steps to get the wired 'Net working?  The wireless is painfully slow.21:56
jelmerOdd_Bloke: 1) Find a cable21:57
jelmer2) Plug one end in the wall socket21:58
beunoOdd_Bloke, I suspect it's not the "wireless" the problem as much as the "sucky connection", which I believe will be that way no matter how you hook to it21:58
jelmer3) Plug one end (not the end you put into the wall) in your laptop21:58
jelmer4) profit \o/21:58
beunoOdd_Bloke, there may be a 10 pund thing in between which jelmer seems to think they won't charge, but they _do_ have his credit card info, so....22:00
beunos/pund/pound22:00
Odd_BlokeAh, I was put off by the £10 thing.22:01
jelmerOdd_Bloke: The reception told me that the broadband in our room had already been paid for so I just hit "OK"22:01
Odd_Blokebeuno: It's about 10 times faster on the wired network.22:02
* Odd_Bloke may have to steal from jelmer if this doesn't work out. :p22:02
* beuno chooses not to risk it and deal with irssi lag22:03
jelmerthe wireless is pretty good here22:03
jelmer30ms to home22:04
Odd_BlokeMy eTV isn't displaying any charge.22:05
mwhudsonwhich hotel are you guys in?22:05
Odd_Blokemwhudson: Park Plaza R1verbank22:06
mwhudsonnicer than the rotchester? :)22:07
mwhudsonOdd_Bloke: looks like you need to set up some kind of zip-line affair from the hotel to and from the office :)22:07
* Odd_Bloke hasn't been in the Rochester, so couldn't say.22:07
Odd_Blokemwhudson: It's already been discussed. ^_^22:08
beunomwhudson, Rinchen seems to think so, yes22:08
jelmermwhudson: It's a little bit fancier I think, but not all that different22:08
jelmerwe got bathrobes and slippers and that sort of thing22:08
mwhudsonmind you, i'm not sure why people hated the rotchester so much22:08
* jelmer thought the rochester was ok22:09
jelmerit's not like we spent all day inside of the hotel room or anything22:09
Odd_BlokeNeither the slippers nor the bathrobe fit me. ¬.¬22:09
beunoabentley, what are the chances you feel like taking a look at the XML spec we drew up with Verterok?  just to see if "that's what you meant"  http://bazaar-vcs.org/XMLOutput22:09
abentleyYes, that is the sort of information I want to know about the format.22:10
beunoabentley, thanks :D   We'll keep on working on that so we have something mergeable by the end of the sprint22:12
abentleyThe most obvious thing that bothers me about the revision format is that it only lists particular revision properties.22:13
abentleyI would want it to list all of the revision properties.22:14
Verterokabentley: ok, It's easy to add :)22:15
VerterokI made a patch for svn revisions some tiem ago, but never send it. :P22:15
awilkinsA schema would be good too.22:15
Verterokawilkins: once we freeze the format a xsd and dtd are going to be available22:16
abentleyThe status format doesn't seem to be able to describe symlinks.22:17
awilkinsawilkins: Just an idea ; when I do a tool that outputs XML I tend to put in an option switch to make it spit the schema to STDOUT22:17
* awilkins stops talking to himself and addresses Verterok instead ^^^22:17
Verterokups, it should, maybe we missed something :P (checking it now)22:18
beunoawilkins, we can include it in the doc, don't think that should be outputed by bzr22:19
* Odd_Bloke sleeps.22:40
beunoabentley, I'm suming up what was discussed in the sprint today, any chance you can fork the whiteboard pics my way?22:44
abentleyLemme see.22:45
abentleyIt'll be a couple.22:46
beunoabentley, great, thanks. I'll blog it I guess, and maybe send to the list if it's useful22:47
abentleyYou wanted all the whiteboards or just the xmloutput one?22:53
beunoabentley, all of em if possible. I'd like to have a daily summary before we forget what we talked about on friday  :D22:54
abentleyI'm emailing them now.22:54
beunoabentley, thanks!22:55
james_wbeuno: I think it might be quite cool for you to blog a couple of things about the sprint if you are happy to do so.22:58
beunojames_w, yeap, I'm doing exactly that. I don't have any pictures (I'll make sure to take some tomorrow), but I'm writing general impressions and I wanted to add what topics where discussed, and maybe attempt to capture some conclusions, but that one is trickier23:00
james_wbeuno: that's great. I think just spreading the word a bit that there is a sprint on, and you are discussing loads of interesting stuff, and working in patches would be great.23:01
james_ws/working in/working on/23:01
beunojames_w, yeap, absolutely. My post should hit the planet in a while.  When are you coming, btw?23:02
james_wthursday.23:03
james_wwell, Wednesday night, but I probably wont be eating with you guys as I have some friends to meet.23:03
beunojames_w, great. I've been talking with lifeless about the whole "bazaar" <> "baz" migration, so I'll be waiting for you to look into it more detailed23:04
james_wbeuno: cool, I'll be glad to help.23:05
james_wI don't think it will be too much work, as I think "bazaar" will end up installing "baz" for a long time no matter what we do, so that's not going to annoy anyone.23:06
beunojames_w, yeap, should be straight forward, just want to get it right  :D23:07
james_wof course :)23:07
=== jamesh_ is now known as jamesh
=== bpeterson changed the topic of #bzr to: Bazaar discussion
=== bpeterson changed the topic of #bzr to: Bazaar discussion | London Sprint May 14 - 18 https://launchpad.net/sprints/bzr-200705
randomnewguyis there a way to make bzr use version numbers < 1, i have noticed that projects are generally < 1 until they are release ready23:50
luksbzr doesn't do version numbers, does it?23:51
beunorandomnewguy, you mean have a revision 0?23:51
radixrandomnewguy: bzr puts no restrictions on the version number you give to releases of your projects...23:52
bpetersonrandomnewguy: you can tag anything you want23:52
randomnewguyi assumed that the revision would correlate with the release number23:58
randomnewguyguess ill just put a 0. infront :p23:59

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!