abentley | In general, you want to know that the commandline works, and that the library stuff is well-implemented. | 00:00 |
---|---|---|
beuno | abentley, uhm, right. I'll take the plunge than | 00:01 |
beuno | thanks :D | 00:02 |
abentley | np. Got to go. | 00:02 |
=== ricardokirkner is now known as pindonga | ||
vinc456 | hi, i'm trying to use the /contrib/bzr_access script to limit user access. The script successfully blocks users from connecting to the shell account and upon branching, authentication is successful | 02:46 |
vinc456 | but after Secsh channel 1 opens, i get an error "bzr: ERROR: Unable to start sftp client ucalgary.hopto.org:9922; EOF during nego" | 02:46 |
vinc456 | tiation | 02:47 |
vinc456 | any idea how this i can fix this? | 02:47 |
Peng | bzr_access and sftp? I thought bzr_access was only for bzr+ssh. | 02:57 |
vinc456 | oh that may be it, i will do some more investigating | 03:03 |
vinc456 | ok that fixed it, thanks | 03:05 |
Peng | I guess bzr_access should handle sftp better though. | 03:20 |
=== asac_ is now known as asac | ||
=== BasicMac is now known as BasicOSX | ||
abentley | lifeless: BB now shows the last branch nick just above the commit messages. | 06:51 |
gioele | hello | 11:07 |
lifeless | abentley: thank you! | 11:14 |
ubotu | New bug: #192365 in bzr ""bzr plugins" error: unexpected keyword argument 'verbose'" [Undecided,New] https://launchpad.net/bugs/192365 | 12:23 |
gioele | is there a way to show the diffs along with the messages in bzr log? | 12:30 |
dato | not at the moment, no | 12:30 |
dato | I also miss it | 12:31 |
=== zmanuel is now known as z-man | ||
=== gioele_ is now known as gioele | ||
mtaylor | wow. bzr is seg-faulting on me | 14:00 |
jdong | whee, just finished upgrading all my LP branches to packs :) | 17:00 |
RainCT | Hi | 17:49 |
RainCT | Is it possible to ignore *everything* except the files in a certain directory? | 17:49 |
RainCT | (if you only want to have that directory versioned but don't have the .bzr dir inside it) | 17:50 |
beuno | RainCT, you can only version stuff that's inside the bzr directory | 18:19 |
james_w | RainCT: I'm not sure but set .bzrignore to * and then add the directory you want may be the way. | 18:20 |
james_w | RainCT: there is also regex support in .bzrignore I think, so having a negative regex of the directory name may also work. | 18:20 |
RainCT | * works, thanks | 18:25 |
awilkins_ | Has anyone seriously tried running Bazaar in IronPython? | 20:10 |
kedmccabe_ | So wait, is 1.2 out or not | 20:15 |
jelmer | kedmccabe_: There is a RC out | 20:17 |
kedmccabe_ | Oh. The download page says that the current stable version is 1.2, and that's what easy_install grabbed. But, bzr-svn seems to be angry if you try it with 1.2 | 20:19 |
jelmer | ahh, I guess it's out already then | 20:22 |
jelmer | Yes, I haven't released a bzr-svn compatible with bzr 1.2 yet | 20:22 |
* awilkins_ refrains from upgrading | 20:26 | |
=== awilkins_ is now known as awilkins | ||
=== kedmccabe_ is now known as kedmccabe | ||
pygi | hello folks | 20:32 |
pygi | what's the status of bzr-webdav writing plugin? | 20:32 |
johnny_ | can somebody update the bzr changelog link for 1.2? | 20:33 |
kedmccabe | Is it recommended to run bzr-svn against svn trunk, or svn's 1.5.x branch? | 20:40 |
kedmccabe | it seems to fail an assertion when run against trunk, at least on Leopard. | 20:40 |
jelmer | kedmccabe: What sort of assertion? | 20:40 |
kedmccabe | http://pastebin.com/d20b7afc3 | 20:42 |
kedmccabe | gc stuff | 20:42 |
kedmccabe | I've been mostly following the OS X 10.5 install instructions, though if I run the perl scripts against bzr-svn it doesn't even recognize https as a valid branch | 20:43 |
jelmer | kedmccabe: I don't think I've ever seen that error before | 20:43 |
kedmccabe | Sweet. | 20:44 |
kedmccabe | I'll try it against svn-1.5.x and see what happens. | 20:44 |
jelmer | kedmccabe: What exactly do you mean by "doesn't recognize https as valid branch" ? | 20:45 |
kedmccabe | Just spits out "Not a valid branch" if I try to branch from the same URL. | 20:45 |
kedmccabe | or "Not a branch" | 20:46 |
kedmccabe | brb | 20:47 |
jdong | awilkins: I've tried doing it (ironpython) before, I didn't put too much effort but it seems to run slower and took A LOT of UTF-8 coercing to even get bzr rocks to work | 21:06 |
jdong | though the performance issues could've been entirely my fault | 21:07 |
lifeless | jdong: hmm, we're very careful to keep unicode and byte strings separate; it shouldn't need any coercing unless its doing something fundamentally not-python. | 21:07 |
jdong | lifeless: no no I think it's just not 100% cpython compliant yet | 21:08 |
mathrick | hiya | 21:31 |
mathrick | http://www.pastebin.ca/906662 | 21:31 |
mathrick | I get this crash | 21:31 |
mathrick | bzr.dev updated 2 minutes ago | 21:31 |
mathrick | is that known? | 21:31 |
lifeless | I would guess a file whose name is invalid in your locale's encoding | 21:49 |
lifeless | try LANG=C bzr rm --keep Downloads | 21:50 |
mathrick | lifeless: ah, lemme try that | 22:14 |
mathrick | lifeless: however, my locale is UTF-8, and the error talks about ASCII | 22:14 |
mathrick | yep, still crashes with C | 22:14 |
=== thumper_laptop is now known as thumper | ||
lifeless | mathrick: yes, it talks about ascii cause its transcoding | 22:33 |
mathrick | lifeless: well, hmm, LANG=C is of no help | 22:34 |
lifeless | hmm | 22:49 |
lifeless | well, please make sure there is a bug; you can run with BZR_PDB=1 to drop into a debugger and figure out what path is causing the problem. | 22:49 |
=== BasicMac is now known as BasicOSX |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!