/srv/irclogs.ubuntu.com/2009/04/26/#bzr.txt

=== Guest81090 is now known as bob2
=== dereine is now known as dereine[OFF]
lifelessknielsen: thats odd, it should be streaming, which would mean you don't need remote indices cached or anything01:35
lifelessknielsen: please file a bug!01:35
ovnicrafthi, is there trac-bzr developers?02:40
=== bob2 is now known as bob2_
=== bob2_ is now known as bob2`
=== bob2` is now known as Guest6692
Peng_mwhudson: FWIW, I've been running the Loggerhead memory stuff for nearly a day now. I haven't noticed any issues, not that I've looked. I can't say for sure, but RAM usage seems surprisingly low and stable.05:04
mwhudsonPeng_: cool :)05:44
mwhudsonPeng_: it will probably be a little slower, but not i'd expect you to notice05:44
=== knielsen is now known as knielsen_
=== knielsen_ is now known as knielsen
=== dereine[OFF] is now known as dereine
AnMasterhm10:51
AnMasterin bzr info output. What does "submit branch:" mean.10:51
AnMasterit isn't same as push branch, nor is this branch bound.10:52
AfCAnMaster: I've got a feeling it might be the place you `bzr send`'d to. It's all a bit arbitrary. Bazaar's UI isn't very consistent.10:54
james_wsubmit branch is for merge and send10:54
james_wAfC: why is that inconsistent?10:54
AnMasterAfC, bzr send...? mhm10:55
AfCMostly the fact that no one can infer what any of those things mean. If it means send destination, then perhaps call it that.10:55
AnMasteractually that branch was the old name for this one, When I changed to using a shared repo for all the branches of this project I branched the freestanding branches into the shared repo.10:56
AfCAnMaster: that's the alternate form of what was originally `bzr bundle`. If you like to review your patches before you send them and attach them to your emails personally, then bundle might be what you're used to.10:56
AnMasterthen later deleted the freestanding ones10:56
james_wwell, it's the operation that decides which branch to use, so it's a little trickier than that10:56
AnMasterAfC, something I never used either10:56
spivAfC: I think the names for those things are pretty reasonable, but the actual rules about how they are determined are too fiddly and unpredictable.10:58
AfCspiv: yes, that's what I'm talking about.10:58
spiv"$url is the submit location?  Hmm, I wonder why..."10:58
AfCAnd just wait until you try to find out what that means & how to change it in the help list. Yup.10:59
=== welten is now known as welterde
arj_hi12:08
arj_how do I make bzr upgrade remove an old backup.bzr dir?12:08
arj_it fails to upgrade because it's there12:08
arj_I'm hosted on launchpad12:08
arj_and using bzr 1.13.112:09
mwhudsonarj_: this is a bit of a wart12:12
mwhudsonarj_: you can use lftp to remove it12:12
mwhudsonarj_: or i can do it for you if you want12:12
arj_would be nice if you could remove it: bzr+ssh://anders-gnulinux@bazaar.launchpad.net/~team-mms/mms/1.1.0/12:15
mwhudsonarj_: done12:17
arj_thanks! :)12:18
=== dereine is now known as dereine[OFF]
=== dereine[OFF] is now known as dereine
=== dereine is now known as dereine[OFF]
=== dereine[OFF] is now known as dereine
=== dereine is now known as dereine[OFF]
Enisseohi everyone!16:20
EnisseoI'd like to make a GNU-like diff, does anyone know how to do so with bazaar?16:21
luksEnisseo: is there anything wrong with bzr diff?16:27
luksGNU patch has no problems understanding it16:27
EnisseoWell... I need to create a patch for a git project (I think)16:27
luksis that a problem?16:27
EnisseoI tried using an external diff tool, with the --using=... option16:28
luksthe output if bzr diff is a standard unified diff patch16:28
luksof16:28
Enisseobut the binary files are not included16:28
Enisseo(I'm on Windows XP)16:29
luksI don't think there is a way to include raw binary files in the patch16:30
luksI don't know of any other VCS with that ability either16:31
Enisseoso, the best way to send my "patch" may be a .tar.gz file...16:31
Mezis there an easy way to setup bzr so that it can use webdav or similar (commit via HTTP - preferably locked down to allow only certain accounts)16:31
luksthe best way to send a patch to a bzr project is to use "bzr send -o mypatch.patch"16:32
EnisseoI've read that some versions of the GNU diff manage binary files16:32
luksEnisseo: yes, "diff -Naur" for example will include binary files16:32
luksEnisseo: but even git will include encoded file in their internal patch implementation16:32
Enisseoluks > but this patch will not work with non-bazaar projects, right?16:33
luksEnisseo: generally it will, but will not add binary files16:33
Enisseookay, thanks, I think I will send a compressed file, it will be more convenient16:35
luksI'd send the patch for text files, and separately send the binary files16:36
luksthat what I normally do for projects that use svn16:37
luks*that's16:37
Enisseo(and this is the exact time I'd need a "bzr export -r firstRev..lastRev" feature...)16:37
LarstiQEnisseo: what would that do?16:56
EnisseoLarstiQ: export the files that have been modified or added between two revisions16:56
LarstiQEnisseo: hmja. That's not really the semantics of the export command.16:57
* LarstiQ ponders a solution16:57
Enisseowell, not really indeed, but it's the command that matches best what I need right now ;)16:58
LarstiQEnisseo: what version would you export, all changed versions? The version of the file at the first revision, last revision?16:58
Enisseothe version of the file at the last revision16:59
LarstiQEnisseo: I'd combine bzr st -r rev1..rev2 with bzr cat -r rev216:59
Enisseoin order to apply a patch just by copying the exported files to the project folder16:59
LarstiQEnisseo: which will overwrite previous changes, but yeah.17:00
Enisseoyes17:00
LarstiQEnisseo: status to get the list of files changed between two revisions, and cat to get the files17:00
EnisseoI'm trying with the status command, the COPY (on windows) and a bunch of text transformations17:09
=== trmanco_ is now known as trmanco
awilkinsIt's a bit quiet in here19:45
fullermdShhh.  I'm hunting wabbits.19:48
=== dereine[OFF] is now known as dereine
=== davidstrauss_ is now known as davidstrauss
=== dereine is now known as dereine[OFF]
=== Jc2k_ is now known as Jc2k
=== thumper_laptop is now known as thumper
thumperhello people23:22
thumperI have bzr 1.15dev from the nightly ppa23:22
thumperand pushing a branch to LP appears to work23:22
thumperbut I get an error when branching the branch from LP on another machine23:23
thumperErrorFromSmartServer: Error received from smart server: ('NoSuchRevision',)23:23
lifelesshi23:23
thumperthe other machine also has 1.15dev23:23
lifelesswhere you pushing a new branch?23:23
thumperlaunchpad23:24
lifelessor does the branch already exist?23:24
thumperI renamed the existing one, which exhibited the same symptopms23:24
thumperso pushed a new stacked branch23:24
thumperplz excuse spelling, v.tired23:24
lifelessplease file a new bug; it sounds like you may have found a new issue23:26
thumperok23:27
thumperlifeless: bug 36763123:37
ubottuLaunchpad bug 367631 in bzr "Branching a stacked branch from Launchpad gives ErrorFromSmartServer: Error received from smart server: ('NoSuchRevision',)" [Undecided,New] https://launchpad.net/bugs/36763123:37
lifelessthumper: please include the revno of your nightly bzr package23:41
lifeless(dpkg -l bzr)23:41
thumperI did23:41
thumperit is in the description23:41
lifelessok23:41

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