/srv/irclogs.ubuntu.com/2008/11/27/#bzr.txt

=== jamesh__ is now known as jamesh
lszyba1hello, I did:  bzr tag -r 77 datahub-release-0.7  now how do I push this to launchpad?03:59
lszyba1Do I have to recommit and push? "No new revisions to push."03:59
spivlszyba1: no, the push worked04:02
spivlszyba1: the message is confusing (there's a bug open about that), but the tag will have been pushed.04:03
spivlszyba1: $ bzr tags -d lp:datahub04:04
spivdatahub-release-0.7  7704:04
spivlszyba1: so you can see the tag is there :)04:05
spiv(bug 164450 appears the bug number)04:06
ubottuLaunchpad bug 164450 in bzr "should show a message when pushing(overwriting?) tags" [Low,Confirmed] https://launchpad.net/bugs/16445004:06
lszyba1thanks, is there a command to list tags  bzr lstags  ??04:16
bob2just 'bzr tags'04:16
lszyba1bzr tags ..found it04:16
lszyba1thanks,,updated my manual..http://lucasmanual.com/mywiki/Bazaar04:17
lszyba1anybody knows if launchpad shows tags anywhere?04:20
spivNot that I know of.04:24
jfroy|workjelmer: ping04:32
jelmerjfroy|work, pong04:33
jfroy|workjelmer: OK, so I thought I understood, but bzr-svn (or me) just did something I'm not sure I understand.04:33
jfroy|workBasically, what are you supposed to do again when bzr pull from the subversion branch tells you the branches have diverged? I did a merge, commit, push operation.04:34
jfroy|workAnd although that mostly worked, bzr-svn committed, as far as I can tell, the same set of changes that someone else had committed via svn (which caused the branches to diverge in the first place).04:35
jfroy|workIs that expected, or did I do something wrong?04:35
jelmerjfroy|work, yes - see the bzr-svn FAQ04:35
jelmeryou may want to use bzr rebase rather than merge04:36
jfroy|workAh right, I remember that...04:36
jfroy|workHum, I see, I forgot I wasn't working with a Subversion checkout, but rather a branch04:37
jfroy|work(since committing on a checkout is broken in 1.9)04:37
jfroy|workA checkout would not have normally allowed by commit which caused the branch to diverge.04:37
* jfroy|work is unconfused04:37
jfroy|work*allowed my04:37
jfroy|workThe amazing thing is, no conflicts were generated.04:38
jfroy|workIt's as if the same set of changes were applied twice without a problem.04:38
jelmeryes, that's correct - the revision that was moved to the right hand side is no longer on mainline04:39
jfroy|workindeed, it got moved to the right-side of the merge commit.04:40
tethauhoh. "Device not ready" while trying yo read the kernel is no nice greeting in the morning05:47
pooliespiv, still around?06:00
spivpoolie: yeah06:01
pooliei'm going to finish up in a bit, about 5:30 or 6, and go out06:03
spivjelmer: if I have the latest stable branch of bzr-svn installed I can't branch from http://bzr.arbash-meinel.com/branches/bzr/1.10-dev/revision_stream06:03
pooliemwh reported a new bug with those checks i put in for stacked branches06:04
pooliei'm just thinking about whether to get on to that now or keep going with john's merges06:05
poolieprobably the second is better, as it's already work in progress06:05
poolieand then i can take an uinterrupted go at 30296806:06
pooliehow did you go?06:06
spiv302968?06:06
pooliecorrection bug 30269806:06
ubottuLaunchpad bug 302698 in bzr ""BzrCheckError: Internal check failed: Newly created pack file <bzrlib.repofmt.pack_repo.NewPack object at 0x2e23f90> has delta references to items not in its repository:" on pushing a stacked branch" [High,Confirmed] https://launchpad.net/bugs/30269806:06
spivI saw mwh's bug, it seems to still be noticing the problem a bit too late.06:07
poolieyeah06:07
spivSooner than the next push, at least :)06:07
poolieright06:07
pooliei'm happy with the check there06:07
poolieand it should be fairly possible to just work backwards and see what should be done06:07
spivIt's weird that the autopack's _check_references trips over, but the push itself didn't.06:08
spivOh, unless an earlier pack that's part of the autopack has the dud record(s).06:08
spivIf that's the case then it might just be a matter of waiting until a report of that error comes in that isn't from an autopack.06:09
spivI agree that at the moment doing work that will make the rc1 tomorrow better is probably the best bet.06:10
poolieindeed, but what would that be? :)06:10
spivHeh.06:12
pooliei'll look at your tweak for 'avoid extracting revision texts' and merge it06:12
spivLanding already reviewed/proposed patches.06:12
pooliethe patch makes sense to me06:12
spivI'm doing that one atm, actually :)06:12
poolieoh ok06:12
spivJust waiting for my push to finish then I'll hit pqm-submit (so only a few seconds)06:12
pooliethen i'll look at 'retry 2/3', as no one has reviewed that yet06:13
spivThat'd be good.  I took a glance at it but the diff seemed a bit odd, and merging bzr.dev gave some irritating criss-cross conflicts.06:14
spiv("odd" as in "looks like it shows unrelated changes that are already in bzr.dev")06:15
pooliei might try that merge then06:22
spivpoolie: oh, and Mary would be happy if http://bundlebuggy.aaronbentley.com/project/bzr/request/%3C418c22640811181423hc9a2628y4b0bae4dd1f6e7fd%40mail.gmail.com%3E makes it into 1.1006:24
spivpoolie: there's a newer patch that makes _get_nick into a public get_nick as suggested by the review, but that newer patch is stalled while waiting for tests to be written for that new public API.06:26
spivpoolie: so probably we should just merge the initial patch (with _get_nick) for 1.1006:26
poolie+1 from me06:27
spivpoolie: I can do that if that sounds -- great :)06:27
vilahi all07:02
pooliehey vila07:04
poolieok, i've fixed up jam's retry patch and sent it to pqm, and now i'm signing off07:34
vilapfeww, finally the fix for bug #277537 is ready to be used or should I run yet another mammoth 34h bzr check ? :-/ :-) :-\07:34
ubottuLaunchpad bug 277537 in bzr "annotate says revision modified file, "bzr diff -c" widly contradicts" [High,Fix committed] https://launchpad.net/bugs/27753707:34
spivpoolie: cool.  I've got jam's pack re-order patch with PQM too, so I think we've merged all the important stuff he wanted to have merged.07:36
* spiv goes for a swim07:37
loxsfolks, bzr+ssh doesnt work with the setup installer for windows. So I decided to install python and paramiko and then bzr. Paramiko now works on its own. I try to install with the "simple" installer, but now bzr is not in the system path. And I can't find the exe. Where is it installed?08:44
=== jszakmeister|awa is now known as jszakmeister
speakmanhow is nested trees developing going?09:32
_mathrickhey09:47
_mathrickwhat is the best repo structure to have a dev branch, and another branch which is dev + local conf (DB/host settings in this case)?09:48
_mathrickideally, all changes would be pushed into dev unless I specifically say not to09:49
_mathrickie. I'd like to avoid manual sync as much as possible09:49
SteveApoolie, spiv: hi.  do you need any help getting the branches that are still causing a problem for online services?10:07
spivSteveA: more details certainly wouldn't hurt10:07
spivSteveA: is it easy to make a tarball of the offending branch(es) + plus instructions to reproduce the problem with the tarball?10:08
_mathrickum, how can I export a shelf?10:13
SteveAspiv: I think we only see it when talking to Launchpad10:14
SteveAspiv: best thing is if I give you access to the private branches, I think10:14
SteveAspiv: I just added you as a member of a team.  You should be able to get the branches now.10:16
james_wjelmer: hey just discussing how to make --export-upstream work better for someone, and I think we may be able to solve your problem at the same time11:05
=== _[PUPPETS]Gonzo is now known as [PUPPETS]Gonzo
Lo-lan-doHey there11:29
Lo-lan-doCan I get bzr branch (or bzr checkout) to not create a working directory but only to fetch the revisions?11:30
Lo-lan-doI'm trying to setup a "mirror" repository on my laptop with branches bound to those on my server's repository.11:31
james_whey Lo-lan-do11:31
james_wyou can do it if you create a --no-trees repository11:31
Lo-lan-doBut even though the local repository is --no-trees, bzr branch creates working copies :-/11:31
james_woh11:32
james_wthat's odd11:32
Lo-lan-do(This is bzr 1.5-1.1 on Debian unstable, by the way)11:35
Lo-lan-doBut anyway, I'll do some shell magic with bzr reconfigure.11:35
james_wI'm pretty sure --no-trees should work11:36
james_wyou might have found a bug11:36
james_wLo-lan-do: thanks for working on loggerhead for alioth11:37
Lo-lan-doYou're welcome.  You'll probably notice it doesn't Just Work quite yet :-)11:37
Lo-lan-do(I reported the bugs last night)11:39
Lo-lan-doI'm off to lunch, but I'll be back to discuss them afterwards :-)11:40
=== jszakmeister is now known as jszakmeister|awa
jelmerjames_w, ah, cool - how?12:12
james_wjelmer: do you use export-upstream in merge mode, or not?12:12
jelmerjames_w, no, I don't use merge mode anymore these days12:13
james_wjelmer: to add a new mode, so one can just re-use the tarball if already present12:13
james_wwe could also make it a but easier as well, as when you are not in merge mode the upstream branch is not necessary to retrieve the revision in question, as you will have merged it12:15
james_wthough noting the upstream branch will still be useful12:15
james_wI haven't thought it all through yet though12:15
phoenix3051anyone know why on ubuntu hardy, bzr depends on  python-central (>= 0.6.7) but only 0.6.5ubuntu1 is available12:17
jelmerjames_w, Is there a good use case for "export-upstream" without "export-upstream-revision" ?12:19
james_wjelmer: it was intended for nightly build12:20
CardinalFangThree lines:  $ bzr upgrade \nFormat <RepositoryFormatKnit1> for file:///blah/.bzr/ is deprecated - please use 'bzr upgrade' to get better performance \nbzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is already at the most recent format.\n13:26
CardinalFang"please change!  sorry, nothing to do!"  Why?13:26
beunoCardinalFang, maybe the repo is old format?13:27
beunoare you using shared repos?13:27
CardinalFangYes, I am.13:27
beunoCardinalFang, then you have to upgrade bith the branch and the repo13:28
CardinalFangHrm.  Ugly.  Okay.13:28
goshawkhi14:32
goshawkis there a command to remvoe unknow files?14:32
goshawkfrom the repo?14:32
goshawk*remove14:32
Odd_Blokegoshawk: `bzr clean-tree`, though that may be in bzrtools.14:33
goshawktahnks14:33
goshawkthanks14:33
goshawkworks great!14:33
goshawk:)14:33
goshawkwait... it deleted the whole repo...14:34
Odd_Blokegoshawk: That's surprising.  Are you sure that you had added the files you were expecting to keep?14:38
_mathrickgoshawk: repo or tree?14:38
goshawkwait14:38
_mathrickalso, bzr serve just tried to murder my RAM, why does it hate my RAM?14:39
_mathrickit used up above 500M or so, unsure how much exactly, because I was too busy killing it before it took all the mem14:40
_mathrickthe repo has only 2 revisions, although it has quite a few files14:41
_mathrick10K files, ~150MB working tree14:41
_mathrickhow do I find out what's up?14:42
goshawkOdd_Bloke: it was my fault14:51
goshawkhow can i revert before deleting?14:58
goshawkdone :)15:00
=== rocky1 is now known as rocky
=== beaumonta is now known as abeaumont
CaMason_hi guys. About to try about bzr for the first time17:08
=== _mathrick is now known as mathrick
CaMason_does bzr support keywords at all? I namely want to use the $id $ feature of svn if possible17:10
james_wCaMason_: not currently, it is in development though17:13
CaMason_james_w: ok. It's not that important for me at the moment :)17:13
CaMason_I love the fact this is portable. I can now continue my dev and commits whilst on the train :D17:14
CaMason_I did like tortoiseSVN though. I'm on vista x64, so I can't use the gui17:14
CaMason_although the eclipse plugin seems good17:14
Lo-lan-doI thought there was a TortoiseBZR too?17:14
CaMason_yes but it doesn't support x64, I believe17:15
Lo-lan-doAh.  Pardon me for being ignorant of these things, I haven't touched Windows for years.17:16
CaMason_there's only a couple of things holding me back in windows, and thats the Adobe suite, and better multi-monitor support17:17
CaMason_I need access to the Adobe stuff, and there's no elegant working solutions for the suite. Also, I use 3 or 4 monitors, and the support with distro's like ubuntu isn't as good as the windows implementation, yet17:18
Lo-lan-doI wasn't tryng to elicit a discussion on that subject, just apologising, really ;-)17:19
CaMason_Lo-lan-do: I was just voicing my dissapointment with Adobe's lack of linux builds, as usual :)17:19
CaMason_hrm.. I've got a couple of symbollic links in my project. I just did a bzr add, and commit. Now 'bzr status' shows those 2 links as 'unknown' with @ appended17:21
CaMason_Any ideas on the best approach now?17:21
james_wCaMason_: what happens if you "bzr add <symlink>"?17:26
CaMason_it seems it added the folder, but not contents (desired)17:27
CaMason_and commit succeeded :)17:27
CaMason_What's the preferred mechanism for seperating lines/sentences with a commit message?17:37
james_wCaMason_: I like to do a one line summary, a blank line, then paragraphs explaining it17:41
CaMason_sorry for my lack of understanding. How would I insert a newline when I'm typing at command line? (linux)17:41
james_wthat works well with things like bzr log --line, loggerhead etc.17:41
james_woh17:42
james_wdon't pass -m17:42
james_wand don't type a message17:42
james_wit is possible at the command line, but if you do that you will be given an editor in which to type17:42
CaMason_oh I see! and thanks to uncommit, I can go back and try it on a real commit :D17:43
CaMason_liking bzr already17:43
LaserJockjames_w: congrats on the Ubuntu package branches18:20
sohailhi, anyone know the status of bzrp4? Is the bzr -> perforce functionality available to test/hack?18:57
james_wthanks LaserJock19:22
LaserJockjames_w: I was looking at a failure and see:   UnicodeDecodeError: 'utf8' codec can't decode bytes in position 286-291: unsupported Unicode code range19:36
LaserJockjames_w: isn't that a common problem?19:36
james_wyeah19:37
james_wit assumes debian/changelog is valid utf-819:37
james_wI'm going to try and remove that assumption or relax it somehow19:37
DvyjonesIs there anything like SNV's $Id$ (I think that's how it is in SVN at least) in bazaar?19:38
james_wDvyjones: not currently, but it's in development19:39
DvyjonesAnd there's nothing like CIA(.vc) in Bazaar?19:50
beunoDvyjones, sure, check out the CIA plugin: http://bazaar-vcs.org19:50
beunoer19:50
beunohttp://bazaar-vcs.org/BzrPlugins19:50
LaserJockjames_w: this one seems a bit weird: bzrlib.errors.NoSuchTag: No such tag: upstream-ubuntu-0.1219:59
DvyjonesDo oyu know any good PHP software management softares / CMSes that support showing last bazaar pushes?20:00
james_wLaserJock: yeah, that's the most common one, it's a logic error I haven't had chance to look in to yet20:23
LaserJockjames_w: something about the way it figures out what the upstream release is I suppose20:24
=== tetha_ is now known as tetha
pooliehello21:46
pygihello poolie21:46
thumperpoolie: hi21:55
thumperpoolie: I was trying to remind myself of the --fixes syntax, and went `bzr help bugs`21:55
thumperpoolie: I was somewhat surprised not to see a launchpad example in there21:56
thumperpoolie: it had three or four other examples, but no lp :(21:56
pooliethat sounds like a bug21:56
pooliei wonder why21:56
poolieah so it does talk about lp, but doesn't give a good example21:57
grettkeHi guys. I've got a shared-repo with a project in it that I no don't need. I want to delete it. Should I just rm -rf it, or use bzr commands to do so? It has never been branched, just created is all.22:15
poolieif it has nothing else in it that you want, you can just rm it22:15
grettkeOk.22:16
grettkeIf I were to delete and recreate that project, as far as the shared repo is concened, it is not the same as the old one?22:17
poolieright22:19
=== fta_ is now known as fta
grettkethanks poolie. bye.22:20
spivpoolie: huh!22:25
pooliemm?22:25
spivpoolie: that change used to pass tests, but now it trips on your new consistency chekc22:25
poolieah22:26
spiv(the change to remove "len(self.target._fallback_repositories) > 0")22:26
poolieyes, that's what i understood you to mean22:27
pooliegood thing that check was there i guess22:27
spivI guess that makes sense, it can't be a straight pack-to-pack copy, some delta records have to be fulltexts.22:27
pooliethumper, spiv: just <http://pastebin.ubuntu.com/77542/> or anything more?22:40
thumperpoolie: fixes rather than addresses perhaps?22:40
thumperbut yes, that is all I was looking for22:40
pooliei'd kind of like to say what effect this will22:41
pooliehave22:41
pooliebut, that's mostly defined server side and may go out of date22:42
poolieand i'm not sure off hand what will happen22:43
spivpoolie: that looks reasonable to me22:45
pooliethumper: i just got subscribed to a very active project using code reviews etc22:46
poolieso, congratulations on your feature's popularity22:46
spivOff hand I believe --fixes lp:NNNN causes that branch to be associated with the bug, and that association's status is set to "Fix Available".  I think "addresses" is an ok way to summarise that ;)22:46
pooliebut it's also an eyewatering amount of email22:46
poolieand i don't really really care about it22:46
pooliepossibly i should fix this in my mail client22:46
pooliebut i wonder, if i unsubscribed (if i can) whether I'd get a good replacement through the web22:47
pooliebasically a timeline view of all merge proposals, comments, and landings22:47
spivpoolie: so I've updated my original InterPackRepo.fetch hack for bug 294479 to add a comment and a NEWS entry.22:55
ubottuLaunchpad bug 294479 in bzr "Vast number of round-trips pushing stacked branch" [High,In progress] https://launchpad.net/bugs/29447922:55
spivpoolie: I'm just running a full test suite now, in case there's something unexpected, but I don't expect there to be.22:55
poolieso this is setting it through a callback?23:03
pooliei think a comment about why we're doing it, and maybe also something on the constructor parameter to say we don't really want it would make sense23:03
pooliei sent that doc patch to pqm23:03
spivpoolie: right.23:04
spivpoolie: I'll add a comment to the constructor too.23:04
jmlyou know what would be great?23:29
jmlbeing able to re-order threads in a loom23:29
jml(I guess doing it properly depends on proper cherrypicking, but I'd be happy with a half-arsed solution that was a joy to use)23:30
Glenjaminhey guys, i've just installed bzr1.9 on windows, and i'm getting the error "Unable to load bzr-svn extensions - did you build it?" "cannot import name client"23:46
Glenjaminanyone know what this actually means?23:46
lifelessjml: its in todo I think, file a bug, yada yada yada23:47
awilkinsGlenjamin: It's a packaging bug23:51
awilkinsGlenjamin: You installed the python2.5 version?23:51
Glenjaminyes23:51
awilkinsGlenjamin: Delete c:\python25\lib\site-packages\bzrlib\plugins\svn23:51
awilkinsUnless you actually want to use bzr-svn, of course23:51
Glenjaminand if i want svn i should just install it?23:52
awilkins"just install it" is relative on windows23:52
awilkinsIt's rather tricky to get it built23:52
Glenjaminah23:52
Glenjamini probably dont need it for now23:52
awilkinsFor windows I think you are going to be looking at prepackaged binaries23:52
Glenjaminyeah, i'm fine with that23:52
Glenjaminwhile i'm here, i dont suppose anyone knows how to get tortoisebzr working on 64bit windows?23:53
spivpoolie: http://bundlebuggy.aaronbentley.com/project/bzr/request/%3C20081127231800.GH23611%40steerpike.home.puzzling.org%3E is the updated patch, btw23:58

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