Bazaar is a Distributed Version Control System written in Python which runs on Linux, OS X and Windows. It is used as part of the Launchpad development system.
Questions tagged [bazaar]
9 questions
11
votes
1 answer
How do I download a Bazaar branch without installing anything?
I would like to download the source at http://bazaar.launchpad.net/~mysql-clr-team/connectornet/trunk/files/954. I don't see any zip options as I do with other source control systems.
How can I download the source of the latest revision or one…
user3109
3
votes
2 answers
downloading a branch from bazaar
I am trying to download the calibre source code using Bazaar via the command:
bzr branch lp:calibre
In doing so, I get the message:
You have not informed bzr of your Launchpad ID, and you must do this to
write to Launchpad or access private data. …
Android
- 65
2
votes
1 answer
bazaar locations.conf does not exist
I have just started using bazaar 2.4.1 and have been following through the documentation:
Introducing Bazaar
Bazaar in five minutes
...continuing through chapter 1 and 2 creating repo's accordingly...
I got to Configuring Bazaar -> Configuration…
JW.
- 199
1
vote
3 answers
How does Bazaar decide which Python to use?
I'm on OS X 10.8. My system Python in /usr/bin is version 2.7.2. I made the mistake (?) of installing another version of Python, 2.7.3, via Homebrew. That one's linked from /usr/local/bin. My PYTHONPATH points to the latter; specifically…
Metaphile
- 225
1
vote
1 answer
Downloading source via bazaar
Forgive me if this is a stupid question or an inapproptiate place to ask.
This is my first time attempting to download source by means of bazaar (launchpad).
Regardless of the package or branch... I always get an error like the following:
bzr:…
beanaroo
- 111
1
vote
2 answers
Scenarios for Bazaar and SVN interaction
At our company we are using SVN repository. I'm doing programming from both work (main place) and home (mostly experiments and refactoring). Those are two different machines, in different networks and almost never turned on at the same time (after…
Adam Badura
- 253
1
vote
1 answer
bzr portable runtime
I am looking for a portable (as in no-install needed, can-run-from pendrive) installation for Bzr with a graphical UI, a decentralized version control system.
I would like to recommend it to my students, who have no admin privileges on lab…
tucuxi
- 4,543
0
votes
1 answer
Installing bzr-colo on Ubuntu Precise
I cannot for the life of me get bzr-colo to install.
First I've tried installing it to my user profile with:
bzr branch lp:bzr-colo ~/.bazaar/plugins/colo
I've also tried installing it system-wide with:
sudo pip install bzr-colo
Both the branching…
Bojan Markovic
- 283
0
votes
1 answer
Minimum necessary files (CLI) for Bazaar
Is there a way to repackage Bazaar to include only the commandline tools (bzr.exe, etc.), similar to the non-Tortoise version of Mercurial? What are the minimum files needed, if possible?
If it already exists, though, where can we download it?
Isxek
- 3,965