/srv/irclogs.ubuntu.com/2008/05/10/#bzr.txt

rick_h_hey jelmer00:31
LaserJocklifeless: btw, I did a new linux benchmark with hg now too.00:32
jelmerrick_h_: did you manage to figure out the authentication bits in bzr-svn?00:35
=== lamalex is now known as lamalex_2
=== lamalex_2 is now known as lamalex
lamalexhas anyone used the bzr addin for monodevelop?03:08
eMxyzptlkhey guys, is there something similar to svn:externals in bzr?03:10
eMxyzptlkI've heard of it but donno if it's for real03:10
rick_h__I use bzr-svn with a project with svn:externals. I just ended up checking out each external locally and ln -s to the externals dir03:18
* Peng branches from a server and is told that the working tree format used on the server is old.03:58
=== jam changed the topic of #bzr to: Bazaar version control system | http://bazaar-vcs.org/ | bzr-1.5rc1, May 9 | http://irclogs.ubuntu.com
jampoolie: I'm having some trouble building the source packages for bzr-1.5rc104:32
jamI'm following your instructions04:32
jamthough I had to "apt-get install fakeroot" which wasn't mentioned04:33
jamAnyway, I'll email you, but 1.5rc1 is released, but isn't uploaded to the ppa yet04:33
jamman, having to create a release for each supported version is a PITA04:33
jamnot to mention multiplying that by the extra packages (bzrtools, etc)04:34
LaserJockjam: I think the LP guys have a tool to automatically do the the changelog munging, etc. to do multiple release at once04:38
jamLaserJock: not according to: http://doc.bazaar-vcs.org/bzr.dev/developers/releasing.html#publishing-the-release04:39
jamanyway, I need to go to sleep now04:40
LaserJockjam: I mean, I think one of the Canonical guys built a script04:40
beunojam, can I help with the packaging?04:49
beunojam, I'd happy to work it out and upload04:51
beunojam, uploading hardy now05:11
gabeeshello all11:06
gabeesis anyone able tell me why i keep getting errors like this when i try to revert single files, please?11:07
gabees$ bzr revert -r 51 tasks/views.py11:07
gabeesbzr: ERROR: Permission denied: "/home/gabriel/studiomaker/tasks/views.py/.bzr/branch-format": [Errno 13] Permission denied: u'/home/gabriel/studiomaker/tasks/views.py/.bzr/branch-format'11:07
pygifile permissions? :D11:11
gabeesnah not at all11:16
gabeesi can just do: bzr revert11:17
gabeesand that will revert loads of files without a problem, only if i single out a file11:17
gabeessee:11:17
gabeesr$ bzr revert11:17
gabees M  tasks/models.py11:17
gabees M  tasks/templates/task_list.html11:17
gabees M  tasks/tests.py11:17
gabees M  tasks/views.py11:17
gabees M  urls.py11:17
gabeessorry, shouldn't paste here11:17
gabeesis that because i have version 1.3.1-1?11:18
james_wgabees: could you please pastebin the output of "bzr -Derror revert tasks/views.py"?11:49
gabeesjames_w: sure, just a sec11:57
gabeesjames_w: here you are http://dpaste.com/49204/11:59
gabeesquite a lot of stuff in there11:59
james_wgabees: that does look like a bug, can you please run "bzr info" and tell me what the formats you have are?12:00
gabeesCheckout (format: pack-0.92)12:02
gabeesrepository: Packs containing knits without subtree support12:03
gabeesi upgraded from 0.9 to 1.312:04
gabeesbzr upgrade12:04
gabeesthen12:04
gabeesbzr reconcile12:04
gabeesbut the reason i upgraded was because i was getting these errors in the first place12:04
james_whmm, I can't reproduce in a simple test.12:05
gabeeswih 1.3.1?12:05
gabeeswith12:05
PengBazaar 0.9?12:05
PengNot 0.90?12:05
gabeesyeah prob 0.9012:05
gabeesit was in gutsy gibbon12:06
gabeesnow on hardy heron12:06
PengYeah, 0.90 then.12:06
gabeesand all of a sudden started seeing these errors12:07
gabeesso i thought i'd upgrade bzr12:07
gabeesbut ended up upgrading the entire system to hardy just to get bzr 1.3.1 :)12:08
PengHaha.12:08
PengWell, it's good to upgrade anyway.12:08
PengAnd bzr is totally worth the effort, right? ;)12:08
gabeesyup12:08
gabeesbzr has been so good12:08
gabeesi've got tens of project's source code in bzr12:09
gabeesif you want I can zip up my small branch and send it to you12:09
gabeesthen you can test and see what is wrong?12:09
james_wgabees: if you can do that it would be great. I should just need the .bzr/12:10
james_wis the code open source?12:11
gabeeswell not really12:11
gabeesit's for my work12:11
gabeesbut i've hardly started12:11
gabeesif it helps to make bzr better then i don't see any problem :)12:12
gabeesjust be a couple of mins, just uploading to our server12:13
james_wsure, just wondering if I could make it available in a bug report if need be. I should be able to make a small test case out of it, so it shouldn't be an issue.12:15
gabeesmm12:17
gabeesshould be ok12:17
gabeeshere is the url12:19
gabeeshttp://dev.pixeco.com?file=bzr-error.tar.bz212:19
gabeesjames_w: did you get that file ok?12:22
james_wsorry, was in the shower12:24
james_wecho a >> tasks/views.py && bzr revert tasks/views.py works fine for me here.12:29
james_wboth 1.3.1 and trunk sometime before 1.512:29
james_ware you familiar with the python debugger?12:32
james_wIf you set BZR_PDB=1 in your environment you get a debugger at any exceptions, so you could poke around and see if anything is amiss.12:33
gabeesjames_w: how come i was getting errors then?13:02
james_wgabees: I'm not sure, sorry.13:02
gabeesjames_w: what OS are you on?13:03
james_wah, maybe I do. I was assuming it should'nt probe for that file, but it should13:03
james_whardy.13:03
gabeesi just tried your code13:03
gabeesget the same error13:03
gabeesecho a to views.py13:03
gabeesthen revert13:04
gabeeshowever13:04
james_wis there anything weird about your filesystem? NFS etc?13:04
gabeesa plain old: bzr revert13:04
gabeesworks just fine and returns views.py to normal13:04
gabeesjames_w: ahhh13:04
gabeesit might just be that13:04
gabeesi'm on HFSPlus13:04
gabeesi have another hardy box on ext3 so i'll try that...13:05
james_wI think the problem is that it is returning permission denied, rather than ENOENT13:05
gabeesyeah i think so13:09
gabeesi just tried it on the ext3 box13:09
gabeesworked no problems13:09
gabeesalthough... $ echo a >> tasks/views.py && bzr revert tasks/views.py works fine for me here.13:10
gabeesbzr: ERROR: Path(s) are not versioned: works fine for me here.13:10
gabeesah yeah13:10
gabeesdumbass me13:11
gabeesr$ echo a >> tasks/views.py && bzr revert tasks/views.py13:11
gabees M  tasks/views.py13:11
=== abadger1991 is now known as abadger1999
=== nekohayo_ is now known as nekohayo
=== emgent_ is now known as emgent
gabeesjames_w: thanks for your help earlier15:49
gabeesI've now reformatted the filesystem from HFSPlus to ext3 and bzr is fine again15:50
gabeesI'm not sure what I will do if I need to boot OS X but I'll cross that bridge when I get to it15:50
james_wgabees: it's probably a good idea to file a bug, there may be something that can be done to fix it.15:59
james_wat least it would be documented for others then.16:00
pickscrapeHi, I'm trying to use bzr send, but when the email pops up there is no diff or bundle attached. Any tips?20:03
pickscrapeI've got one local commit to send (it's for the extmerge plugin)20:04
pickscrapeA thunderbird mail window pops up with the subject set correctly, but that's it. Dunno what I'm missing.20:04
sebpI want to checkout a repo over http that contains '~' in the url and I get "Connection reset by peer" when using bzr, but opening the site in the browser works fine. Any idea?20:12
trepcahey20:15
trepcaanyone here uses bzr with emacs ?20:15
trepcasebp:  show the exact command that you typed20:16
sebptrepca: bzr branch http://www.gnome.org/~sebp/bzr/python-dvb20:16
trepcainteresting20:18
sebpis it a bug?20:18
beunopickscrape, does: bzr send -o test.patch20:20
beunocreate a patch with the diff?20:20
trepcalooks like or maybe bzr establishes too many connections which server doesn't like20:21
pickscrapebeuno: It creates a file, but there is nothing between #Begin patch and # Begin bundle (though there is data after #Begin bundle)20:21
trepcain both cases ... probably a bug20:21
pickscrapeOh, intersting. I just pulled my branch to a different machine, and on there the test patch looks a lot more like it.20:22
beunopickscrape, you have to have a branch to compare it against to generate the patch20:23
beunoso, it would be something like:  bzr branch original_branch; bzr branch original_branch hackish_branch; hack hack; bzr send20:23
pickscrapeShould it not just pick up where I originally branched from, or do you always have to specify that explicitly the first time?20:23
beunopickscrape, it should pick up where you branched originally20:24
beunobut, in case it doesn't, you can specify it manually20:24
sebptrepca: okay, I file one, thanks20:24
pickscrapeLooks like on the other machine it's doing the right thing with -o20:25
pickscrapeBut not when omitting that and bring up the compose email window...20:25
beunopickscrape, odd. What version of bzr are you using?20:25
beunojam, btw, sorry about overstepping you with the packaging and screwing up...  :/20:26
pickscrapeOn this new machine it's 1.5rc120:26
pickscrapeOn the machine which -o doesn't work for it's running 1.420:26
=== emgent_ is now known as emgent
beunopickscrape, can the other machine still access where you branched from?20:27
pickscrapeNot long back I contributed a small change to bzr-svn and send worked brilliantly: it even filled in the To: part for me.20:27
pickscrapeYes, it's on launchpad (lp:bzr-extmerge)20:28
beunopickscrape, and bzr output the URL correctly when you do send "Using saved location:..."?20:29
beunohave you committed your changes?20:29
pickscrapeYes, I see my changes at the top of bzr log.20:29
beunobzr send -o should be very straight forward, so if it's outputting a blank patch, bzr isn't seeing any changes for some reason...20:30
pickscrapeAnd when running send I get "Using saved location: lp:bzr-extmerge"20:30
pickscrapeOn the 1.5rc1 machine -o *is* producing a sensible patch.20:30
pickscrapeOn the other one I think its memorised branches are a bit messed up.20:31
jelmerpickscrape: maybe send in 1.3 didn't do directory service url expansion yet?20:31
beunopickscrape, you might want to try and use an absolute URL instead of the lp: shortcut, just as a test20:31
pickscrape1.420:31
pickscrapeok20:31
pickscrapeWhat is meant by 'submit branch' in the bzr info output?20:31
jelmerthe branch bzr send will work against20:33
pickscrapeThat explains why -io on my 1.4 machine is producing an empty patch. It's currently set to '.'20:33
pickscrapeYep, that sorted that problem. So it's just the attachment to email that isn't working now.20:35
lamalexhow do you change what branch bzr submit is set to?20:35
pickscrapeI did bzr send -o test.patch --remember <URL>20:36
lamalexcool20:36
pickscrapeThere's probably a more elegant way though20:36
pickscrapeOh, I've got it. The problem is xdg-email.20:41
pickscrapeIf I put thunderbird into bazaar.conf explicitly it works.20:41
beunopickscrape, hrm, that ight be a bug20:42
pickscrapeIn the docs I see mention of this helping with thunderbird 1.5, but I'm running 2.20:42
pickscrapeAnything I can do to help debug it?20:42
beunoyou have xdg set to use thunderbird, and it doesn't attach the patch unless you specify it in bazaar.conf>20:42
beuno?20:42
beunobrb20:43
pickscrapeIt only works if I specify thunderbird in bazaar.conf. If I explicitly set xdg-email in bazaar.conf it still doesn't work.20:43
pickscrapeConfirmed that this workaround works on both machines.20:45
pickscrapeThey're not even the same distro either (1.4 is on gentoo, 1.5 is on Hardy)20:45
alecwhI just created a patch using bzr: bzr diff. How do I apply the diff/patch to another bzr branch?20:51
=== bpeterson is now known as bpeterson_away
=== bpeterson_away is now known as bpeterson

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