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

How do I keep all my bazaar branches in multiple physical locations?

I've recently started working on a project that uses bazaar. I'm attempting to find a bazaar workflow I like, and being a regular git user I can't avoid using git as a reference point. In git, all my branches are stored in the one directory. If a…
James Healy
  • 14,557
  • 4
  • 33
  • 43
1
vote
2 answers

Howto create bzr repo which consist of many project

I have big project which consist of many smaller projects, files, packages, iso's, etc. and I'd like to keep these files in some control system perhaps Bazaar. The problem is some of projects are already under git or bazaar. I need not to change…
marcinpz
  • 675
  • 7
  • 15
1
vote
2 answers

why not deploy code directly from git or bzr repository?

In a development/testing setup for a web application, when using a dvcs (bzr, git) why would it be wrong to actually run the application from the repository directory? All the teams I've encountered have a separate deployment script that exports the…
NeuronQ
  • 7,527
  • 9
  • 42
  • 60
1
vote
1 answer

Versioning multiple subprojects of one root project in Bazaar

What's currently the best way to version multiple subprojects of one root project in Bazaar? I'm familiar with bzr-externals and scmproj. I'm more drawn to bzr-externals, since it allows to use builtin commands (I'm using Bazaar Explorer), however…
mnn
  • 1,952
  • 4
  • 28
  • 51
1
vote
0 answers

Bazaar - Creating a post push hook that only runs if a specified folder has changed

I have recently started a new job and have undertaken a project to implement some proper source control and continuous integration as the first few steps to automating our local build and testing process. We have decided to use a mixture of Bazaar…
Codemurai
  • 11
  • 2
1
vote
2 answers

How ensure no unsaved work in Mercurial repository clones (or any DVCS)

BRIEF: How do you ensure that there is no unsaved work in any DVCS's distributed repository clones? I am thinking about this specifically for Mercurial, but it also applies to git, bzr, etc. DETAIL: Back in the bad old days I used to run cron jobs…
Krazy Glew
  • 7,210
  • 2
  • 49
  • 62
1
vote
1 answer

how to install a bzr plugin?

For a novice, the steps required to can install the bzr plugin push-and-update are not clear. The plugin is described here in the bzr documentation, and there is another documentation page that explains how to install plugins But there is no clear…
Abe
  • 12,956
  • 12
  • 51
  • 72
1
vote
2 answers

filter history to clean git repo from submodules

How can you remove references to submodules in a git repo which no longer uses submodules (merged them) so that bazaar can import it? bzr: ERROR: The repository you are fetching from contains submodules, which are not yet supported. …
nairboon
  • 678
  • 5
  • 15
1
vote
2 answers

Find bzr revision where file was deleted

I'm trying to figure out why someone has deleted a file inside of a bzr repository. I know it was there before, but now it's gone. There has been several hundred commits since then. No one wants to read through each one. I just want to find the…
Allen
  • 794
  • 1
  • 6
  • 19
1
vote
3 answers

Bazaar VCS on Windows Shared Hosting

Is it possible to use Bazaar on my windows shared hosting without SSH access? http://bazaar.canonical.com/en/ If it is possible, can you please explain how to set it up?
PsychoDUCK
  • 1,103
  • 3
  • 17
  • 35
1
vote
3 answers

What's the downside of rewriting unpublished history?

I was wondering what in particular is the downside of "losing history" in a development process. One famous example is of course git rebase -i / git merge --squash, but also what is described here under "I want to clean up my commit history prior to…
1
vote
3 answers

bzr ignore for all executables files under Linux

Is there a way to make bazaar to ignore all executable files under Linux? They don't have a particular extension, so I'm not able to accomplish this with regexp. Thank you very much.
Zagorax
  • 11,440
  • 8
  • 44
  • 56
1
vote
1 answer

Bazaar merge only files in common with mainline

I am currently working on a project that has two phases, one of which is to be dropped later on. Development for phase 2 must begin, but bug-fixes for phase 1 will be on-going during this time. I want to branch from the phase 1 repo to start on…
Andrew
1
vote
1 answer

What is the equivalence of Git-blame in bazaar?

Is there an equivalence of git blame in bazaar? If so, what's the command for doing that? Thanks.
One Two Three
  • 22,327
  • 24
  • 73
  • 114
1
vote
2 answers

How to download source Code with bazaar?

I want to upgrade my bugzilla 3.6.3 to 4.2. For downloading latest source I need bzr repository. When I tried to download the source on my company computer from bazaar repository, I got the following error messages. C:/bugzilla/trunk bzr: ERROR:…