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

restore uncommitted files from bazaar which have been inadvertently deleted elsewhere

I have tried diligently to find bazaar user groups. I tried pressing the community tab on their website. There seem to be only mailing lists, but where does one start? The title says it all. I have tried revert, but since it was uncommitted, it did…
0
votes
1 answer

closed source version control software

Why would some people purchase closed source version control software (such as Code co-op and plastic SCM) while there are many open source software like git, Mercurial and Bazaar? Does closed source vcs have some benefits that open source vcs…
0
votes
1 answer

Bzr subrepository for library

I'm working on a couple of PHP projects. One is an application, the other is a library that supports that application. Previously I've used a mercurial setup where the library was a subrepository within the application repository. This meant that…
Nick W.
  • 1,050
  • 2
  • 9
  • 21
0
votes
1 answer

How to remove a version in the main branch by bazaar?

I have a main branch located on the server (launchpad.net). I want to remove the last version which is bad, but not sure how to achieve that. Thanks!
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
0
votes
1 answer

How to remove a "commit branch" in bazaar?

I have a trunk branch "A", and a testing branch "B". "B" is branched from "A". Now I want to merge "B" into "A", and did a "bzr merge -pull ${HOME}/B" under "A". Then I realize that if now I do a "bzr info" under "A", I will find a new "submit…
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
0
votes
2 answers

Can bzr specify the major and minor version number?

At least by default, and committed version number is a single number with 1 increment. Can I specify the version number as major.minor when committing? Or there is another mechanism I overlooked?
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
0
votes
1 answer

How do I get Bzr to run an arbitrary command on commit

I need the ability to run an arbitrary command when I try and commit to a bazaar branch. This command should return 0 on success, or any other code on failure, and if the command fails, bzr should refuse to commit. I want to do this for running test…
Mez
  • 24,430
  • 14
  • 71
  • 93
0
votes
2 answers

CVS equivalent of "bzr info"

I want to know the repository URL of a CVS branch. I know "bzr info" can list it, but haven't found its CVS equivalent after searching for a while. Thanks for any hint.
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
0
votes
1 answer

how to migrate project with whole history into another bzr repository?

I have old bazaar repository; now I want to migrate some projects with whole commit history from it into particular nodes in new repository. How can I do this?
ardabro
  • 1,907
  • 16
  • 31
0
votes
1 answer

How to revert to a earlier version for a bzr parent directory from the branch?

I have a bzr repository "A" based on which I created a branch call "a". I revert "a" to a earlier version by "bzr uncommit", and want it affect on its parent "A" as well. I tried "bzr push :parent --no-strict" but it says "No revision to push", and…
Hailiang Zhang
  • 17,604
  • 23
  • 71
  • 117
0
votes
1 answer

Bazaar CVS (bzr) with proxy (socks using tor)

I (on ubuntu) need to use bzr behind institute's proxy which restricts bzr to connect.So, is there anyway to connect it through socks proxy obtained by tor(vidalia) as i am not able to successfully setup polipo with tor to get http proxy instead.
0
votes
1 answer

setting up a launchpad ppa: "bzr builddeb" fails

i'm trying to setup a ppa for a library that i am writing. I've spent a couple of days now and slowly move forward, but now it seems i am stuck with an error because "bzr builddeb" cannot find the debian/changelog file. My debian control files are…
cruppstahl
  • 2,447
  • 1
  • 19
  • 25
0
votes
1 answer

Is there any predictable issue in using the same working-tree/working-copy files under both VCS: bzr and git?

I.e, I want to have .bzr and .git in the same* folder and add/commit/push/pull with git and bzr independently from each other to their respective repos. My main fear is that one (maybe bzr) becomes aware of the other's "activities". It seems that…
user445107
0
votes
1 answer

How to upload a patch file for nvda by bazaar

I found these errors, when I try to commit a file to nvda main through bazaar. bzr: ERROR: Cannot lock LockDir(chroot-2373194732:///nvda/main/.bzr/branch/lock): Transport operation not possible: readonly transport bzr: ERROR: No tracker…
0
votes
2 answers

Bazaar manage multiple branches at once

I'm using Bazaar quite some time now, but at the moment I'm searching a solution to the following problem: Assuming you've got several developers with everyone developing in its own branch, like this: Project | |----Branch 1 | |----Branch…
Tornado
  • 261
  • 1
  • 2
  • 10