/srv/irclogs.ubuntu.com/2009/11/13/#bzr.txt

RenatoSilvaverterok: hi03:57
RenatoSilvawhat is the .bzr/repository/lock/held file/dir?04:08
RenatoSilvawhat could cause access denied errors in this object?04:08
RenatoSilvawhat's the meaning of this log entry? can it cause access denied errors? Using fetch logic to copy between04:13
RenatoSilvaCHKInventoryRepository('file:///C:/DOCUME~1/renato/CONFIG~1/Temp/bazaar_client_tests1963719442832723916/working_copies/default_branch/.bzr/repository/')(<RepositoryFormat2a>)  and04:13
RenatoSilvaCHKInventoryRepository('file:///C:/DOCUME~1/renato/CONFIG~1/Temp/bazaar_client_tests1963719442832723916/working_copies/MessageVariantsCommit/.bzr/repository/')(<RepositoryFormat2a>)04:13
=== cody-somerville_ is now known as cody-somerville
PengRenatoSilva: It says it's fetching revisions from one 2a repo to another, and gives their paths. From the paths, perhaps it's from the test suite?04:22
RenatoSilvaPeng: yes from the test suite, right after this line I get return code 0 , along with a test fail. When the test passes, and that's --random--, I get a lot of output after that same line and only then return code 004:24
RenatoSilvaI thought it could be something with the paths, so moved from C:/DOCUME~1/renato/CONFIG~1/Temp/bazaar_client_tests1963719442832723916 to c:/bzr_tests, didn't work04:25
RenatoSilvacreated a separate user, but and tried in that user, but didn't work either, although I've noted that the errors were less than current user (but same kind, access denied, unkonw cmd bzr.exe)04:26
RenatoSilvacan anyone please bzr branch lp:~renatosilva/bzr-java-lin/encoding-fixes && mvn -o test ?04:27
RenatoSilvain Windows!04:27
RenatoSilvait seems soemthing regarding locking04:52
jmlmwhudson_, btw, we're not going to do a bzr-builder session05:38
mwhudson_jml: that would have been more useful if my laptop hadn't still been in the other room :-)07:00
jmlmwhudson_, heh07:00
=== mwhudson_ is now known as mwhudson
keithynothing works07:30
keithyI just upgraded to 2.07:30
GaryvdMkeithy: "nothing works" does not help us help you07:31
keithyit was just the general status report07:31
GaryvdMkeithy: please give us more details.07:31
keithyI am getting "unexpected end of message"07:32
keithywhen remotely checking out07:35
keithybzr+ssh07:35
GaryvdMkeithy: What command did you run/what button did you click on to get that error?07:35
GaryvdMkeithy: Is that the whole err, or have you shortened it. bzr errors normally start with "bzr: ERROR: "07:36
spivkeithy: which version, exactly?  2.0.2?07:36
keithy2.0.1  on mac os x07:37
keithyand 2.0.2 on windows07:37
keithyI have to vnc to the windows machine to perform the check out as a pull07:37
keithyso it is hard to c & p errors/commands07:37
spivpastebin the entire error text?07:37
spivwhat SSH client do you use on Windows?07:38
spivNote that since 2.0 bzr will not use plink.exe by default anymore, perhaps that's your issue?07:39
keithycould be07:39
keithyI have no idea what is on windows, it was plink07:39
spivYou can set BZR_SSH=plink in your environment to force that.07:39
keithywhat will it use?07:39
spivBy default, on Windows, it will use paramiko, which is bundled in the installer.07:40
keithyah ok07:40
spivBut perhaps it isn't finding your SSH keys07:40
keithyit gets as far as opening the channel07:40
keithyand asking for a password07:41
spivBasically, there are two likely problems I can guess: it is failing to authenticate to the SSH server, or it is failing to run bzr on the server after logging iin.07:42
keithyauthentication is succeeding07:42
spivBut i'But it's hardt to tell whithout more information.07:42
keithyany debug flags I can turn on?07:44
keithyERROR: connection closed: unexpected end of message check permissions and connectivity07:44
keithysftp seems to gt further07:46
keithyerror file exists .... branchdirectory/.bzr07:48
keithybut I just deleted branchdirectory07:48
keithyI am doing a checkout --lightweight07:48
keithyi give up manual copy it is07:54
Enisseohi everyone!09:22
GaryvdMHi Enisseo09:23
EnisseoI made a bad mv, how can I cancel it?09:23
GaryvdMEnisseo: have you commited it yet?09:23
Enisseono09:23
GaryvdMbzr revert filename09:23
GaryvdMI'm not sure if you give it the old name or then new name09:24
EnisseoI tried with both09:24
Enisseoand it prints an error09:25
GaryvdMEnisseo: let me check quickly09:25
Enisseobut in my case, maybe what's even worse is that I mv a folder into a file :S09:25
Enisseobzr mv --after myFolder myFile09:25
Enisseo(instead of bzr mv --after myFolder myOtherFolder)09:26
GaryvdMEnisseo: Now I'n not sure about what you are trying to do.09:27
Enisseojust trying to mv a folder to another one09:27
Enisseobut the autocompletion made me mv to a file09:27
Enisseo(yes, that's a very bad mv I did :S)09:28
GaryvdMOk - Could you please pastebin bzr status09:28
EnisseoGaryvdM: http://pastebin.com/m1b35fada09:30
EnisseoI accidently typed "mv install .buildpath" instead of "mv install _install"09:31
=== Kinnison_ is now known as Kinnison
GaryvdMEnisseo: Are there any changes to files that you have made, if not, do bzr revert, and start again.09:32
EnisseoI made some other changes (I cleaned the bzr status before posting it)09:33
GaryvdMEnisseo: Ok - if there are no changes to .buildpath, then do bzr revert .buildpath09:34
Enisseobzr: ERROR09:35
Enisseo:S09:35
GaryvdMWhat was the error?09:35
EnisseoA big one, starting with bzr: ERROR: The file id "1.2.0.7.sql-20091113082822-lh720xwrl1jupng4-1710" is not present in the tree <Inventory object at 1797e70, contents=".......09:36
lifelesspoolie: bug 40783409:36
ubottuLaunchpad bug 407834 in bzr "fetching from pack to 2a format is slow" [Undecided,Incomplete] https://launchpad.net/bugs/40783409:36
distaticahow do I find out what files bzr ignored on bzr add ?09:37
Lo-lan-do"bzr ignored"09:38
EnisseoGaryvdM: solved! I launched a "bzr mv --auto" and it repaired everything :)09:39
distaticathank you Lo-lan-do09:39
GaryvdMEnisseo: Cool - I learn't something new :-)09:42
EnisseoMe too :)09:43
EnisseoThank you for your time09:43
Enisseobye everyone!09:43
naokiHello.09:48
naokiOne Japanese translator would like to translate bzr's help messages.09:49
naokiI found this page: http://bazaar-vcs.org/DraftSpecs/I18nSupport09:49
naokiAny progress for i18n?09:49
GaryvdMnaoki: looking at the history of that doc, it was written by bialix. So he would be the best person to ask09:52
GaryvdMnaoki: He's not here at the moment.09:52
naokiOK, I'll ask him. Thank you.09:53
maxbIs retrieving file content from bzr packs a really cpu intensive operation?09:54
maxbI'm running a bzr fastexport | hg fastimport, and the export can't generate the stream anywhere near as fast as the import can consume it09:55
mwhudsonmaxb: what format is is the bzr branch?09:56
maxb2a (It's launchpad)09:56
mwhudsoni see09:57
mwhudsongenerating content should be pretty fast09:57
mwhudsonbut only in a very general way09:57
maxbstrace says bzr keeps open-fstat-fstat-lseek-mmap-lseek-read-close-munmap -ing the pack and index files repeatedly09:58
pooliehello GaryvdM10:03
pooliehello maxb et al10:03
GaryvdMHi poolie10:03
poolienaoki: the core is not i18n; the concern is that would make startup of the command line slow(er)10:03
lifelessmaxb: is the source branch local?10:09
maxbyes10:09
lifelessmaxb: and fastexport probably isn't tuned at all10:09
maxbIt seems to have gotten a lot slower over the course of the import, too. It was running at ~700 commits/minute near the beginning, now it's almost hung10:10
GaryvdMlifeless: I'd like to chat about some bzr-search ideas. I now a ok time?10:23
GaryvdMlifeless, Someone was asking for bzr-search to only search changed text, not all text. I'm going to have a go at it.10:23
GaryvdMlifeless, Should we have a config option to choose whether or not it does this?10:25
lifelessGaryvdM: bzr-search only searches diffs10:33
lifelessGaryvdM: but you need trunk, it was fixed in my stuff lasst week10:33
lifelessit was *reporting* way too much; however I'm being sociable right now, so now isn't a good time to chat10:34
GaryvdMlifeless: Oh cool - I'll let the person was asking for it know.10:34
GaryvdMIt was RenatoSilva10:34
thropehi, *.o in .bzrignore seems to matching files.so as well - unless .so are ignored by detault?15:23
LarstiQboth are ignored by default15:23
LarstiQthrope: at least in my ~/.bazaar/ignore15:24
thropeoh15:24
thropeok that explains it15:24
thropeah yes mine too15:24
smartgpxHi all. I'm a Win32 user of the setup.exe installer which gives a 'standalone' bzr.exe version of Bazaar without Python installed 'natively' on the machine.18:45
smartgpxIn that scenario, is there a way of adding extra Python libraries (such as Paste and XMLBuild) such that the bzr.exe can find and use them?18:45
smartgpxDoes bzr.exe have some equivalent of PYTHONPATH where extras should be installed?18:47
LarstiQsmartgpx: afaik, no18:48
smartgpxThanks Wouter. I was looking at the thread bzr-git on Windows on the bzr ml which seemed to suggest it might be possible to get access to Dulwich this way - is that different? (I'll ask Jelmer directly next time he's online.)18:52
LarstiQDulwich is a Python git implementation18:52
LarstiQsmartgpx: do we know each other, or are you bandying whois information around willy-nilly? ;p18:52
LarstiQsmartgpx: maybe things have changed, but it used to be that the way to use other libraries was to not use the standalone bzr.exe18:53
smartgpxIf that's poor nettique I apologise. It seemed more humane.18:53
smartgpxAnd not whois - IrcNicks instead.18:54
LarstiQsmartgpx: it's ok, I just hardly ever use that name online18:54
LarstiQsmartgpx: ah :)18:55
servilioHi! In a local checkout I have made some local commits, but after updating it the changes I've commited before aren't there anymore, though bzr status -v shows them in a list of pending merges, but when I try to commit it tries to commit them all together19:28
serviliois there a way to commit them individually?19:28
LarstiQservilio: you already did19:28
LarstiQservilio: if you commit the merge, `bzr log -n0` will show you the separate commits merged in the last commit19:29
servilioLarstiQ, before doing the updated to pull changes upstream19:29
LarstiQservilio: yes, those commits still exist and are now pending a merge19:29
servilioLarstiQ, upstream is a svn repo, if I then commit without --local will they show as individual changes in that repo?19:30
serviliobecause right now is asking for a commit message19:30
LarstiQah19:30
serviliolike it would commit all at once19:30
servilioeven with --local19:30
LarstiQif it's svn, then doing it that way isn't too handy19:30
servilioLarstiQ: what would you recommend doing?19:31
LarstiQservilio: not using --local19:31
LarstiQbut that's too late right now, so19:31
servilioLarstiQ, but it will commit directly.... ooops19:31
servilioso no way to recommit them separately now?19:31
LarstiQservilio: you can rebase them19:31
LarstiQbut I'd unbind first19:31
serviliohmmm19:32
LarstiQand if the result is correct, push it, and rebind19:32
servilioso, first "bzr unbind", then "bzr rebase"?19:32
LarstiQservilio: bzr unbind; then I guess bzr commit for ease of reference; and rebase19:32
servilioLarstiQ: unbound the working dir already, but bzr commit created only one entry19:35
LarstiQservilio: as it should19:35
LarstiQservilio: `bzr log -n0`19:35
LarstiQthe other entries already exist, it need not create them again19:35
LarstiQhowever, you want to have them linearly appended after the history in svn, that is what we're going to use rebase for19:36
servilioLarstiQ, oh, ok19:36
servilioso, commit, then rebase?19:36
LarstiQservilio: yeah, you'll need to give rebase some options I think19:37
LarstiQservilio: that will take some experimenting, so I'd first `bzr branch` of what you've got now19:37
LarstiQservilio: or find someone who knows rebase better ;)19:37
servilioLarstiQ, the relevant option looks to be --pending-merges19:38
LarstiQoh!19:38
LarstiQthat's a new one19:38
servilioLarstiQ, YES! it did it! :D19:39
servilioLarstiQ, that option rebased the pending merges as well19:39
servilioLarstiQ: thanks a lot!19:39
LarstiQservilio: good :) checking, what does `bzr missing` think of the difference between your branch and svn?19:42
servilioLarstiQ: did not remember 'bzr missing', but it shows the three uncommitted changes I have locally19:45
serviliojust as expected19:45
LarstiQservilio: good, next step: `bzr push` back to svn, and then bind to it again19:46
servilioLarstiQ: just in the push'ing, but had to make some remembering for my password :)19:49
servilioLarstiQ: I think I will just do 'bzr push --remember' and leave the local working copy unbound19:49
LarstiQservilio: that's cool too :)19:50
servilioLarstiQ: and actually what I wanted from the beginning, but didn't pay close attention to the difference between checkout and branch19:54
servilioLarstiQ: it would be nice that when doing an unbind the source repository would be recorded as the --remember for push/pull/missing20:01
LarstiQservilio: if not already set, I guess20:03
LarstiQservilio: file a bug, maybe the developers agree :)20:03
servilioLarstiQ: will do20:03
lifelessmoin20:22
=== EdwinGrubbs2 is now known as EdwinGrubbs
gioeleis it me or UIFactory.show_{message,warning} are underused by bzrlib?20:34
gioelethere are no uses of show_warning or show_message in bzrlib/*20:36
serviliois there a way to reference the origin branch once the source tree is unbound? something like :origin, or :branch?20:50
LarstiQ:parent20:51
LarstiQthat isn't populated for a checkout usually though20:51
LarstiQpull --remember will set it20:51
servilioLarstiQ, any way to consult its value?20:52
servilioother than issuing a pull or similar command20:52
LarstiQservilio: `bzr info`20:52
LarstiQmaybe -v20:52
servilioit shows the push branch, but I've already set that one20:53
LarstiQthen parent is not set20:56
gioelehow come BzrEclipse has no "Diff" operation?21:06
fullermdThere's a :bound alias.  I'm not sure whether it still exists when the branch is unbound (but still remembering its previously-bound location), though.21:06
mkanatSo, any thoughts on whether or not tags that look like revision numbers are bad?21:09
mkanatThat is, if I have a tag "3.2.4" (which could theoretically be a revision number) am I going to have some troubles?21:10
LarstiQmkanat: hmm, it's bad practise21:10
mkanatLarstiQ: So you have any particular reasons why? I had a gut feeling it might be, but just wasn't sure.21:11
lifelessmkanat: it should be fine21:11
gioeleLarstiQ: why bad practices?21:11
mkanatlifeless: Okay. Because I always have to specify tag: anyway, right?21:11
lifelessmkanat: you may ned to say -r tag:3.2.4 if you have a revno 3.2.421:11
=== khmarbaise_ is now known as khmarbaise
lifelessmkanat: there is a patch coming to search for tags if a thing isn't found in a revno21:12
mkanatlifeless: Ahh....21:12
mkanatlifeless: My concern is that things be as easy as possible for our users.21:12
mkanatlifeless: A lot of people customize Bugzilla and currently check it out via CVS, so there's going to be a lot of new bzr users. :-)21:12
lifelessmkanat: are you migrating bugzilla upstream to bzr ?21:13
mkanatlifeless: Yep!21:13
lifelesswoo!21:13
mkanat:-)21:13
lifelesssay hi to dave21:13
mkanatlifeless: Miller? :-)21:13
fullermdIt certainly shouldn't be a *tool* problem.  It could be a *social* source of confusion.21:13
lifelessuhm so - tagging should be fine. In your docs say '-r tag:3.2.4'21:13
lifelessmkanat: yup21:14
mkanatlifeless: Ah, okay. :-) Yeah, talk to him every day, since he's theoretically the Project Leader of Bugzilla. :-)21:14
mkanatlifeless: Would it be easier if I just made them all "v3.2.4" though?21:14
lifelessmkanat: I would however encourage you to have a 3.2 releases branch, with a commit to it on each release21:14
lifelessor something like that21:14
lifelessmkanat: yeah, I worked with him some years back :)21:14
mkanatlifeless: Ah! Was that when he was at Canonical?21:15
lifelessyep21:15
mkanatlifeless: Ah, right, he was employee #1, as I recall. Hahaha. :-)21:15
LarstiQmkanat: 3.2.4 of _what_? As fullermd says, not a tool problem.21:15
mkanatlifeless: Currently we're going to have a 3.2 branch that has tags for each release.21:16
mkanatlifeless: Although your idea of having a release branch might be better.21:16
LarstiQmkanat: but maybe I'm too much cvs influenced21:16
mkanatlifeless: Though we also plan to have a "stable" tag on the branch, though.21:16
lifelessmkanat: sure.21:16
mkanatlifeless: So people could update to that if they wanted.21:16
lifelessmkanat: so - play a bit, find what works, document it thoroughly21:16
lifelesswe've changed how we do releases a fair bit over the years. we add tags, but we don't give people instructions to *grab* a tag21:17
* mkanat nods.21:18
mkanatlifeless: Would "v3.2.4" be a better tag, do you think?21:18
lifelessmkanat: it would avoid collisions with revnos21:21
lifelessI'd say perhaps release-3.2.421:21
lifelessbzr's tags are just version numbers I think, but as I say we don't need them to get releases as we make branches21:21
* mkanat nods.21:21
mkanatlifeless: What's the advantage of "release-" over "v"?21:26
* mkanat is just wondering if there's a technical difference.21:26
lifelessclarity21:26
mkanatI can see that.21:26
lifelessplane catchin' time21:27
lifelessciao21:27
mkanatCiao!21:27
lifelessor I guess to be precise; food; bus to airport. WAIT. plane.21:27
lifelessI maybe back @ the airport :P21:27
LarstiQ:)21:28
LarstiQmkanat: I wasn't very clear, what I would do is '$project-$version'21:29
mkanatLarstiQ: Hmm. I'd think that would be fairly clear given the branch nickname, but I suppose maybe it's less clear with merged branches?21:29
LarstiQmkanat: maybe I'm old and biased ;)21:30
* mkanat shrugs. :-)21:31
hsnthere there any plans for cherrypick with history?21:31
fullermdAn advantage of that is that it makes the tag name more likely to be universally unique.  That can be an advantage if it ever gets imported into a situation where tags from multiple projects have to coexist.21:31
LarstiQmkanat: tags are stored per branch right now, but I myself won't depend on that fact21:32
LarstiQmkanat: what happens if you join two branches together, or with fast-export/import?21:33
mkanatLarstiQ: Oh, true.21:33
RenatoSilvaverterok: hi22:21
phcoderHello, all. Is there a way to unmerge branches while still allowing them to be merged on a later date?22:23
fullermdFunny.  There's a thread about committer/reviewer resources going on on the Postgres lists right now   :p22:55
verterokRenatoSilva: hi22:55
RenatoSilvaverterok: hi. I did more tests23:02
RenatoSilvaverterok: I've isolated one specific test that randomly fails/passes.23:02
RenatoSilvaverterok: here is the stack trace with the error message, and below the bzr log on fail/pass. The only diff in bzr log between fail/pass is that when passing, there are more lines, there's no error message in bzr log! http://pastie.org/695026.txt23:04
RenatoSilvaverterok: tried cerating anotehr windows user, but same errors, although seems less ones23:05
verterokRenatoSilva: yes, the extra lines are the branch setup for the test23:06
RenatoSilvaverterok: I've also run the tests in Ubuntu, and they passed!23:06
RenatoSilvaverterok: does the url give you any clue on what's wrong?23:08
verterokRenatoSilva: looks like the lock isn't released, which is weird, as there is a single client running for th tests23:08
verterok*the23:08
RenatoSilvaverterok: yes I've noted the access denied are about lock files23:09
RenatoSilvaverterok: doesn't junit use thread when running the tests?23:10
RenatoSilva*threads23:10
verterokRenatoSilva: hmm, no. at least not by default23:10
RenatoSilvaverterok: do you have winxp to test it? about linux, the tests fails for non-ascii paths, for example /I/am/in/maçã$mvn test --> fails23:12
verterokRenatoSilva: yes, it's down currently, need to get home to test in win xp23:13
RenatoSilvaverterok: ok, thanks if you can. Do you usually update winXP?23:14
verterokRenatoSilva: no, it's an old version...I think SP123:14
RenatoSilvaverterok: ok...your vm in hudson too?23:14
verterokRenatoSilva: that's the only winxp I have :)23:15
RenatoSilvaverterok: ahahah ok23:15
RenatoSilvaverterok: I need to find someone with winxp sp3 + mvn + bzr23:15
RenatoSilvaverterok: I'm lazy to create a win vm here23:17
RenatoSilvaverterok: but about Linux, something seems wrong with your linux in hudson23:20
RenatoSilvaverterok: just ran the tests on a virtualized kubuntu here, all successfull too23:21
verterokRenatoSilva: why? it's just a stock karmic install23:21
RenatoSilvaverterok: I don't know why, I just know it's working here :D23:36
verterokjej :)23:36
RenatoSilvajej?23:40
verterokRenatoSilva: heh?23:41
verterokRenatoSilva: same as :-)23:41
RenatoSilvaverterok: ah ok, never saw that, thought it was another irc acronym23:42
RenatoSilvaverterok: I would like to help you solve the failures in linux, but the only thing I know is that they don't happen here in ubuntu and kubuntu23:44
verterokRenatoSilva: thanks, I'll try to take a closer look later, at home23:44
RenatoSilvaok23:45
RenatoSilvaI think I'll file a bug about the WinXP for at least finding out the root cause23:48

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