[06:03] greetings [06:04] I'm trying to checkout/branch a subdirectory within a branch. [06:04] this is the branch: http://bzr.savannah.gnu.org/r/gnuzilla/icecat/ [06:04] and I want this subdirectory: browser/branding/unofficial [06:05] I tried bzr branch http://bzr.savannah.gnu.org/r/gnuzilla/icecat/browser/branding/unofficial [06:05] and got bzr: ERROR: Not a branch: "http://bzr.savannah.gnu.org/r/gnuzilla/icecat/browser/branding/unofficial/". [06:05] which is correct, brwoser/branding/unofficial is not a branch... but I'm not sure how to get only one subdirectory [06:06] I searched online, but I'm probably using the wrong terms, because I can't find the answer to this. [06:06] so, if anybody can point me in the right direction, that would be great. Thank you. [06:07] leo_rockway: I'm not sure off hand if there's a means to do that; given a branch you can extract individual files with `bzr ls` [06:08] mmhh... too many files to do that manually. [06:09] I mean, for individual files. [06:09] thank you, though. [06:09] leo_rockway: ah, no, export will do it no problem: [06:09] $ bzr export booga file:///home/andrew/src/java-gnome/mainline/src/util [06:09] resulted in a booga/ directory containing just the src/util/ tree of the branch at ~/src/java-gnome/mainline/ [06:09] ta-da [06:10] I see. [06:10] Me puts another penny in the "we love Bazaar today becuase of ___" jar. [06:10] well, the main reason why I was trying to branch off only the "unofficial" directory is because that one is about 10MB while the whole branch is 350MB. [06:10] with this method I still need to download the whole branch. [06:11] 350MB is not a lot, but it's much more than 10MB. [06:11] leo_rockway: if you do what I suggested you will only need to download sufficient data to extract the tree in question. No guarantee that it's only 10MB. Might be (considerably) more depending on how it is packed and the shape of its history. [06:12] s/tree/subtree/ [06:12] alright, thanks a lot =] [06:13] leo_rockway: to be honest, if you have the bandwidth you're probably better off just having a local mirror of the branch. {shrug} [06:13] DVCS and all [06:15] that would be so, but I don't plan to develop on this branch. I just wanted to find a way to get the unofficial branding from GNU IceCat to use it in my local build of Firefox. [06:16] I'm not even interested in the history, so I might use the lightweight option [06:24] goodnight [06:31] Or you could have just exported like I told you to. {sigh} === yofel_ is now known as yofel [20:32] I'm having trouble pushing to Launchpad from my colleague's Windows machine. He gets an error saying that authentication failed, despite having Pageant running and his SSH key showing in Pageant with the same fingerprint as the one shown by Launchpad. Any Windows users in here who could help troubleshoot this?