0
votes
1answer
19 views
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 stink …
2
votes
3answers
60 views
GUI for bazaar, equivalent of gitk
What is a maintained GUI for bzr, perhaps something like gitk for git?
5
votes
2answers
158 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, di …
6
votes
10answers
405 views
Bazaar, Mercurial or other for single user version control?
Which version control system would you recommend for:
single user
looking for simple, easy to use
generally small simple projects
working on windows
usually coding python
no serv …
1
vote
2answers
33 views
How to make dependency in makefile so that target is built when bazaar revision changes?
I have a script that is designed to generate a config.h in the source tree, to be used by the code at compile-time. Information included in this includes the bazaar revision number …
0
votes
2answers
27 views
Bazaar syntax to ignore directories matching a wildcard
I'm sure this is a dumb question, but what is the syntax to ignore my _Resharper.* directories with Bazaar? I've tried ignoring: \_Resharper*.* ./\_Resharper*.*, **/\_Resharper*.*, …
1
vote
2answers
42 views
Local branches with Bazaar?
I've been playing around with Git recently to get a grasp of distributed version control. Now I'm looking at Bazaar, but can't figure out how to make a local branch, i.e. a branch …
0
votes
3answers
59 views
bzr: Restoring a deleted file after some commits with bazaar
Hi everybody !
I'd like to know if it is possible to restore a removed file from an older revision (a clean way to do it)
I've renamed a file for some tests, than I commited all …
57
votes
16answers
4k 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 lik …
0
votes
2answers
24 views
unlink repository from central server in bazaar
Every time I commit with bazaar, it contacts my remote repository (the one I got the code from). I want to commit locally, because the development machine I'm on is offline. Of cou …
3
votes
7answers
186 views
Browse bazaar (or CVS/SVN/Git) repository with GUI?
Hi,
Is there a nice, open-source, free way to browse a bazaar (or other source control) repository?
What I had in mind is a wikipedia-history-like browsing, where I can watch and …
0
votes
1answer
16 views
How do I get Bzr to run an arbitrary command on commit
I need the ability to run an arbitrary command when I try and commit to a bazaar branch.
This command should return 0 on success, or any other code on failure, and if the command …
0
votes
2answers
81 views
bazaar ignore file
what is the equivalent of the .hgignore mercurial file in bazaar
2
votes
6answers
252 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 G …
1
vote
2answers
74 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 …
