/srv/irclogs.ubuntu.com/2008/12/07/#bzr.txt

lifelessJc2k: what pack code?00:42
jmllifeless: ping01:30
pygijml is alive! :)01:31
pygiamazing :)01:31
jmlyes.01:31
* pygi goes rolling :)01:31
pygijml, you got my mails, right? :)01:34
jmlI got at least one :)01:37
pygijml, which one? :p01:40
jmlnah, I got em both01:40
pygigood good :)01:40
pygi2:40AM, you Aussies ...01:40
pygixd01:40
lifelessjml: yo03:11
jmllifeless: hi03:11
lifelessjml: join /#pyunit-friends03:12
jmlpygi: you left?03:13
jmlMario__: yay internet.03:14
=== Mario__ is now known as pygi
pygijml, please gimme ip again in pm :)03:14
=== beuno_ is now known as beuno
lifelessjelmer: btw, SvnBranch.last_revision() is very slow AFAICT06:18
robin_dewdguys what's the latest workaround for working with branches that have symlinks on windows? is it cygwin all the way?08:58
Rollyrobin_dewd: I think so. Cygwin and the win32 symlinks plugin09:01
robin_dewdyep. the win32 symlinks plugin just worked for me and I was able to branch09:02
Rollycool09:02
robin_dewdit was just that it was a little outdated in its last check in. thx09:02
Peng_Oogh, LH's memory usage is really being problematic.09:16
Peng_since I'm on a small vps.09:17
Jc2klifeless: git pack reader/writer.09:44
Jc2kfor bzr-git09:44
=== davi_ is now known as davi
=== jszakmeister is now known as jszakmeister|awa
Oli``Is there a command to list all the currently ignored files?12:54
luksbzr ignored12:59
luksor bzr ls --ignored if you don't want the matching patterns13:00
LeoNerdWhen bzr execs "ssh", is there a nice way that ssh can determine it's doing that?13:56
LeoNerdMy 'ssh' is really a shell script, that detects if it's running via screen, and if so, starts the command in a new screen window13:57
LeoNerdThis upsets bzr, because it means the 'ssh' command itself exits very quickly13:57
Peng_LeoNerd: Well, it runs "ssh bzr serve --inet --directory=/ --allow-writes", so you could check if those are the arguments?14:12
DvyjonesWhat software should I use if I want to host bazaar repositories?14:24
Peng_Dvyjones: What kinda hosting? At minimum, all you need is OpenSSH.14:25
Peng_(or another sftp server I guess)14:26
DvyjonesPeng_: I want to be able to set up repositories that should be accessible and editable by different users...14:26
* Dvyjones tried bazitis, but it wouldn't work..14:26
Peng_Use Launchpad? :P14:27
DvyjonesWell, I have git hosting, and someone asked if I could do bzr hosting too...14:28
Peng_Sorry, but I don't have experience with bzr hosting (aside from a simple single-user setup)14:28
Oli``luks: thanks =)14:30
Oli``If I add something and then write add ignore pattern that matches it, does it automatically stop being versioned?14:32
luksno14:33
luksrun `bzr rm --keep FILE` to unversion it, if that's what you want14:33
Oli``Exactly what I was about to ask =) thank you!14:33
haaahi all... i have a problem with bazaar and ftp. everytime when i push i get "Cannot lock LockDir"14:53
haaathe problem is that bazaar executes "site chmod 0700". my ftpd only unterstands "site chmod 700"14:54
haaais there any possibility to fix it?14:54
jelmerhaaa, please file a bug, mentioning what you did here as well as the name of your ftp server14:55
jelmerhaaa, We should be able to add a workaround for it14:55
Alexplayhttp://mivenganza.com/index.php?c=viral&m=index&id=563c74d45bc246f4099d8dbbcf400b3914:57
lifelessjelmer: hi16:07
jelmerlifeless: 'morning16:07
lifelessdoes buildfarm have/need subunit support?16:15
lifelessor does it jus t get processed logs?16:15
jelmerlifeless, our buildfarm currently uses its own custom format16:16
jelmerfor historical reasons16:16
jelmerI would like to switch it to subunit at some point (saves duplicate code), but haven't gotten round to it yet16:17
lifelessjelmer: cool; doing some subunit hacking at the moment16:23
jelmerah, nice16:23
lifelessparrot are looking for a replacement for tap16:24
jelmerThe Samba client library is somewhat standalone now, btw16:24
jelmerI hope to make it a separate thing at some point ("libtorture")16:24
jelmerparrot is the Haskell Perl 6 implementation, is it?16:24
lifelessI've put up a couple of brnaches, for tags and skip/xfail16:25
jelmerlifeless, nice16:37
lifelessparrot is the vm project16:38
jelmerlifeless, we should really package this up and include some simple scripts that e.g. take subunit text and generate HTML reports16:38
lifelessjelmer: right. I'm really regretting using scons :(.16:38
* jelmer nods16:39
lifelessjelmer: anyhow, I'm all up for packaging it; if the build system gets in the way, then switching would be fine (but not setup.py :P - because it builds normal C libs etc)16:43
jelmerlifeless, cool16:43
jelmerlifeless, I already filed an ITP a while ago, and did some work on packaging but got stuck because of scons back then16:44
lifelessjelmer: yeah, I'm so not attached to scons16:44
jelmerlifeless, where switching means switching to GNU make, I assume?16:44
lifelessjelmer: GNU make would be fine; autoconf + automake + handoff to setup.py for the python code is fine too, or various other alternatives16:45
lifelessthe requirements are: something that works16:46
* jelmer isn't sure whether he can meet those somewhat outrageous requirements16:49
* lifeless laughs16:49
lifelessheck, even setup.py for the lot would be better; but it really doesn't seem like a good fit for building libraries [non python extension module ones anyhow]16:49
Jc2kjelmer: the initial test run with bzr-svn 0.5 has finished running.16:54
Jc2kthe main thing i noticed was the key error we saw in bigboard and evolution. i'll try and get you something useful when i feel alive again16:55
Kobazbzr: ERROR: No repository present: "bzr+https://user@bzr.local/bzr/usrLocalLibrary/trunk/"17:38
Kobazthat was working a few days ago17:38
Kobazi run bzr info on the server side, and it looks okay17:39
Kobazph wait17:59
Kobazi have 1.5 on the client and 1.9 on the server17:59
Kobazi broke it18:12
Kobazhttps://bugs.launchpad.net/bzr/+bug/30602918:23
ubottuLaunchpad bug 306029 in bzr "bzr status broken" [Undecided,New]18:23
Kobazyeap18:23
Kobazcan i modify a previous commit message19:21
reinerpi am having trouble connecting to an svn-repo using bzr+svn as an anonymous user. can someone help me?19:21
jelmerJc2k, ah, thanks19:31
jelmerJc2k, I hope to have a fix for that this weekend19:31
jelmerJc2k, haven't been able to upload my bzr-git changes yet :-/19:31
jelmerKobaz, You can uncommit the revisions with the commit message you would like to change and commit again19:32
jelmerreinerp, hi19:32
jelmerreinerp, what's the problem you're seeing?19:32
reinerpwell, I get the error message "ERROR: bzrlib.plugins.svn.core.SubversionException: ("PROPFIND request failed on '/svn/mhaecker/open-source/nsNet'", 170001)"19:32
reinerptrying to branch, I use bzr branch svn+https://anonymous@ipx11390.ipxserver.de/svn/mhaecker/open-source/nsNet19:33
reinerpafter that, I am asked twice for a password: <https://ipx11390.ipxserver.de:443> Subversion repository anonymous password:19:34
jelmerwhat version of bzr-svn?19:34
reinerpand then: <https://ipx11390.ipxserver.de:443> Subversion repository None password:19:34
reinerpso I am not sure if there is a problem with the server or if the anonymous user is not correctly transmitted19:35
jelmerreinerp, tbh, that repository doesn't allow me to log in with svn itself either19:35
jelmerso it seems right that bzr-svn asks for a password19:35
Jc2kjelmer: kind of blocked on the pack right now :-\19:36
jelmerJc2k, sorry :-/19:36
reinerpyes, i asked my friend if he enabled anonymous access, but I think he has to check that again. but thank you very much for your help!19:37
lifelessJc2k: you can't unpack ?19:41
jelmerlifeless, git pack19:42
jelmerthis is about the bzr-git pack code19:43
lifelessjelmer: yes,  I know :)19:43
Jc2klifeless: unpacking off the wire :-\19:44
Jc2ki suppose i could pipe in to git-unpack-objects and read the objects out of a dummy repo :)19:48
lifelessjelmer: yes,  I know :)19:56
lifelesssorry, network glitch19:56
=== visik7 is now known as visik7|away
=== davi_ is now known as davi
Kobaz$ bzr push20:56
KobazHTTPS user@bzr.local, Realm: 'Bazaar Repository' password:20:56
Kobazbzr: ERROR: Server sent an unexpected error: ('error', "'module' object has no attribute '_has_key_from_parent_map'")20:56
Peng_Kobaz: What version of bzr on the client and server?20:57
Kobaz1.1020:58
Kobazif i do a bzr push again, i don't get the error20:58
Kobazit's like 1 out of three pushes, i'll get tat error20:58
Kobazs/tat/that20:58
Peng_I've got no idea then. Sorry. :P20:59
pygiPeng_, whats the problem'20:59
pygi?20:59
Kobazthe one i pasted21:00
Peng_pygi: Here's a transcript from right before you joined: http://paste.pocoo.org/show/AkdAJiOEP0D5TK2FDQ7k/21:01
* Peng_ thinks pastebins are fun21:02
Kobazoh right, heh, he joined late21:02
pygiKobaz, do you use stacked repo?21:03
Kobazi have a shared repo, and then a branch inside it21:03
pygiKobaz, bzr info -v pls21:07
Kobazhttp://www.pastebin.ca/127909121:21
pygiKobaz, try upgrading the branch21:22
pygiand let me know what happens while I go hunt for some food :p21:22
Kobazupgrading?21:22
Kobazform what to what?21:22
pygiKobaz, to branch format 722:00
pygijml, sleeping? :)22:00
spivGood morning.22:00
pygihi spiv .)22:00
pygi:)22:00
jmlpygi: no, I'm just on a call.22:01
pygijml, ;)22:03
Kobazpygi: oh22:04
Kobazpygi: how would i do that22:04
pygiKobaz, bzr upgrade :)22:04
Kobazah22:04
Kobazsounds easy enough22:04
pygiKobaz, let me know if that helps22:05
Kobazbzr: ERROR: Not a branch: "/usr/local/library/perl/".22:06
pygiwell, then obviously that's not a branch? xD22:06
Kobazit is22:06
Kobazhmm22:07
Kobazwell /usr/local/library is a branch22:07
Kobazokay22:07
Kobazcd..22:07
Kobazbzr: ERROR: The branch format Bazaar-NG meta directory, format 1 is already at the most recent format.22:07
LarstiQKobaz: this is about '_has_key_from_parent_map', right?22:08
pygiLarstiQ, it is, yes22:08
LarstiQthen upgrading your branch format will not do anything.22:10
pygiso wrong assumption22:10
LarstiQKobaz: does ~/.bzr.log contain an entire backtrace for that error? I'd like to know which python module it's having problems with.22:10
KobazLarstiQ: yeah22:11
KobazLarstiQ: lemme see22:11
Kobazhttp://pastebin.ca/127912822:13
Kobazhttp://pastebin.ca/127913022:16
LarstiQmeh22:17
LarstiQKobaz: unfortunately it doesn't contain the server side backtrace.22:17
LarstiQKobaz: how about the ~/.bzr.log on the remote side?22:17
Kobazk22:19
Kobazwhat about that pycurl module?22:19
LarstiQnot related, and harmless22:20
Kobazk22:20
Kobazwhere would it be22:21
Kobazi'm using the mod_python via apache method22:21
Kobazfor the server22:21
Kobazit's not in the web users home dir.. although it's not writable by the web user22:21
LarstiQoh wow :)22:21
LarstiQKobaz: I've never tried that, with bzr+ssh I'd say in the homedir of the user you're sshing in as.22:22
LarstiQand I'd indeed assume the user the mod_python process runs as22:22
Kobazack22:22
Kobazi broke bzr again22:22
Kobazhttp://pastebin.ca/127913922:24
Kobazoh22:25
Kobazi installed pycurl22:25
Kobazand now it's able to download the cert to verify it22:25
Kobazdoes bzr have support for local cert verification?22:25
LarstiQwhat do you mean with local?22:25
Kobazlike, local to the user22:26
Kobazrather than using the system ca certs22:26
LarstiQKobaz: don't think so.22:27
LarstiQunless pycurl does that by itself22:27
Kobazi have a self signed cert on the server22:27
Kobazlooks like it's this bug22:29
Kobazhttps://bugs.launchpad.net/bzr/+bug/8208622:29
ubottuLaunchpad bug 82086 in bzr "pycurl transport causes tracebacks if the server's SSL cert cannot be verified." [Medium,Confirmed]22:29
Kobazremoving pycurl fixes it22:30
Kobazheh22:30
LarstiQKobaz: right.22:30
LarstiQKobaz: I'm falling asleep I'm afraid. Anyway, it looks like for some reason the python process has a different module imported than it expects.22:31
LarstiQKobaz: figuring out what it is expecting and what it is getting would be the first step to solving this.22:31
Kobazmmm22:40

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