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
2 answers

Is there a way to make Nautilus move files under version control using the VCS's move command?

For example, say I moved a file from /project/file.cs to /project/subdir/file.cs. It would be nice if nautilus automatically converted this to bzr mv /project/file.cs /project/subdir/file.cs. Is it possible to set this up? It would also be nice if I…
Matthew
  • 28,056
  • 26
  • 104
  • 170
1
vote
2 answers

Bazaar VCS under IronPython?

Has anyone successfully executed the source control system Bazaar in IronPython?
joemoe
  • 5,734
  • 10
  • 43
  • 60
1
vote
4 answers

Programmatically determining the Bazaar plugin directory

Is there a way to determine the Bazaar directory programmatically? If there is a bazaar command to determine the plugin directory, this would be the best solution.
Craig
  • 853
  • 1
  • 10
  • 17
1
vote
1 answer

How to use Bazaar with Dropbox?

I want to write a code (in fact a latex file) with other collaborators. We wish to collaborate through Dropbox and version control our file with Bazaar. How to do it? Is there a short tutorial how to do this? Is there a better way to collaborate…
Dilworth
  • 123
  • 5
1
vote
1 answer

Quick and easy way to generate a tarball from a bazaar checkout

I need to generate a tarball from a project checked out from a bazaar repository. Since I'm not a regular bazaar user, can anyone tell me if there is such a command and its syntax?
Claudio
  • 2,191
  • 24
  • 49
1
vote
2 answers

Bazaar locks in Windows

I am new to Bazaar, but that's what is being use at my new job right now. I have installed the latest stable version 2.5.1 on my Windows 7 x64 machine and I can't seem to get it to work. Every single operation I make, either with the command line…
Stephane
  • 91
  • 6
1
vote
1 answer

Creating a new repo from a directory of old repo

I am very new to bazaar and I am exploring the features of it (and of version control system) I have a bazaar repo, lets call it 'foo'. Under foo repo I have a directory, lets call it 'projects'. so, I want to create a separate bazaar repo with only…
avi
  • 9,292
  • 11
  • 47
  • 84
1
vote
1 answer

How to deal with bazaar error UnprintableException

I've been trying to commit changes in my repo, but constantly get th following: bzr: ERROR: Unprintable exception LockContention: dict={'msg':…
Nikitin Mikhail
  • 2,983
  • 9
  • 42
  • 67
1
vote
2 answers

Bazaar: Do I need branches?

I'm new to VCS and I'm just trying to get my head around how to use Bazaar for my situation. My situation is that I'm a solo web developer working on a web site that consists of a live website e.g. www.mysite.com and a staging/development site e.g.…
AidanCurran
  • 2,460
  • 5
  • 20
  • 24
1
vote
1 answer

Bzr gui commit tool - is one there?

Is there a gui commit tool for bzr, similar to git gui? The most important feature for me would be ability to break edits into separate commits.
user1841829
1
vote
3 answers

Bazaar syntax to ignore directories matching a wildcard

I'm sure this is a dumb question, but what is the syntax to ignore my _Resharper.* directories with Bazaar? I've tried ignoring: \_Resharper*.* ./\_Resharper*.*, **/\_Resharper*.*, plus variations of those on the wildcards. No matter what I do, it…
Scott
  • 121
  • 1
  • 6
1
vote
2 answers

How to make dependency in makefile so that target is built when bazaar revision changes?

I have a script that is designed to generate a config.h in the source tree, to be used by the code at compile-time. Information included in this includes the bazaar revision number. My project is based only on a Makefile. I would like to add…
alternative
  • 12,703
  • 5
  • 41
  • 41
1
vote
1 answer

Using bzr with SFTP on Windows/Cygwin

Note: I'm not sure if this belongs on ServerFault or StackOverflow I'm currently working on a project which has an SFTP-only bzr repository. All works fine using my Linux machine, but when using Windows with Cygwin I get the following issue: $ bzr…
Glitch Desire
  • 14,632
  • 7
  • 43
  • 55
1
vote
1 answer

How do I undo a bzr ignore?

I mistakenly did bzr ignore For some files that I don't want to ignore. How do I undo the ignore?
Matthew
  • 28,056
  • 26
  • 104
  • 170
1
vote
1 answer

term / eshell -- how to display `bzr` output in the buffer?

Is there any way to have Emacs display everything that is happening when running term / eshell? For example, when I try to build Emacs in the tmp directory, there should be a downloading message in the terminal window that tells me the status. …
lawlist
  • 13,099
  • 3
  • 49
  • 158