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 ...

learn more… | top users | synonyms (1)

0
votes
0answers
13 views

How do I install a bazaar fork in 13.04?

I found a Bazaar fork promising a solution to one of my issues here: Bluetooth indicator disappears on turning off bluetooth Problem is, I followed their instructions, and all it did was download the ...
1
vote
1answer
22 views

How to create a shared repository in dumb server mode in Bazaar?

How can I create a shared repository on a server if I only have access using sftp://? I suppose I could create the shared repository locally and then I could copy it to the server. In any case, can ...
3
votes
1answer
22 views

Create a new repository/branch using bzrlib

I'm trying to programmatically create a new blank Bazaar branch/repo, tantamount to running brz init. I've tried several different routes from the bzrlib documentation but so far haven't succeeded. ...
1
vote
1answer
18 views

Comparing arbitrary revisions between branches using Bazaar

Given two branches, branchA and branchB, is there a syntax for comparing arbitrary revisions X of branchA with Y of branchB? For example: cd /path/to/branchA bzr diff --new /path/to/branchB -rX ...
6
votes
1answer
40 views

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 a project. Is there a bzr command to do the same without visiting Launchpad in a browser?
11
votes
2answers
235 views

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 ...
0
votes
0answers
15 views

Which image formats are supported for comparing images in the Diff view of Bazaar Explorer?

In case of some image formats, the Diff view in Bazaar Explorer shows the two versions of changed image files (before vs after). This seems to work for png but not for jpg. You can see what I mean ...
1
vote
1answer
199 views

Ubuntu+bazaar, update openerp through command line

I have the following enviroment: Ubuntu 12.04 LTS OpenERP 7.0 bazaar 2.5.1 In relation to a bug found on the OperErp 7. There is a patch, some user already tested and it seems to work. I installed ...
2
votes
1answer
76 views

Creating Your Own Bazaar Server

I'm trying to run your own bazaar server on Ubuntu 12.04 server - so far after reading stuff in internet i found this "tutorial" http://michael.lustfield.net/content/creating-your-own-bazaar-server - ...
2
votes
1answer
30 views

How can several branches be nested in the same directory in a bzr-builder recipe?

I have the following recipe: # bzr-builder format 0.3 deb-version 7.0+{revno} lp:~bitglue/openobject-server/7.0 nest addons lp:~bitglue/openobject-addons/7.0 openerp/addons nest-part web ...
7
votes
2answers
172 views

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?
1
vote
3answers
107 views

Bazaar - pull the last revision only (and not the whole branch)

Shortly: How can I take the latest revision (only) from a remote bazaar repository and add it as a new revision to a local repository. Background: I have a development system and a production system. ...
1
vote
1answer
73 views

How to write debian/changelog to allow build package other people

I've created simple debian package which I am building using bzr bd. the problem is my colleague is unable to build this package using this method, without changing changelog's email to her own, so ...
2
votes
1answer
309 views

What are the advantages and disadventages of git or bzr + rsync vs rdiff-backup?

I used to use rsync to do backups, but then I switched to rdiff-backup to incremental backups. Recently, I discovered git and bzr while working on a coding project. So, I was thinking, I could have ...
3
votes
1answer
28 views

Is there a way to see a list of unreachable revisions in Bazaar?

If I do an uncommit, Bazaar gives me a revision id which I can use to retrieve the uncommitted revision, should I ever need it. If I don't write it down right after the uncommit, is there a way to ...
0
votes
1answer
34 views

How to delete unreachable revisions from a shared repository in Bazaar

A shared repository in Bazaar stores all the revisions of all the branches. If you delete a branch that had some unique revisions in it, those revisions will still remain in the repository, and ...
2
votes
2answers
54 views

Why aren't commits to this Git repository showing up in a branch on Launchpad?

This branch here is supposed to be importing code from the following Git repository: http://git.chromium.org/webm/libwebp.git However, it isn't. According to "Recent revisions" further down the ...
0
votes
2answers
104 views

Why can't I connect to xmlrpc.launchpad.net?

I tried to check out the source code of opencog(cogbuntu) using bazaar using the commands they had mentioned in their wiki. This is the code entered in the terminal bzr branch -r40 lp:cogbuntu ...
1
vote
1answer
100 views

How to merge a branch in bzr?

i am a participant in the Ubuntu App Showdown contest and i got some feedback https://myapps.developer.ubuntu.com/dev/apps/1183/feedback/ and i want to merge the bzr branch of M. Hall to my main ...
0
votes
1answer
53 views

No Launchpad project set, leave blank to abort. Quickly

Create project: https://launchpad.net/randomazer input: quickly submitubuntu. Error: Launchpad connection is ok No Launchpad project set, leave blank to abort.
1
vote
1answer
76 views

How to make changes while viewing a diff in bzr explorer?

bzr explorer is the GUI tool for Bazaar (bzr). It can show diffs pretty nicely, but I can't seem to figure out a way to make changes in the diff viewer. Other basic functions would be the ability to ...
2
votes
1answer
36 views

bzr: change saved location

How can I change the saved location of repository when using bzr ? When you do: bzr push, it's normally what you can see: Using saved push location: bzr+ssh://bazaar.launchpad.net/XX
2
votes
1answer
77 views

Change version number in launchpad

While committing package to launchpad through quickly submit, version automatically jumped to current month, that is 12.07. I did try to delete all milestones and re-upload the package. But every ...
7
votes
2answers
147 views

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.
0
votes
1answer
322 views

Problems starting to use Launchpad

I've been reading the different tutorials that Launchpad directs you to. And they've all helped alot. And seems like the system is a lot simpler and easier to use than Github. But I can't seem to get ...
3
votes
3answers
88 views

How do I create a Debian branch for my project on Launchpad?

I have a project on Launchpad that consists of a single branch (trunk). I would like to create a second branch that contains the Debian packaging for the project (with the intent of creating a build ...
2
votes
1answer
572 views

How do I fix “bzr: ERROR: Unable to determine your name. ”?

I am trying to quickly create my first app and am getting gtk errors when I try to run or create an application. Here is a copy of what I executed and what results I got: ...
1
vote
1answer
63 views

Which VCS to use for Ubuntu development?

I want to start contributing to Ubuntu projects and while going through the Beginner's guide, I noticed that the suggested VCS for Ubuntu development is Bazaar. I currently use Git and find it very ...
0
votes
2answers
124 views

How to stop bzr from using ssh (asking a password) for downloading?

I have configured bzr to push updates and now it's using ssh for downloading all the branches too. Is it possible to use ssh only for uploading?
2
votes
2answers
97 views

How can I get statistics, how line count has changed over time?

How can I get statistics, how line count changed over time? I use bazaar for my project and it would be really nice to know, if I am refactoring code correctly.
1
vote
1answer
41 views

What's the right way to make a backport recipe for bzr-builder?

I maintain some packages in LP that I need to backport to oneiric, lucid and --- even --- hardy. For example, my trunk branch builds correctly to precise and quantal, and I want to create a separate ...
0
votes
1answer
51 views

Is there a way to set build preference on Launchpad?

Say, for example, I am solving a problem for someone. I know they are on x64. Is there a way to set the build preference to x64 before x86?
4
votes
3answers
1k views

How To Set Up Bazaar Server On Ubuntu Server

How do you set up a Bazaar server on Ubuntu server? I have home server running Ubuntu Server 12.04 LTS I want to use as a Bazaar central server. How do I do that? (create repository (if not the same), ...
1
vote
1answer
115 views

download latest bzr revision only

Sometimes I want to get a bzr branch (e.g. lp:~elementary-design/+junk/elementarywalls or lp:gimp), but I have a slow Internet connection and only want to download the latest revision. How do I do ...
2
votes
3answers
437 views

Bazaar issues while installing Ubuntu TV

I tried to install Ubuntu TV in Ubuntu 12.04 with this guide: https://wiki.ubuntu.com/UbuntuTV/Contributing. Everything had been OK until I wrote to the terminal bzr branch lp:~s-team/ubuntutv/trunk ...
6
votes
1answer
136 views

How do I host my own Bazaar shared repositories?

What I want ? We operate in a small team of 9 people including developers, QA and designers. I want to setup a version control. We have a ubuntu (server edition) and i want to host all our ...
1
vote
2answers
257 views

Build binary deb package from python source

I have created python package (using Ubuntu Quickly) and want to create deb package. Unfortunatelly Quickly builds package with source python files (.py) and I want not to include source files. The ...
8
votes
6answers
7k views

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 ...
0
votes
1answer
144 views

bzr error when trying to branch code

For example when I run the command bzr branch lp:totem, I am getting error gaurav@gaurav-HCL-ME-Laptop:~/bzr$ bzr branch lp:totem You have not informed bzr of your Launchpad ID, and you must do this ...
3
votes
1answer
441 views

Install program from source to chroot env

I have an program source (Remmina) and want to install it to chroot environment. Remmina uses cmake system. I can install it to chroot using: sudo make install DESTDIR=mychroot but this is not ...
5
votes
1answer
145 views

How can I migrate an application from GitHub to Launchpad?

I am working on a new Ubuntu application. I would like to migrate it from GitHub to Launchpad. The reason why I added it to GitHub and not to Launchpad is that I had some issues saving it with ...
2
votes
2answers
102 views

What is the best way to keep two bzr repositories in sync?

I would like to keep a bzr repository in sync between my laptop and desktop. Is there any special tool to accomplish this, or should I just use rsync? I would absolutely love it if I could get one ...
8
votes
6answers
396 views

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 ...
3
votes
2answers
207 views

GIT, SVN, Mercurial and Bazaar packages available to install (GUI & Terminal)

What packages are available in Ubuntu to use the following distributed version control systems via Terminal or GUI? GIT SVN Mercurial Bazaar
0
votes
1answer
99 views

How do I use GroundControl in 11.10?

When I installed Bazaar Explorer on a fresh system the other day, I came across this Ground Control. I had a look at its web page on http://ground-control.org/ and it looked seriously awesome, so I ...
3
votes
1answer
186 views

How to read bzr diff

original: if __name__ == "__main__": myparams = {"server":"mpilgrim", \ "database":"master", \ "uid":"sa", \ "pwd":"secret" \ ...
4
votes
3answers
257 views

Rebuild package from upstream source?

I'm trying to rebuild a package (specifically grub2) to overcome some bugs that have been fixed upstream but not fixed in Ubuntu, and have the package integrate into Ubuntu properly. The package is ...
9
votes
1answer
195 views

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 ...
4
votes
1answer
426 views

Why do I get a 'Connection closed' error when trying to branch a Launchpad branch?

When I try to branch any Launchpad branch I keep getting the following error: ssh_exchange_identification: Connection closed by remote host bzr: ERROR: Connection closed: Unexpected end of message. ...
3
votes
2answers
46 views

What do I do once a branch is marked as 'Needs Fixing'

I have a branch to be merged here: https://code.launchpad.net/~headbangerkenny/ubuntuone-android-music/branch/+merge/71364 I got told what I needed to fix and did that, do I need to set anything ...

1 2