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

Can I change the language in Bazaar Explorer?

Bazaar Explorer mixes languages in its user interfaces. Part of it are in German, the other parts in English. That's why I'd like to set the language explicit to English. How can I set the language in Bazaar Explorer? Bazaar Explorer is running on…
Gamlor
  • 12,978
  • 7
  • 43
  • 70
0
votes
3 answers

How can I write branch-specific hooks in BZR?

In subversion, hooks are written on a per-repository basis. Each hook is written in a descriptive filename (e.g. pre-commit) in a folder named "hooks" at the root of the repository. According to the BZR docs, hooks are typically installed globally…
Arthur Hebert-Ryan
  • 1,802
  • 18
  • 24
0
votes
1 answer

How to merge Bazaar patches into a Git repository?

How can I merge patches from a bzr repository hosted on launchpad into a self hosted git repository? bzr merge lp:ubuntu/trusty-proposed/chewmail I tryed this but it wont work because my git repo is not a bzr repository. Thanks.
egoteclaier
  • 36
  • 1
  • 5
0
votes
1 answer

Version control on shared web host with Bazaar

I have a project I am going to begin co-developing on one of my web servers. Due to the nature of this kind of thing I'd like to have some version control going on. I've been searching all day for something that fits my needs and Bazaar seems the…
sharf
  • 2,123
  • 4
  • 24
  • 47
0
votes
1 answer

bzr send is the same as git push?

send directive in Bazaar is the same as push in GIT?
Juanjo Conti
  • 28,823
  • 42
  • 111
  • 133
0
votes
2 answers

How do I resolve a "Too many open files" error in Bazaar?

I am using Bazaar v2.0.1 on Max OS X 10.6.2 When I perform a commit after moving a large number of files/directories (over 10,000) I get the following error message: bzr: ERROR: [Errno 24] open: Too many open files: '.' My first work-around was…
Trent
  • 13,249
  • 4
  • 39
  • 36
0
votes
1 answer

Unable to Push source code to Bzr/Bazaar

I am having issues pushing my codes into my Bazaar repository. It worked earlier for my first commit but not it does not work at all. Everytime I try to push my codes, I get this exception Error while executing push [Error 5] Access is denied:…
Benjamin Wong
  • 599
  • 1
  • 8
  • 21
0
votes
1 answer

Bazaar version control - Multiple repositories / sub modules possible?

Is it possible to have multiple repositories / sub modules? If so, how?
mjs
  • 21,431
  • 31
  • 118
  • 200
0
votes
1 answer

Unpack or read a bazaar patch file?

I have a bazaar patch file from a couple of years ago that I would like to be able to read the contents of. It was generated with "Bazaar Explorer > Bazaar > Collaborate > Send new revisions > by file". How can I turn the part after # Begin bundle…
matt wilkie
  • 17,268
  • 24
  • 80
  • 115
0
votes
2 answers

bzr unshelve to different branch

I have a branch with several shelves and this branch is now out of developement because we branched a new one from it. Now I need to take over my shelved changes without modifying the old branch to the new one. What is the easiest way? I know I…
Mike Lischke
  • 48,925
  • 16
  • 119
  • 181
0
votes
1 answer

Bazaar hook to check commit message on server

We have a bazaar server, to which many people connect. I'd like to run some pre-commit hooks for every user and to me it'd make most sense to run these hooks on the server, since I can't control all computers connecting. I was assuming this was a…
Jon
  • 188
  • 1
  • 8
0
votes
1 answer

push commits to my branch in launchpad

I have launchpad repo which I'm pushing commits, and my friend wants to push a patch file into it but when he tried he got this error. $ bzr push :parent bzr: ERROR: Cannot lock…
Sudheera
  • 1,727
  • 1
  • 12
  • 28
0
votes
0 answers

Local bzr workspace for openERP module development

We decided that we want to publish our modules on Launchpad so I'm restructuring our module development work space. Up until now we worked in a centralized manner. We decided to try a distributed style. So far i been leaning towards a layout similar…
Infernal
  • 1
  • 3
0
votes
1 answer

Using Bazaar to handle Website Versioning

I imagine this is a pretty basic question but I haven't been able to find an answer anywhere. I develop websites. In the past I've handled all the live files manually and it stinks, of course. I've been hoping Bazaar could add some power and…
Nicky Hajal
  • 1,584
  • 1
  • 15
  • 23
0
votes
1 answer

bzr push bzr+ssh gives me an error on webfaction

I setup bzr repo on both server and local. I am trying to push the code from my local directory to server, I am using the following command: bzr push bzr+ssh://@.webfactional.com/myrepo it asks for password and then gives me the…
Amin
  • 1,883
  • 4
  • 17
  • 22