[01:30] Good evening. Anybody on that knows something about the StringIOWrapper used in bzrlib.tests? [09:26] Hi, I setup some bzr instructions to send patches for a project I maintain.. instructions are here http://www.varesano.net/contents/projects/firefox%202%20theme%20firefox%203x#Development [09:26] Today a user just sent me a patch.. but it's basically useless as it breaks each newline in the modified file making it unusable.. [09:27] any idea what could have gone wrong? [09:27] please note that my project has been created on Linux, while the user probably modified that on Win [09:29] fax8: sounds like a windows editor [09:33] LarstiQ: so you think that the editor broke that? not bazaar? [09:34] fax8: absolutely. However, Bazaar has functionality to combat that behaviour. [09:35] LarstiQ: sounds good, can you elaborate or point to relevant docs? [09:37] fax8: http://doc.bazaar-vcs.org/bzr.2.0/en/user-reference/index.html?highlight=eol#end-of-line-conversion [09:37] LarstiQ: thanks! [09:37] fax8: personally I tell my editor (vim) to never write windows style line endings, but not every editor can do that, and not every user has their editor configured that way [09:38] (or editors not changing line ending style would work too) === fenris__ is now known as ejat [14:17] i see bzr-git doesn't support push... is there anyway workflow for working on a git-repo with bazaar? [14:19] could I pull from git and branch from that... do my work, then serve my work in my bazaar branch with git-serve and merge it back into a git branch? [14:36] dpush should work [14:36] but I thought push did, too [14:38] bob2: do you know how I could branch my github repo git@github.com:user/test.git doesn't work and git://github.com/user/test.git is read only [14:39] read only? [14:39] bob2: it is the public url... don't know how to log in to it [14:40] ssh://? [14:40] bzr: ERROR: Unsupported protocol for url : bzr supports bzr+ssh to operate over ssh [14:41] or git+ssh [14:41] Permission denied (publickey). [14:42] does git clone ssh:// work? [14:42] no [14:43] with git I use git@github.com:user/test.git [14:45] oh got it ssh://git@github.com/user/test.git [14:46] git+ssh works with that, thanks [14:47] ah dpush works, but I get a message "No new revisions to push. " - but it did work ... thanks a lot [14:48] just be careful that you find out what dpush does [14:48] it might not do what you expect [14:51] hmm - I have my bzr-git branch... I branched it in bzr... made some changes in git and pushed, made some changes in the 2nd bazaar branch. now I try to merge the changes... so I updated the original bzr-git branch... thinking i would merge in the second bzr branch and then dpush [14:51] but merge says nothing to do. [14:51] oh never mind i forgot to commit [15:53] hi all. i'm trying to sort out some bugs with trac-bzr. maybe someone here could help. i'm hit by lp#349212 and lp#264734 mostly [15:53] * piem waves at Kinnison :) [16:29] ubottu: bug #349212 [16:29] Launchpad bug 349212 in trac-bzr "Browse source produce traceback with GraphCycleError: Cycle in graph [...]" [Undecided,New] https://launchpad.net/bugs/349212 [17:24] right. fyi, lp:~jlgeering/trac-bzr/experimental fixes both lp#349212 and lp#264734 [21:26] verterok: hi. I'm watching your builds in hudson, the one in linux just worked :) [21:26] RenatoSilva: hi :) [21:27] RenatoSilva: the problem was that /tmp is a symlink and the test suite isn't resolving the link :/ [21:30] verterok: and rev 217 was the solution? [21:30] RenatoSilva: yes, I just set the java.io.tmpdir property to the real directory :p [21:34] verterok: ok will install vbox to test in my linux here, brb [22:26] verterok: I've got the tests passing here in XP after reverting the system to a previous state (and fixing all the problems it caused) [22:27] verterok: but shi***, the problem is back again [22:27] RenatoSilva: cool, just merged both branches in trunk :) [22:27] verterok: permission denied... the only thing I note to have done is that I have canceled mv -o test with ctrl+c [22:29] does anyone know how to solve this permission denied error? When you ctrl+c some bzr operation and you try again, you get a similar error, but bzr gives you a command to release the lock [22:29] I think I need to release some lock here, just like something is stuck in bzr user dara, not branch data [22:29] what's the exact error message? [22:30] dOxxx: org.vcs.bazaar.client.xmlrpc.XmlRpcCommandException: Permission denied: "C:/DOCUME~1/renato/CONFIG~1/Temp/bazaar_client_tests4776816157272306423/working_copies/bind/.bzr/branch/lock/held": [Error 5] Acesso negado [22:31] is this during bzr selftest? [22:31] ... [22:32] during bzr-java-lib JUnit tests [22:32] after ctrl+c a mvn test [22:32] oh, sorry, I missed the first part of the conversation :) [22:32] * RenatoSilva sighs [22:35] RenatoSilva: each junit run is executed in a new and clean directory...weird [22:35] verterok: now I got some .bat remaining [22:36] verterok: man the only thing I can imagine to have caused this was cancelling mvn test [22:36] verterok: I've reinistalled AVG, and installed win updates one by one, nothing happened until now [22:39] RenatoSilva: did you tried uninstalling/turning off AVG? [22:39] verterok: yes, previously [22:40] verterok: tried turning off AVG and win firewall, tried many things [22:40] verterok: I was running mvn test many times after each thing I was doing [22:49] RenatoSilva: at what point in mvn test did you interrupt it? [22:53] I'm tyring to cause the same problem here [22:56] * verterok need to run [22:56] dOxxx: did you branch it? [22:56] dOxxx: bzr-java-lib? [22:56] yes [22:56] verterok: see you [22:56] RenatoSilva: I just fired a bzr-eclipse build, once it finish, http://steppenwolf.selfip.net/hudson/job/bzr-eclipse/lastSuccessfulBuild/artifact/headless-build/eclipse.build/update-site-1.1.1.214.zip ;) [22:57] RenatoSilva: thanks! seeya later! [22:57] verterok: ok thanks [22:59] * RenatoSilva is absolutely bored with this problem [23:00] I don't know if I can help you solve it, but I'm willing to try. You say you ran mvn test, interrupted it at some point and now you get Access Denied errors when running it again? [23:02] running the tests [23:02] with or without mvn [23:03] dOxxx: are you in WinXP? [23:03] Vista 64 [23:04] At what point in the tests do you press Ctrl-C? [23:04] I want to try doing the same here and see if I get the problem [23:04] dOxxx: no idea, in the beginning [23:04] dOxxx: mvn -o test [23:04] dOxxx: I'm in winXP SP3 updated [23:07] * RenatoSilva will use system restore again :( [23:08] RenatoSilva: I"m not getting the access denied error :( Tried interrupt it a few times in different places and then letting it run uninterrupted to completion. [23:09] dOxxx: maybe because it's a winXP issue [23:10] RenatoSilva: Ah, sorry, I didn't know it was platform specific. [23:11] dOxxx: no one knows the root cause of this [23:13] RenatoSilva: What's the canonical form of C:/DOCUME~1/renato/CONFIG~1 ? [23:16] RenatoSilva: Basically, I'm wondering if it's creating the temp files in a weird location that's causing you problems [23:16] Documents and Settings/Renato/Configurações Locais [23:17] dOxxx: no it's not the path [23:17] dOxxx: at least not the tmp dirt itself, how would it work before? [23:17] hmm true [23:17] dOxxx: anyway I tried before to move the temp dir to c: [23:18] also, what JDK version are you using? [23:18] 1.6.0_16 [23:19] RenatoSilva: try using: mvn -Djava.io.tmpdir=C:/mvn_temp -o test [23:24] verterok: btw, I'm getting test failures on windows vista 64 with bzr 2.0.1 installed from the windows installer. Should I be reporting these or is this not a supported combination? [23:25] dOxxx: what version of xmloutput do you have installed? [23:25] 0.8.5 [23:25] stock version that comes with the windows installer for bzr 2.0.1 [23:25] verterok: worked the 2 or 3 times, but failed now: org.vcs.bazaar.client.xmlrpc.XmlRpcCommandException: Permission denied: "C:/mvn_temp/bazaar_client_tests8667854772094938709/working_copies/Diff/.bzr/repository/lock/held": [Error 5] Acesso negado [23:25] RenatoSilva: does that file still exist? can you check the permissions on it? [23:26] dOxxx: could you pastebin the failures? [23:27] verterok: not sure, but I guess it may be something related to simply running the tests again and again, maybe JUnit or whatever get stressed and stop working [23:27] hello === root is now known as Guest21213 [23:27] verterok: first one: http://pastebin.com/d64c9f883 [23:27] anyone know how to fix the no suck launchpad account for branching? [23:28] such* [23:28] Guest21213: what's the url you're trying to branch? [23:28] dOxxx: update your xmloutput to dev version [23:29] dOxxx: revno 207 of bzr-java-lib? [23:29] bzr branch lp:~name/trunk [23:29] dOxxx: remove your 0.8.5 and branch from lp [23:29] revno 205 of bzr-java-lib, branched about an hour or so ago [23:29] dOxxx: update both bzr-java-lib and xmloutput [23:30] Guest21213: bzr branch lp:~name/project/trunk [23:30] Guest21213: if name is the project name, try lp:name/trunk [23:32] bzr branch lp:~name/project/trunk doesnt work [23:32] Guest21213: of course, because name should be replaced with the real user name, and so forth [23:32] Guest21213: can you give us the exact url? [23:33] Guest21213: give more details [23:33] verterok: mvn -Djava.io.tmpdir=C:/mvn_temp -o test doesn't work at all :( [23:33] Guest21213: lp: is usually enough [23:34] RenatoSilva: huh, weird...what's the error? [23:34] verterok: the same [23:34] RenatoSilva: oh, ok [23:36] verterok: tests succeed now :) [23:37] dOxxx: :( [23:37] RenatoSilva: sorry dude :( [23:37] dOxxx: :) [23:38] any idea how the bzr4idea project is going? [23:38] RenatoSilva: so, it's something that changed in the last few days :( [23:38] I looked at it a little while ago but it wasn't compatible with the latest IDEA9 community edition [23:38] verterok: no, it's something that changed --now--, a few minutes ago :( [23:39] oh [23:39] verterok: I passed a few hours running the tests after each stuff I did and succeeding all the time [23:40] verterok: while I was here talking to you, it started failing :( [23:40] verterok: and the only I can notice that has changed is that canceled mvn -o test, and I suspect it may have broken something [23:40] *only thing [23:41] dOxxx: no idea about bzr4idea status [23:42] RenatoSilva: check if you have a xmlrpc service running? [23:43] verterok: get same error doing lp:(project name) seems like some settings went off [23:43] Guest21213: what's the project? [23:45] all :P [23:45] oh wait... [23:45] Guest21213: and what's the error? :) [23:45] have you done bzr lp-login username? [23:45] No such Launchpad account [23:45] no [23:45] verterok: already checked before, bzr start-xmlrpc works and responds just fine [23:46] Guest21213: do you have a lp account? [23:46] need login to download a branch? wtf [23:46] no just asking [23:46] Guest21213: why don't you just give the name of the project and all data? [23:46] cuz its irrelevant [23:47] Guest21213: could you pastebin the error? [23:47] Guest21213: what's the output of 'bzr lp-login' ? [23:47] Guest21213: bzr branch https://code.launchpad.net/~user/project/series [23:48] ok thanks [23:48] verterok: hum other thing has changed... xmlrpc-client-1.1.1! [23:48] I thought lp was a shortcut for that :P [23:49] RenatoSilva: hmm, change it back to 1.1 in the pom ;) [23:49] Guest21213: create a system var $lp [23:49] verterok: redefining permissions of C:/Program, Files [23:50] verterok: sorry what's the arg for setting the tmp dir? [23:51] RenatoSilva: -Djava.io.tmpdir= [23:51] ok thanks [23:51] On windows it's probably taking it from a env variable like TMP or TEMP or something like that [23:52] i.e. the java.io.tmpdir is initialized by default to the contents of the TEMP env var [23:58] *sigh* looks like bzr4idea is pretty dead