Questions tagged [tortoisebzr]

Tortoise Bazaar (TortoiseBZR) is a Windows shell extension for viewing the source control status of a Bazaar tree from within Windows Explorer.

9 questions
26
votes
6 answers

TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN?

I'd like to try out a distributed revision control system. I use a couple Windows PCs, a couple PCs with Linux, and a Mac. On windows, I'd like to use Tortoise. Are any of the Tortoises other than TortoiseSVN any good? Until recently, the knock…
Nosredna
  • 74,873
  • 15
  • 91
  • 122
10
votes
7 answers

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 a lot of branches it locks up my entire system…
enobrev
  • 21,288
  • 6
  • 40
  • 53
2
votes
3 answers

Should I use push or switch to create branch in bazaar?

To create a branch in bazaar, I can do two things: Checkout the trunck, do modifications, local commit and then push my version to MyProject/MyBranch or create MyProject/MyBranch and switch my checkout to the new branch, then do modification and…
TridenT
  • 4,801
  • 1
  • 28
  • 56
1
vote
1 answer

How to massively mark files as moved with Bazaar?

I have moved 3 files from the top folder working copy under bazaar into a new directory Project. Bazaar show me this screen. Now, I want to mark every file as moved. It is possible to do this one file by one file - by selecting the missing one,…
TridenT
  • 4,801
  • 1
  • 28
  • 56
1
vote
0 answers

Tortoise Bazaar commit password

I've recently set up a Bazaar repo on my FTP server (only access I have to back end, please don't go into reasons why I shouldn't use FTP). I have managed to get everything working with short cuts such that I can include user and pass in the ftp…
Larry
  • 184
  • 2
  • 13
1
vote
2 answers

Bazaar locks in Windows

I am new to Bazaar, but that's what is being use at my new job right now. I have installed the latest stable version 2.5.1 on my Windows 7 x64 machine and I can't seem to get it to work. Every single operation I make, either with the command line…
Stephane
  • 91
  • 6
0
votes
1 answer

Creating a Bazaar branch from an offline SVN working copy?

I'm doing some offline development on my SVN working copy. Since I won't have access to the SVN repository for a while, I wanted to use Bazaar as a helper version control to keep the intermediate commit history before I commit everything back to the…
Igor Brejc
  • 17,626
  • 12
  • 72
  • 92
0
votes
1 answer

Unable to Push source code to Bzr/Bazaar

I am having issues pushing my codes into my Bazaar repository. It worked earlier for my first commit but not it does not work at all. Everytime I try to push my codes, I get this exception Error while executing push [Error 5] Access is denied:…
Benjamin Wong
  • 579
  • 1
  • 7
  • 21
0
votes
1 answer

Forcing Beyond Compare to use tabs when used as an external diff tool in Bazaar Explorer

I'm trying to use Beyond Compare as my diff tool in Bazaar Explorer. In Settings > Configuration > User Configuration > Diff I added Name: Beyond Compare Command: C:\Program Files (x86)\Beyond Compare 3\BComp.exe Note: No quotes. This works fine, as…
rwb
  • 3,892
  • 7
  • 32
  • 56