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

Preventing bzr-update changes to user-specific .cfg file

I have a project, hosted on launchpad, which contains a fairly user-specific configuration file. Once the project is initially checked out, obviously this .cfg file should also be downloaded. However, further updates (via "bzr update") would…
Dave
  • 6,184
  • 8
  • 26
  • 28
0
votes
1 answer

bazaar relative path in branch config file

My group is developing code for use internally as well as to be provided to an external (offsite) group. A baseline version is delivered externally via tar files, but incremental changes (every week or two) are provided with bzr patch files using…
Steve D
  • 3
  • 3
0
votes
1 answer

Bazaar split and & Rich Roots

I would like to make a directory of my branch into a seperate repository. bzr split looks like the coomand but I get bzr: ERROR: To use this feature you must upgrade your branch at file:///C:/blahblah/ to a format which supports rich…
justintime
  • 3,601
  • 4
  • 22
  • 37
0
votes
1 answer

No such file or directory, not pointing to the right file - Rails

I have a weird problem. I have a Rails (2.3) App where today after some commit/push action I found in a view directory some files like this: /presentacion_en.html.erb /presentacion_en.html.erb.~1~ I want to get rid of the .~1~ one, but if I delete…
anexo
  • 495
  • 1
  • 11
  • 22
0
votes
1 answer

Having problems installing bzr on CentOS-6.5

I am having trouble installing bzr on my CentOS-6.5 using the command: #yum -y install bzr I get the following errors: Error: Package: bzr-2.3.3-1.el5.rf.x86_64 (rpmforge) Requires: python-elementtree Error: Package:…
The Georgia
  • 1,005
  • 7
  • 23
  • 59
0
votes
1 answer

Remove files from Bazaar

I'm using Bazaar (bzr) to keep source code for a website updated, but we've ran into a problem when we remove files from version control. The files we are removing are ones we never intended to version to begin with. When this happens we use bzr rm…
Kristopher Ives
  • 5,838
  • 7
  • 42
  • 67
0
votes
2 answers

Mercurial Hg Clone fails on C# project with GUID

UPDATE: In trying to replicate this problem one more time to answer your questions I could not! I can only conclude that my initial setup of Mercurial was problematic and/or possibly I was trying to checkin a build that failed compilation before the…
AnneTheAgile
  • 9,932
  • 6
  • 52
  • 48
0
votes
6 answers

How is bazaar as a version control tool?

We are planning to use bazaar as a version control tool over cvs and svn. So i don't know much about it, Where can i find a tutorial of using it? and compared to svn and cvs what extra features does it provides. And is it worth using for the…
GuruKulki
  • 25,776
  • 50
  • 140
  • 201
0
votes
1 answer

What is bzr for cvs export?

With cvs one can export the files that have a specific tag and get no cvs meta data included such as with this command: cvs -z3 -d:ext:cwhii@emle.cvs.sourceforge.net:/cvsroot/emle export -R -r BL0123 -d emle030205_BL0123 emle What is the…
CW Holeman II
  • 4,661
  • 7
  • 41
  • 72
0
votes
1 answer

How to Start Bazaar Explorer?

Contributing to Free Software Projects Made Easy states: Start Bazaar Explorer. but does not describe how this is done.
CW Holeman II
  • 4,661
  • 7
  • 41
  • 72
0
votes
1 answer

Where can I find MySQL source code and how could I edit it?

I am doing a project in which I have to tweak the Query Cache implementation of MySQL. I have installed bazaar but I am unable to find the source code of MySQL. I am using Ubuntu 14.04 and MySQL 5.5.37. If branch is the source code, should I…
dpaks
  • 375
  • 1
  • 13
0
votes
2 answers

uncommit up to before merge

When I have a history -rev 100, merge -- rev 95.3 -- rev 95.2 -- rev 95.1 -rev 99 -rev 98 and I try bzr uncommit -r 95.3.. it writes an error message. How can I fix the problem? Error is bzr: ERROR: exceptions.TypeError: unsupported operand…
Adrian Panasiuk
  • 7,249
  • 5
  • 33
  • 54
0
votes
1 answer

bzr: Detach a repository subdirectory into a new repo

I have a bzr repository called misc. Naturally, it got clogged with lots of subdirectories which now deserve a repo of their own. How do I detach a subdirectory, say misc/docs, into a new repo called doc? I have tried: bzr split misc/docs But got…
Adam Matan
  • 128,757
  • 147
  • 397
  • 562
0
votes
2 answers

Are there any good desktop linux tools for viewing a bazaar branch's history?

For viewing diffs, I use the excellent Meld tool. But when it comes to looking at earlier revisions, I usually just find myself looking at the branch in Launchpad, where my code is hosted. Are there are good desktop tools for allowing me to do this?…
Matthew
  • 28,056
  • 26
  • 104
  • 170
0
votes
1 answer

What's the difference between a stacked branch and a stacked push in bzr?

What's the difference between a stacked branch (bzr branch --stacked source-url my-dir) and a stacked push (bzr push --stacked)? Well, other than the obvious that one is a branch and the other is a push. Meaning, the documentation for stacked…
wyer33
  • 6,060
  • 4
  • 23
  • 53