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
4
votes
3 answers

Converting bazaar repo to git on linux

How can I convert bazaar repo to git? I have old zip archive with .bzr directory in it. I've try to follow this tutorial but when I try to install: sudo apt-get install bzr-fastimport it got error that there are no bzr-fastimport package and there…
jcubic
  • 61,973
  • 54
  • 229
  • 402
4
votes
3 answers

how can I commit changes to a bzr branch from within emacs?

I do most development from within emacs, and I use bzr for version control. I infer that c-x v = is equivalent to bzr diff, but it is not clear to me how I can make commits from within emacs, or how various bzr commands map to emacs key bindings.…
David LeBauer
  • 31,011
  • 31
  • 115
  • 189
4
votes
1 answer

private folder in github

/source/application/controller ( visible ) /source/application/models ( visible ) /source/application/views ( visible ) /source/framework ( not visible ) can we somehow do like this at github or in any git sites ? svn ? or maybe other SCM ?
Adam Ramadhan
  • 22,712
  • 28
  • 84
  • 124
4
votes
1 answer

Cant push changes back to Launchpad using git-bzr

I'm unable to push my changes back to a Launchpad repository using git-bzr. $ git init $ git bzr add upstream ../bzr-branch $ git bzr fetch upstream $ git checkout -b local_branch upstream Then I modify a file, README for example. $ git add…
Varun Madiath
  • 3,152
  • 4
  • 30
  • 46
4
votes
1 answer

Is there a Bazaar equivalent of Git default branching?

Using git, I can create branches conceptually, without having to branch my directory structure. When I switch between branches (assuming that everything has been committed), it will change the contents of the files that I'm working on to reflect…
Wayne Werner
  • 49,299
  • 29
  • 200
  • 290
4
votes
1 answer

How to save subversion password with bzr-svn

I am using bzr-svn to chekout svn repositories using bazaar. But bzr-svn asks for passwords everytime, I searched the web to find out about authentication.conf I put the following section authentication.conf [something] scheme=svn+http #tried…
hayalci
  • 4,089
  • 2
  • 27
  • 30
4
votes
3 answers

Some code was lost after doing bzr commit --local, bzr pull, bzr commit

A developer in my team has been using a branch bound to the server (IE, only using checkout, update, and commit), but also often uses the --local flag on commit and then commits to the server in a batch. She recently experienced a situation where…
John Bachir
  • 22,495
  • 29
  • 154
  • 227
4
votes
1 answer

Migration Fail From Bazaar To Git: fatal: Path xxx not in branch

I'm struggling with a migration from Bazzar to Git. When I execute export/import command below, it crashes because of the error. But there is no instruction what should I do next. Could anyone please tell me how to resolve it? Execute command % bzr…
mttr
  • 49
  • 7
4
votes
3 answers

Trying to understand BZR repository

I use Bazaar and I love it. Generally, I just create different branches and manage them separately. I've just found that all those branches can be put into a repository. If I understand correctly, this should save memory and increase speed as some…
NawaMan
  • 25,129
  • 10
  • 51
  • 77
4
votes
1 answer

Installing IDE eclipse plugin for Bazaar via eclipse

I wanted to install eclipse plugin for Bazaar and every time i do it there comes an error: " Cannot complete the install because one or more required items could not be found. Software currently installed: Shared profile 1.0.0.1399191266286…
Mariam
  • 41
  • 1
4
votes
1 answer

bzr-svn out of memory error

When I try to do a bzr branch from my svn repository I get an out of memory error. The svn repository is very large. Is there a way to give bzr more memory?
cquillen
  • 1,287
  • 2
  • 9
  • 14
4
votes
1 answer

Bazaar repository got broken by moving it

I've gotten the OpenERP source using the instructions. I've moved the whole source directory somewhere else in my home. Now, when I try to pull changes it throws errors: shahar@shahar-desktop:~/src/openerp⟫ make pull # update all trunk branch for i…
Shahar 'Dawn' Or
  • 2,713
  • 1
  • 26
  • 38
4
votes
1 answer

Should we ignore Solution Output folder while we are using Visual Studio and Version Control?

I'm using Bazaar and Visual Studio 2010 in a C# project. I have prepared an ignore list but still I think all the files in Solution Output directory could be ignored. I search a lot but nobody had mentioned it. So I'm going to know if I can ignore…
Omid
  • 4,575
  • 9
  • 43
  • 74
4
votes
2 answers

bazaar ignore file

what is the equivalent of the .hgignore mercurial file in bazaar
sohaibafifi
  • 745
  • 7
  • 16
4
votes
2 answers

How to undo bzr mv --auto

After doing a bzr mv --auto a deleted file and a new file have been incorrectly picked up as a moved file, and now show up as renamed under bzr status. How can I change this so that the new file is marked as new again (and the deleted as deleted)?
Cookie
  • 12,004
  • 13
  • 54
  • 83