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

Emacs dired and bazaar

I started using Emacs dired mode to move some files in a bazaar repository into a new folder in the repository. I then ran bzr add to get bazaar to find these "new" files, and then realized that when committing, bazaar would consider the original…
SabreWolfy
  • 5,392
  • 11
  • 50
  • 73
1
vote
1 answer

Bazaar - effect of pushing, pulling, or merging with different releases and operating systems?

Suppose one person is using Bazaar 2.3 on Linux, and another is using Bazaar 2.5 on Windows. Are there problems that may result from pushing, pulling, or merging between repositories on the different releases and operating systems? Or is it…
Gigatron
  • 1,995
  • 6
  • 20
  • 27
0
votes
1 answer

Bazaar: how put files from different locations in one repository?

I'm new to bazaar and would like to give it a try by storing my Emacs configuration files in one repository. These files consist of a .emacs file in my home directory (on unixish systems) and a couple of Emacs Lisp source files in…
pesche
  • 3,054
  • 4
  • 34
  • 35
0
votes
1 answer

Is it possible to set up proper workflow between two repos in git?

I settled on using VCS for synchronization between my laptop and main computer. At that time, I liked bzr very much, so I used it. The workflow was simple - on main machine I had a script, which detected the appearance of laptop nearby and executed…
Rogach
  • 26,050
  • 21
  • 93
  • 172
0
votes
1 answer

How to repair bazaar popup menu icons?

I recently upgraded bazaar from 2.5.x beta to official 2.5.0, but now the icons of the TortoizeBzr popup menu are not visible. I tried to : uninstall / reinstall v2.5.0 uninstall, reinstall a old version (v2.5.x beta) pray for my icons back…
TridenT
  • 4,879
  • 1
  • 32
  • 56
0
votes
1 answer

Bazaar: Modify file content before commit via hook?

I'm switching from SVN to Bzr for my private projects. There is one feature missing for me, which SVN provides: The replacement of a $Id:$ placeholder with the latest version identification. So far, Bzr provides hooks to do some tricks within the…
Mario Mueller
  • 1,450
  • 2
  • 13
  • 16
0
votes
3 answers

How to link continuous integration to my latest sprint trunk?

Using a continuous integration on my project, I need to checkout the code from latest sprint from BAZAAR as bzr://path/to/myproject/sprint/123 As this path is changing repeatedly (for each sprint), I'm currently using externals to create a…
0
votes
1 answer

Bazaar plugin: List of modified files on pre-commit hook

I want to write a Bazaar plugin that performs some actions one the modified files before they are committed. Things like checking for syntax errors, and warning the commiter if there are still TODO's in the file. How do I get a list of the modified…
Jrgns
  • 24,699
  • 18
  • 71
  • 77
0
votes
1 answer

Bazaar: Automatic remote revision writing to remote branch on push

I would like the latest remote revision number to be committed to a file of the remote tree on each push. The following thread answers the question of doing it locally on commit, is there a way to do it remotely on push? In other words, is there a…
jvm
  • 349
  • 1
  • 3
  • 7
0
votes
1 answer

How can I join consecutive SVN and BZR repos into GIT?

A strange request, I admit... We have a project that is currently managed in Bazaar, but was previously stored in Subversion. However, rather that copying the history across, the previous developers took a single export of the SVN repo and started a…
CAMason
  • 1,122
  • 7
  • 13
0
votes
1 answer

conflicts on bazaar svn

I am using bazaar svn first time.What are the best methods or steps to resolve conflicts in files. How I can see the difference between two conflicted files. Earlier when I used svn then I install winmerg software and it could help me to see both…
user502401
  • 37
  • 2
  • 7
0
votes
1 answer

Adding a new project in remote bazaar repository from my system

There is remote bazaar repository. There I have to add a new project in the some existing category from my system in the bazaar. I have read the bazaar documentation. But still, i was not able to get the grasp of it how to add the new project.
cooldude
  • 935
  • 2
  • 9
  • 18
0
votes
1 answer

Bzr push error: diverged repositories after merge into main line

I have very recently started using a Bzr shared repository to manage my project. I derived this by branching from a standalone repository to which I had been up to now making incremental commits. This new shared repository has a '/trunk, /branches'…
ChrisM
  • 2,128
  • 1
  • 23
  • 41
0
votes
3 answers

why is permission denied for bzr push?

user2 wants to bzr push changes to a directory /home/user1/project/dev. user2 has group +rwx permissions on this directory, but not in my home directory /home/user1/ This results in the error: bzr: ERROR: Permission denied:…
David LeBauer
  • 31,011
  • 31
  • 115
  • 189
0
votes
2 answers

Linking projects in bazaar

I have some projects that need to include the source of another project. All projects are managed by revision control software. In fact, they are for now part of the same local bazaar repository. The desired layout would be something like…
porgarmingduod
  • 7,668
  • 10
  • 50
  • 83