Tagged Questions
Bazaar is a free distributed version control system (DVCS).
109
votes
16answers
8k views
What are the relative strengths and weaknesses of Git, Mercurial, and Bazaar?
What do folks here see as the relative strengths and weaknesses of Git, Mercurial, and Bazaar?
In considering each of them with one another and against version control systems like SVN and Perforce, ...
68
votes
9answers
28k views
Popularity of Git/Mercurial/Bazaar vs. which to recommend
Going by the number of questions on this site for these three distributed version control systems, it seems like Git either
is more popular, or
is more difficult (hence requiring more questions), ...
42
votes
11answers
16k views
examining history of deleted file
If I delete a file in Subversion, how can I look at it's history and contents? If I try to do svn cat or svn log on a nonexistent file, it complains that the file doesn't exist.
Also, if I wanted to ...
26
votes
12answers
2k views
Should I look at version control systems beyond Subversion?
Within the last year I have become addicted to subversion. I am an only developer and I also work on a few of my own projects. With SVN its really easy to manage everything - and because it is hosted ...
24
votes
7answers
737 views
Should checkins be small steps or complete features?
Two uses of version control seem to dictate different checkin styles.
distribution centric: changesets will generally reflect a complete feature. In general these checkins will be larger. This ...
12
votes
6answers
3k views
Is it possible to do a partial clone/branch with either bazaar, mercurial or git?
Suppose I have a project in source control with a lot of subdirectories, many of which I don't need at the moment.
I would like to create a working copy containing only some of the entire tree, which ...
12
votes
5answers
2k views
What DVCS support Unicode filenames?
I'm interested in trying out distributed version control systems. git sounds promising, but I saw a note somewhere for the Windows port of git that says "don't use non-ASCII filenames". I can't find ...
10
votes
2answers
983 views
Pros and cons of different branching models in DVCS
The Big Three of distributed version control (Git, Bazaar, and Mercurial) each treat branching fairly differently. In Bazaar, for example, branches are separate repos (actually, divergent copies of ...
10
votes
5answers
2k views
“bzr uncommit” equivalent in Mercurial?
Bazaar has a wonderful uncommit command, which simply undoes the last commit. Is there any equivalent in Mercurial?
Edit: Bazaar's uncommit command does not modify files – it removes the last commit ...
8
votes
6answers
747 views
Git, Hg or Bzr - What to recomend to a new user?
I have some friends that are potentially interested in learning to use a version control system for our upcoming master theses (latex document and various programming). I'm not talking about anything ...
8
votes
5answers
758 views
Is there any distributed revision control system that supports partial checkout/clone?
As far as I know all distributed revision control systems require you to clone the whole repository. For this reason is it not wise to put huge amounts of content into one single repository (thanks ...
8
votes
3answers
3k views
bzr pull vs bzr merge
I'm using bzr for a very simple task: getting the development version of GNU Emacs. After the initial bzr branch, I'd like to keep my local version up to date. I read about the documentation on bzr ...
8
votes
2answers
1k views
undo bzr revert
I accidentally reverted all my changes with bzr revert before committing.
Are all my changes lost or can I undo the revert somehow?
I haven't lost many changes, but I'd enjoy to know if there is a ...
8
votes
7answers
3k views
Bazaar (bzr) integration with Visual Studio
What's the best way to use Bazaar (bzr) as the version control system in Visual Studio 2008?
7
votes
1answer
157 views
How can I do a merge in Bazaar (bzr merge) that ignores whitespace?
As our team and codebase continue to get bigger, we're seeing more and more cases where Bazaar insists there's a conflict during a merge operation, but in reality it's just a minor whitespace change - ...
7
votes
8answers
901 views
Why to use SVN? Any hidden pros (over GIT/Mercurial/Bazaar) there? [closed]
Possible Duplicates:
Why is git better than Subversion?
I've already read a lot (not enough to get the perfect picture though) about versioning systems, and the obvious conclusion is that ...
7
votes
2answers
1k views
How to migrate from Subversion to Mercurial when the trunk/branch/tag structure is a mess?
I'd like to convert a repository from Subversion to Mercurial, but when I initially set up the repository, I did it in the laziest way possible. Over time, the structure continued to morph and ...
7
votes
3answers
935 views
How to emulate 'git stash' in fossil, bzr?
Is it possible to emulate the behavior of 'git stash' when using fossil/bzr?
Basically I'm interested in handling the following workflow:
at some point the source code tree has state X, it is ...
7
votes
2answers
544 views
How to list versioned files in git?
I would like to list the versioned files in the root directory of a git repository. To do the same thing in bazaar, you run:
bzr ls --versioned --non-recursive
How do I do this in git?
7
votes
5answers
4k views
Free private Bazaar online source host
Apologies if this is a duplicate question.
I am looking for a free private online Bazaar source host. Does anybody know of any? I had a quick look and it seems there are lots of Git, Mercurial, and ...
7
votes
7answers
1k views
How can I provide a 2-way mirror of a Git repository with another SCM? (bzr, hg etc)
For the last 6 months or so I've been using a 2-way Git mirror of our main Perforce repository at work to evaluate it for our workflow. I have to say I've fallen in love with using it but it has had ...
7
votes
7answers
2k views
How do I disable Tortoise BZR?
I'm a huge fan of bzr and I'm glad they're working on tortoise for it, but currently it's WAY too slow to be useful. The icons are almost always incorrect and when I load a directory in explorer with ...
6
votes
3answers
101 views
Is it possible and how “Giving credit for a change” for Mercurial/Git as in Bazaar?
Bazaar support adding meta data to commit to record who the actual author of a change is vs. the person who commits the change:
$ bzr commit --author "Jane Rey <jrey@example.com>" \
...
6
votes
3answers
94 views
Attributing a single commit to multiple developers
The way all version control systems I'm familiar with work is that each commit is attributed to a single developer. The rise of Agile Engineering, and specifically pair programming, has lead to a ...
6
votes
2answers
617 views
How can I mirror a project hosted on launchpad on github?
I want to contribute actively to a project that is hosted on Launchpad.
I'm much more comfortable with GitHub, and would like to continue to use it if possible.
Would I be able to mirror the bzr ...
6
votes
3answers
422 views
How can I delete unversioned files in Bazaar?
How can I remove all unversioned files from a Bazaar workspace? I'm looking to do the equivalent of hg purge --all or git clean -fd.
6
votes
6answers
1k views
Recommendation for code hosting of personal projects
I tired my hands on bazaar(launchpad), for the reason that i can host my project at launchpad, and bazaar (my local machine) would be tightly integrated with launchpad. I have posted my question at ...
6
votes
2answers
3k views
How do I use Bazaar with a HTTP proxy?
How do I use Bazaar with a HTTP proxy? I can't find anything in their documentation.
6
votes
4answers
612 views
What are your coolest/most unusual hacks using a distributed version control system?
I have been working with git for a few months and I find that most of the things that have transformed my everyday work for the better can be attributed to the flexibility and lack of enforced default ...
5
votes
3answers
208 views
How to move bugfixes across branches in DVCS?
If we discover bug in some branche we fix it (check New release on picture). But also we interesting in moving this fix to Old release and Main development branch:
a-->b-->c (Old ...
5
votes
1answer
456 views
Bazaar for Beginners: The Definitive Practical Guide
In the spirit of Git for beginners: The definitive practical guide and Mercurial for Beginners: The Definitive Practical .
This is a compilation of information on using Bazaar for beginners for ...
5
votes
1answer
92 views
How check incoming changes with Bazaar?
With Mercurial I do:
$ hg in
With SVN I do:
$ svn log -r BASE:HEAD
How do this with Bazaar?
5
votes
6answers
1k views
Is it easier to manage code with GIT or Bazaar?
I'm researching the GIT and Bazaar capabilities and wonder which one has more feature-rich code management?
Here you can find the location for both source control engines:
GIT
Bazaar
5
votes
6answers
1k views
How significant is the bazaar performance factor?
I hear all this stuff about bazaar being slower than git. I haven't used too much distributed version control yet, but in Bazaar vs. Git on the bazaar site, they say that most complaints about ...
4
votes
2answers
51 views
git tool comparable to bzr qlog
For the purpose of code review I got quite used to using the bzr qlog command to visually review the changes between two commits. I am now starting to use git and am looking for the equivalent. The ...
4
votes
3answers
153 views
merge-base analog for Mercurial and bzr (to find common ancestors as possible for a merge)?
Gt have merge-base command that show common ancestors of two or more branches.
What analog for Mercurial and bzr?
4
votes
1answer
284 views
Git GUI like Bzr Explorer but for Git?
What GUI's are there for GIT that are like Bazaar Explorer?
Preferably for Linux.
Would be great to include or link to screenshots in the answers.
If you could do each app as one answer, they ...
4
votes
5answers
257 views
Understandability of git, mercurial, bazaar source code bases
I'd like to read the source code of one of the popular revision control tools to learn how revision control works. I'd like to read the one that is most readable.
I don't know of an objective, ...
4
votes
5answers
123 views
Can you help me start with version control systems?
i'm new to the idea of VCSs and i was wondering if people here could help me have a better start at it. so far ive read about SVN and bazaar, tried tortoiseSVN with collabnet subversion edge, (just at ...
4
votes
1answer
327 views
Git history visualizer GUI that can hide branches?
I started out learning DVCS with bazaar due to its newbie-friendliness, and have recently moved to git for my daily work due to its speed. The one thing I miss from bazaar is the bzr qlog dialog, ...
4
votes
3answers
196 views
Which DVCS work best with Subversion repositories
Subversion works great when we have access to central repository, but sometimes two or more developers work at client where they do not have connection to central repository. I am looking for DVCS ...
4
votes
1answer
116 views
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 ...
4
votes
1answer
378 views
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 ...
4
votes
3answers
153 views
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 ...
4
votes
2answers
1k views
Is there a difference between `bzr clone`, `bzr branch` and `bzr checkout`?
Obviously bzr clone, bzr branch and bzr checkout all do the same thing when given an URL as parameter and executed in a non-bzr directory.
Is there any difference for later Bazaar workflow? i.e. bzr ...
4
votes
2answers
1k views
delete file history with bazaar
Someone committed all binaries to our bazaar trunk, and i want to get rid of it.
`bzr del file' only deletes the file from the current revision, but not the history of the file.
is there a way we can ...
4
votes
2answers
176 views
Bazaar: Ignoring files locally but not in centralized repository?
We have a centralized development server, with everyone working from local checkouts. How can we ignore a specific directory only in our local repositories and not in the centralized repository?
Some ...
4
votes
2answers
712 views
Submit bug fixes on launchpad through patches or merge proposals?
I'm new to Launchpad and Bazaar, and I'm trying to figure out what the best way is to submit bug fixes. I'm using some reasonably popular open-source software that's hosted on Launchpad, but it's not ...
4
votes
1answer
646 views
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?
4
votes
1answer
365 views
In bazaar, how do I change the default target of “bzr push”?
bzr push defaults to the first target you pushed to. If I now want to push to a different location, but don't want to manually enter it every time, how do I change the default?