Quote:
Originally Posted by jackie_w
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.