Questions tagged [bazaar]

Bazaar is a free distributed version control system (DVCS).

Bazaar is a free distributed version control system that helps you track project history over time and to collaborate easily with others. Whether you're a single developer, a co-located team or a community of developers scattered across the world, Bazaar scales and adapts to meet your needs. Part of the GNU Project, Bazaar is free software sponsored by Canonical.

Please report bugs to the bug tracker instead of posting them here on StackOverflow.

559 questions
1
vote
1 answer

bzr: Softly undo last commit

How to revert the last commit and put the local changes into the workspace? in Git I would do: git reset --soft HEAD^ How can I do that in Bazaar?
Razer
  • 7,843
  • 16
  • 55
  • 103
1
vote
2 answers

unlink repository from central server in bazaar

Every time I commit with bazaar, it contacts my remote repository (the one I got the code from). I want to commit locally, because the development machine I'm on is offline. Of course there's the --local option, but I would like just to remove the…
Stefano Borini
  • 138,652
  • 96
  • 297
  • 431
1
vote
1 answer

How to find the revision of a bazaar working copy? (like hg parent)

In case you have an un-updated working tree in bazaar reported by bzr st working tree is out of date, run 'bzr update' how do you find out the working copy's revision number? (or the latest commit applied) With Mercurial you can get it with hg…
Attila Fulop
  • 6,861
  • 2
  • 44
  • 50
1
vote
1 answer

BZR: Is it possible to completely delete old revisions?

Is it possible to remove some old revisions in order to compact database? I don't mean to revert anything or remove sth from the middle. I would like to just delete from database everything older than specified date. Is it possible?
ardabro
  • 1,907
  • 16
  • 31
1
vote
1 answer

bzrlib version doesn't match the bzr program on OSX

Anytime I run bzr commands on OSX I get the following error message: bzr: WARNING: bzrlib version doesn't match the bzr program. This may indicate an installation problem. bzrlib is version 2.5.1 from…
Brett Hardin
  • 4,012
  • 2
  • 19
  • 22
1
vote
0 answers

How do you point the current branch at the working directory in Bazaar VCS?

I am trying to set up Bazaar for our sites but am having trouble achieving the exact setup I want. Basically, I want one folder that contains all the information for each site, such as: /var/www/site1 /var/www/site2 /var/www/site3 ... I would like…
user1630830
  • 307
  • 2
  • 10
1
vote
1 answer

How to download a bazaar repository with revision history without using the "bzr" Command Line Interface?

I tried downloading the bazar repository from launchpad with revision history using: bzr branch lp: This repository includes the .bzr directory which contains the revision history. However launchpad.net also shows an option of…
Pranjal Mittal
  • 10,772
  • 18
  • 74
  • 99
1
vote
1 answer

Bazaar:Adding WorkingTree specific metadata

I would like to be able to set/get some custom attributes related to a working tree in bzr. These attributes could be used when I would start a build of the source in a particular working tree. For example, our software uses a PostgreSQL DB…
1
vote
2 answers

How to see diffs of ODT files in Bazaar?

By default, bzr diff does not show differences in binary files. However, a large part of ODT (open office, libre office) files contain XML data under the surface. (ODT stores xml data as an archive (zip ?)) Is there a plugin which allows bazaar to…
taper
  • 9,236
  • 5
  • 28
  • 29
1
vote
1 answer

bzrlib version doesn't match the bzr program

I have just upgrade ubuntu from 10.04 - 12.04. When I used bzr to update repo it has a problem: ~/source_code/openerputils/devenvsetup$ bzr status bzr: WARNING: bzrlib version doesn't match the bzr program. This may indicate an installation…
giaosudau
  • 2,211
  • 6
  • 33
  • 64
1
vote
1 answer

Bazaar launchpad-login issue

I have registered on launchpad website but every time I attempt to execute bzr launchpad-login username@email.com It gives me this error bzr: ERROR: The user name username@email.com is not registered on Launchpad. Did anyone do something else…
Akyl
  • 349
  • 1
  • 4
  • 21
1
vote
1 answer

How do you check out a subfolder from a bazaar repository?

Is there a way to checkout a single subfolder from a bazaar repository? In one of my bazaar repositories, the top level hierarchy is documents sql_schemas www I'd like to be able to just checkout www into public_html on a demo webserver, but I…
David Moore
  • 93
  • 1
  • 12
1
vote
1 answer

Bzr pull does not work

The branch I am trying to pull has a few files which are over 500 mb. I noticed if I use bzr pull I am unable to download it. I think the connection is getting a timeout. Is there a way I can keep the connection alive like set timeout = 30 secs…
Vishal Khialani
  • 2,557
  • 6
  • 38
  • 49
1
vote
2 answers

Bazaar Eclipse or External Merge/Conflicts Tool

Are there any good tools for merging/resolving conflicts for Bazaar + Eclipse? I wish Bazaar was integrated with Eclipse the same way Subversion is.
Eeyore
  • 2,126
  • 7
  • 33
  • 49
1
vote
1 answer

Bazaar undoing pull from wrong location

I've accidentally pulled to my local bazaar repo from a wrong location. Fortunately my files have not been overwritten, as bazaar recognized the difference: bzr: ERROR: These branches have diverged. Use the missing command to see how. Use the…
Attila Fulop
  • 6,861
  • 2
  • 44
  • 50