bazaar Questions

2

What GUI's are there for GIT that are like Bazaar Explorer? Preferably for Linux. (source: ubuntugeek.com) Would be great to include or link to screenshots in the answers. If you could do eac...
Deathly asked 15/5, 2011 at 15:22

7

Solved

As a former bzr user and novice to git I'm trying to find good GUI tool for git blame similar to bzr qannotate. The latter has 2 major views: file content viewer with short annotate information (...
Bradeord asked 21/11, 2012 at 9:54

4

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, t...
Conformance asked 24/2, 2011 at 0:44

9

Solved

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 s...
Okajima asked 16/9, 2011 at 8:38

3

Solved

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 re...
Teter asked 20/7, 2010 at 20:26

3

I understand that reading the source code is an option, given that these systems are open source, but I am looking for something on the lines of Scott Chacon's excellent writeup on Git Internals. ...
Stemma asked 24/7, 2011 at 10:37

7

Solved

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...
Vulture asked 22/6, 2010 at 23:57

5

Solved

I want to go back in my bazaar history (change working tree) to find the commit that introduced a certain bug. I do not want to delete any commits, just change my working tree until I found the bu...
Perreira asked 13/3, 2012 at 13:11

17

Solved

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 ...
Dateless asked 30/12, 2008 at 20:5

3

Solved

How can I edit an older revision's message to more correctly describe its changes?
Driblet asked 10/9, 2010 at 7:11

7

Solved

I'm researching the Git and Bazaar capabilities and wonder which one has more feature-rich code management?
Plosion asked 18/6, 2009 at 3:10

2

Solved

I want to propose a change to the source code of a project which is hosted in Launchpad. Problem is: I have no idea how to use the bazaar version control system, and I've never used Launchpad, so ...
Burck asked 28/11, 2013 at 19:13

2

Solved

I have a development repository in bazaar and I want to convert it to git and keep it synced. I need this because I will be sharing my code with someone who doesn't know bazaar. first I needed to...
Comedietta asked 9/1, 2014 at 6:37

4

Mercuril, Git and Bazaar has a way to get path root: git rev-parse --show-toplevel hg root bzr root How print the local root path in subversion? Update Example: > svn checkout https://exa...
Levee asked 16/8, 2012 at 16:57

3

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 ...
Fist asked 14/2, 2010 at 18:21

7

Solved

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 perf...
Frozen asked 1/4, 2009 at 16:47

1

Solved

I'm setting up some server configuration in my company and we have some internal repositories that run over ssh through bzr that I need to get. I wanted to use puppet-vcsrepo to pull these in and I...
Cons asked 8/8, 2012 at 5:53

1

Solved

I'm trying to convert some old Bazaar repositories to git, and while everything seem to go through smoothly, I'm a bit unsure if it really went as well as it claimed. My Bazaar repository is struct...
Tuberose asked 12/11, 2013 at 13:44

7

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 fin...
Demogorgon asked 6/5, 2009 at 13:52

1

Solved

Is there any way to get all bazaar branches from remote shared repository? I found it can be with Bazaar Explorer, but could not find which be with bzr command. In Git: git branches -r. In Subve...
Voroshilovsk asked 29/9, 2013 at 20:6

9

Solved

What's the best way to use Bazaar (bzr) as the version control system in Visual Studio 2008?
Spaceship asked 3/12, 2008 at 21:15

1

I am looking to start a project with distributed source control and am evaluating the different options. Looking at Bazaar, I stumbled over several articles (e.g. this) that development has slowed ...
Steinke asked 17/2, 2013 at 22:22

7

Solved

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 SVN options, but no Bazaar? Just to...
Bellaude asked 7/9, 2009 at 22:55

5

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 enforce...
Schoolroom asked 5/3, 2009 at 9:53

1

BRIEF: I want to have two (or more) "streams of development" / environments track each other, sending changes between each other in both directions, without converging totally - while preserving c...
Vizza asked 3/8, 2012 at 5:39

© 2022 - 2024 — McMap. All rights reserved.