Questions tagged [bazaar]

Often abbreviated bzr, Bazaar is a distributed version control system (VCS) with a focus on being easy to learn. Its development is sponsored by Canonical, the same company who sponsors the development of Ubuntu. It is tightly integrated with Launchpad and is the VCS of choice for Ubuntu development.

Useful links:

121 questions
30
votes
8 answers

How to keep "dot files" under version control?

Etckeeper is a great tool for keeping track of changes to your configuration files in /etc. A few key things about it really stand out. It can be used with a wide variety of VCSs: git, mercurial, darcs, or bzr. It also does auto commits daily and…
23
votes
5 answers

Is it possible to SSH through port 80?

I am behind a network firewall that doesn't let me ssh through the default port. Because of that, I can't push any bzr branches to my repository. I would like to know if it is possible to somehow proxy the ssh through port 80 so I can push the…
jokerdino
  • 41,732
21
votes
2 answers

How do I submit a patch to a Launchpad project?

With a Git/GitHub background and knowing very little about Bazaar VCS, I would like to occasionally report a bug to projects hosted on Launchpad, and even send a patch. I'd like to do it in a "proper" way so that it's ready for merging or…
21
votes
2 answers

Git on Launchpad

I develop most of my code in Git repos, now that I've become slightly more active on Launchpad I've started picking up Bazaar which has two "small" difference from Git's workflow that ride against how I usually develop code. While I don't mind using…
Marco Ceppi
  • 48,827
14
votes
4 answers

How can I import bzr branches into git?

I am quite used to using git, is there an easy way to import/export from bzr into git and back bzr once I have made commits?
Stevie
  • 235
12
votes
5 answers

What is Bazaar and how do I use it?

I wanted to get a program, which is installed via bzr. I have successfully installed bzr, but it asks me to authenticate (despite that I`m logged in to Launchpad). Bzr help seems to be oriented towards developers, and says nothing about logging in.…
11
votes
1 answer

How do I use a Launchpad recipe for patching and building an original package?

I have a patch against vim which applies to packaged version. I would like to automate this, so that when new ubuntu is released, the newer unpatched vim gets patched & built using a recipe. I read documentation on recipes, though I am not sure how…
eudoxos
  • 939
11
votes
2 answers

Who is ubuntu-etherpad and why did they take ownership of my bzr branch?

I created a project in bazaar: # - On Effex - Desktop cd ~/Proj bzr init-repo cups-pdf bzr branch ubuntu:precise/cups-pdf precise bzr branch ubuntu:quantal/cups-pdf quantal bzr branch ubuntu:raring/cups-pdf raring bzr init cups-pdf-zel gedit…
LantzR
  • 349
  • 1
  • 14
11
votes
4 answers

How to create a personal branch in Launchpad?

I'm assisting in a project on Launchpad - however I do not have write access to that branch. How can I create a branch which I can push to and point people on the team for review?
Marco Ceppi
  • 48,827
10
votes
2 answers

Is there a bzr command to see all branches of a project on Launchpad?

If you visit a project on Launchpad, you can see all active branches of all developers involved in the project. Is there a bzr command to do the same without visiting the project's page on Launchpad in a browser?
janos
  • 4,968
10
votes
2 answers

Is it possible to use bzr on Launchpad without using port 22?

I'm trying to pull from and push to bazaar branches hosted at launchpad.net but my internet provider is blocking port 22. Is it possible to use port 80 or 443 instead?
Jeremy Bicha
  • 8,294
8
votes
1 answer

Can't build new .deb package

I'm trying to create a new .deb package, but the build fails with the following output: dpkg-genchanges: error: binary build with no binary artifacts found; cannot distribute dpkg-buildpackage: error: dpkg-genchanges gave error exit status…
8
votes
1 answer

Are there magic commit words in Launchpad Code?

I know in a lot of source control tracking systems (Redmine, Trac, Jira) you can add magic words like resolves #1234 in your commit message to have the bug updated to a certain status. Is there a feature like this with Launchpad - if so where, or…
Marco Ceppi
  • 48,827
8
votes
2 answers

How can I install Inkscape from BZR?

In order to get the latest version of Inkscape, one has to use BZR. How can I install inkscape using BZR and properly install it on my System?. Detailed step by step guide would be preferable.
Uri Herrera
  • 15,318
7
votes
2 answers

For my project in Launchpad, how do I send all merge requests to a mailing list?

I have a project in Launchpad with a bzr tree. I want all merge requests against that tree to have notifications set to my developer mailing list. How can I accomplish this?
Kees Cook
  • 17,823
1
2 3
8 9