/srv/irclogs.ubuntu.com/2010/08/21/#bzr.txt

=== Ursinha-bbl is now known as Ursinha
eydaimonmaxb: yes, tree. I mean tree :)00:04
eydaimonthanks00:04
eydaimonhmm, how come it doens't work to do that on a remote branch?00:06
maxbdo what?00:16
* maxb uploads lots to the proposed PPA00:17
* maxb looks confused about the bzrtools in the ppa having odd differences compared to the one in sid00:25
* eydaimon wonders what PPA is00:33
maxbPPA == Personal Package Archive, a Launchpad facility to allow people or teams to have their own Ubuntu package building and distribution facility01:07
eydaimon"do that" was to do bzr revno --tree01:28
maxbMost likely the remote branch has no tree01:31
eydaimon it does. I went to the branch and ran it02:04
eydaimoni'm stupid, but not *that* stupid :P02:04
=== Odd_Blok1 is now known as Odd_Bloke
Kamping_Kaiseraw, no jelmer12:24
Kamping_Kaiseri still have a diff of his in my bzr-svn branch :/12:24
Kamping_Kaiser...12:31
Kamping_Kaiserspeaking of which12:31
Kamping_Kaiserjelmer: got a moment?12:31
jelmerKamping_Kaiser, hi13:12
Kamping_Kaiserjelmer: hello. http://paste.debian.net/84733/ is a change you left in my bzr branch, is it something you need(ed?) to commit?13:13
jelmerKamping_Kaiser: ah, that was the workaround13:21
jelmerKamping_Kaiser: that should no longer be necessary, lp:bzr-svn should now cope with that branch13:21
jelmerKamping_Kaiser: thanks for checking though13:21
Kamping_Kaiserjelmer: ah, no problem. i'll revert it out . thanks for looking :)13:22
=== jelmer_ is now known as jelmer
parthmhello. i am trying to create a branch on my office system but am getting a weird transport error http://pastebin.com/JC2e6JQJ ... i suspect the windata dir is a mount. does anyone know what might be happening? the message is quite generic.15:26
mkanatOkay, let's say that I have a file path. What's the fastest way to find out which revision it was modified in last before a certain revision?15:56
mkanatOr, more specifically, I have some log -v output, and I can see that a file was moved from one place to another.15:56
mkanatI'd also like to know what the revid of the file was at that time, using the CLI.15:56
alkisgHi, I've lost 5 "pack" files from a repository: .bzr/repository/obsolete_packs/26c250e9eacd0e32253aee09ed6ea15f.pack .bzr/repository/obsolete_packs/3e0684636f1b84bd93b726886ac33ac8.pack .bzr/repository/obsolete_packs/bdde9237d718da297ea1819ea955695f.pack .bzr/repository/obsolete_packs/ee3c02de21d2ea6dfc116bbbb4d48694.pack .bzr/repository/packs/aabdba7905e54e65ce719f97876569a4.pack16:41
alkisgNo actual data files were lost, and bzr seems to be working fine. Should I be worried about those "pack" files?16:41
fullermdWhat do you mean, "lost"?16:43
alkisgSome hard disk problems, and I was able to copy all the files except for those.16:43
alkisgUgh yeah `bzr diff` works but `bzr log` complains about missing files16:47
fullermdWell, the stuff in obsolete_packs won't matter.  But you're missing one active one, so...16:47
jelmeralkisg, files under obsolete_packs being lost should usually not be a problem; the one file under packs/ would be an issue16:47
alkisgAny way to fix it with minimal loss? I don't mind much about the history, it's a personal project...16:48
mkanatalkisg: You could export the files and create a new project.16:49
mkanatalkisg: Although somebody else might have a better idea.16:49
mkanatI mean, create a new branch.16:49
mkanatalkisg: You don't have any other checkout or branch of that project?16:50
mkanat(This is one reason why I often use bound branches.)16:50
alkisgGot it. No, unfortunately, it was somewhat new, I didn't get a chance to back up the bzr data yet16:51
alkisgBut I do have all the project files, so all I'm losing is the changes history...16:51
alkisgHmm I'll try to use one of the obsolete packs instead of the lost one, maybe I'll get half of the history back16:52
alkisgIs there a "bzr unpack" command that would allow me to revert to one of the obsolete_packs ?17:14
alkisg(file renaming didn't work :))17:14
jelmeralkisg: No, although you may be able to get it to pick up the obsolete pack files by editing .bzr/repository/pack-names17:17
alkisgThat looks like a binary file to me, I don't know how I could edit it...17:17
jelmerah, hmm17:18
alkisgI tried renaming an older pack to that missing pack, but I got a bzr panic :)17:18
alkisgOK guys thank you all, I'll just recreate the branch17:19
fullermdWell, renaming a pack that doesn't have the same stuff would certainly not help anything   :p17:24
alkisgI tried renaming both the pack + its indices, hoping that all of them would hold a previous state17:26
alkisgI.e. what are the obsolete-packs for, if there's no way to restore them?17:26
fullermdPotentially restoring if the new packs are bad in some way.  But changing their name would never be meaningful; if two packs have the same content, they'd already have the same name.17:28
alkisg"Potentially restoring if the new packs are bad in some way" ==> and how would that restoration be accomplished?17:29
fullermdMuch what jelmer said.17:30
fullermdBut of course the reason they're in obsolete is that things have happened since then, presumably including new commits.  And if those are in the pack file you lost, restoring obsoletes wouldn't be any help.17:30
alkisgWell, I tried editing pack-names, but it was a binary file, so the only thing I could do was to rename the files instead of changing pack-names :)17:34
alkisgAnyway, thanks again guys, it's not worth any more time, it wasn't a very big history.17:34
GaryvdMmaxb: Wow - The ppas is looking good. Nice work!17:37
Noldorindoes bzr on windows come with its own distribution of python 2.5.4?17:59
Noldorinit's not seeming to use my 2.6.5 installation17:59
maxbGaryvdM: Hi - what's the story regarding qbzr/bzr-explorer on hardy? Dependency hell?18:03
GaryvdMmaxb: They are no longer with compatible with the hardy version of qt18:04
Noldorinanyone here got bzr-tfs workign?18:05
GaryvdMmaxb: The old versions *should* still work with the latest version of bzr (we only check for a minimum version,) but I've not tested this.18:07
maxbI think my builds of dulwich on hardy have hung :-(18:09
jelmermaxb, whoa, a build time of 2.5 hours!?19:59
maxbjelmer: what, dulwich?20:02
maxbThe tests hung, somehow :-(20:03
jelmermaxb: I've seen that happen before in the compat tests20:03
maxbAny hints, or does it remain a myster?20:03
maxby20:03
jelmerAll I know is that those particular issues were caused by a bug in dulwich that didn't make it respond as it was expected to.20:04
jelmerYou might want to just skip running the compat tests.20:04
maxbI was contemplating that.20:05
maxbIt feels like cheating, though20:05
jelmerWell, the alternative is to check what version of git-core dulwich relies on and backporting that as well..20:06
jelmerat least, that's my guess20:06
maxbjelmer: btw, at the moment we have subvertpy 0.7.3 for karmic+lucid, but 0.6.9 for hardy+jaunty, because subvertpy 0.7.3 is broken with Subversion << 1.6 - that's ok for now, from a bzr perspective, right?20:07
maxbI'll file a proper subvertpy bug later20:07
jelmermaxb: yes20:07
jelmermaxb, 0.7.3.1 fixes that20:07
maxbah, great20:08
GaryvdMmaxb: There is a newer version of bzr-pipeline that I would like to upload to the ppa. I'm not sure what to do about the missing packaging branches. Should I just create them?20:18
* GaryvdM is aware of ~bzr/bzr-pipeline/lucid-packaging thanks due to your wiki page.20:18
GaryvdMmaxb: It would be great if you were to push what you had for the versions you uploaded to new branches, so that history is not lost.20:23
jaredhow can I download code from launchpad without creating a ssh key?21:26
jaredI don't want to upload, just download.21:26
dashyou only need an ssh key to upload, i believe.21:26
dashso bzr get lp:whatever should work21:26
jaredPermission denied (publickey).21:29
jaredI'm doing "bzr get lp:jade"21:29
jaredI'm trying to get this: https://launchpad.net/jade21:30
jaredsorry I'm a noob, just switched from git21:31
dashhm. that url should work21:32
dashdo you get an error?21:32
jareddash: yeah,-> Permission denied (publickey).21:34
dashhum21:34
jaredI tried cleaning out my known hosts, but no success.21:34
dashtry just 'bzr get lp:jade'21:34
jaredthats what I did21:35
dashvery odd21:35
dashOTOH i've had my ssh key on launchpad since i started using it21:35
dashdoes 'bzr get https://launchpad.net/jade' fail the same way?21:36
jaredthat seems to be working...21:37
jaredthank you... that's a bit strange though...21:38
GaryvdMjared: lp:whatever will map to a bzr+ssh url if bzr launchpad-login is set, and to a http url if it is not.21:59
GaryvdMthe http urls don't require the ssh key.22:00
=== Ursinha is now known as Ursinha-afk
maxbGaryvdM: I know there are well-established bzr-svn packaging branches, which I'm looking into updating now. For the rest, I wasn't planning on creating new branches where my changes were nothing more than changelog bumps and scripted reversion to source format 1.022:47
* jelmer is looking forward to build-by-push22:57
maxbugh. bzr-builddeb's changelog merge hook is a menace when working with ppa branches23:01
jelmermaxb: how so?23:04

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