View Single Post
Old 05-12-2010, 09:34 PM   #22
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by jackie_w View Post
Thank you Starson. A couple of (dumb) questions for you:-

1. Why is there no reference to Calibre in this code? How does Bazaar know?
You have to run them in the source folder. There is a .bzr hidden/system folder in there that refers to where the code came from originally.

Quote:
When I ran the commands
Code:
cd \program files\bazaar
bzr branch lp:calibre
The Calibre code ended up in c:\program files\bazaar\calibre
Is there a way to specify a different destination directory?
Yes.
Code:
bzr branch lp:calibre C:\some-path\calibre2\src
Bazaar should be on your path. If not, you can precede "bzr" with wherever you installed it.
Starson17 is offline   Reply With Quote