/srv/irclogs.ubuntu.com/2012/07/01/#bzr.txt

leo_rockwaygreetings06:03
leo_rockwayI'm trying to checkout/branch a subdirectory within a branch.06:04
leo_rockwaythis is the branch: http://bzr.savannah.gnu.org/r/gnuzilla/icecat/06:04
leo_rockwayand I want this subdirectory: browser/branding/unofficial06:04
leo_rockwayI tried bzr branch http://bzr.savannah.gnu.org/r/gnuzilla/icecat/browser/branding/unofficial06:05
leo_rockwayand got bzr: ERROR: Not a branch: "http://bzr.savannah.gnu.org/r/gnuzilla/icecat/browser/branding/unofficial/".06:05
leo_rockwaywhich is correct, brwoser/branding/unofficial is not a branch... but I'm not sure how to get only one subdirectory06:05
leo_rockwayI searched online, but I'm probably using the wrong terms, because I can't find the answer to this.06:06
leo_rockwayso, if anybody can point me in the right direction, that would be great. Thank you.06:06
AfCleo_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:07
leo_rockwaymmhh... too many files to do that manually.06:08
leo_rockwayI mean, for individual files.06:09
leo_rockwaythank you, though.06:09
AfCleo_rockway: ah, no, export will do it no problem:06:09
AfC$ bzr export booga file:///home/andrew/src/java-gnome/mainline/src/util06:09
AfCresulted in a booga/ directory containing just the src/util/ tree of the branch at ~/src/java-gnome/mainline/06:09
AfCta-da06:09
leo_rockwayI see.06:10
AfCMe puts another penny in the "we love Bazaar today becuase of ___" jar.06:10
leo_rockwaywell, 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
leo_rockwaywith this method I still need to download the whole branch.06:10
leo_rockway350MB is not a lot, but it's much more than 10MB.06:11
AfCleo_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:11
AfCs/tree/subtree/06:12
leo_rockwayalright, thanks a lot =]06:12
AfCleo_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
AfCDVCS and all06:13
leo_rockwaythat 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:15
leo_rockwayI'm not even interested in the history, so I might use the lightweight option06:16
leo_rockwaygoodnight06:24
AfCOr you could have just exported like I told you to. {sigh}06:31
=== yofel_ is now known as yofel
ryanpriorI'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?20:32

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