mithro | is there a command like gitk for bzr? | 01:30 |
---|---|---|
Peng | Um...what does gitk do? qbzr or bzr-gtk or bzr-explorer probably have something. | 01:39 |
mithro | gitk lets you browse the revision history in an easy manner | 01:46 |
maxb | mithro: 'bzr qlog' is excellent (install qbzr) | 02:47 |
pobran_ | May I ask a newbie question here? | 07:27 |
pobran_ | I have a bunch of versions of a project which are not under source control and I am curious what the right way would be in bzr to make these into branches and merge them | 07:29 |
pobran_ | Representing that they are all versions of the same project rather than completely different things, and being able to use merge commands across them | 07:29 |
magcius | arrgh.. is the best solution for repo web browsing really loggerhead? it stinks | 13:03 |
jelmer | it could use some improvements, yes :-) | 13:03 |
Peng | It stinks? That's a bit harsh. | 13:37 |
johnjosephbachir | howdy | 14:33 |
johnjosephbachir | when trying to do a rebase on a branch and a checkout in the same local repo, i'm told that a revision is missing from the repo | 14:34 |
moldy | hi | 17:18 |
moldy | i have a respository containing symlinks that i need to branch on windows. what is the best solution here? | 17:18 |
johnjosephbachir | here's a bug report describing the problem i mentioned this morning https://bugs.launchpad.net/bzr/+bug/549676 | 17:36 |
ubottu | Ubuntu bug 549676 in bzr "revision missing from repo, causes merge, rebase, etc. to fail" [Undecided,New] | 17:36 |
Gnx | I seem to be experiencing large problems with using bzr client on an openssh server | 17:53 |
=== radoe_ is now known as radoe | ||
lfaraone | Hey, I'm getting an error when using bzr on Fedora 11: "bzr does not support python -O0" | 20:02 |
lfaraone | Does that sound familiar to anybody? | 20:09 |
hazmat | lfaraone, not familiar but it would suggest that the python optimization level was raised.. was this bzr installed from rpm or manually? | 20:26 |
lfaraone | hazmat: from rpm | 20:26 |
Adys | I got a repo on my server without a working tree; how do i get the working tree back? | 20:28 |
Adys | oh just need to checkout | 20:29 |
hazmat | lfaraone, sounds like a packaging error, from the source, it sounds like the package was done with optimized python compiled and with stripped the documentation strings (python -OO), which bzr needs, so it complains on startup, i'd file an issue with the package maintainer, they can just use python -O which does the optimized files without the doc strip | 20:32 |
hazmat | lfaraone, if you'd like to just use bzr, your probably better of in the short term it seems by removing the rpm, and doing a manual installation with easy_install | 20:46 |
mwhudson | jelmer: some interesting bzr-git commits :) | 21:26 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!