vote up 1 vote down star
2

What's the best way to use Bazaar (bzr) as the version control system in Visual Studio 2008?

flag

75% accept rate
Haha, I wonder how long VS will be locked up then! – leppie Dec 3 '08 at 21:43
I've not tested TortoiseBZR, but as far as I'm concerned, TortoiseBZR is not for me anyway. I'm a pure x64 guy and it's not integrated with VS. – Mehrdad Afshari Dec 4 '08 at 16:18

3 Answers

vote up 1 vote down check

The best I found is TortoiseBZR and the command-line - nothing integrated with VS.

link|flag
vote up 1 vote down

I wouldn't even bother with TortoiseBZR; bzr is very easy to use from the command line.

BTW: The last time I tried it, TortoiseBZR used to lock up windows explorer while it went off to a remote repository to determine the status of files, not sure if it still does this ... ? See also this SO question.

link|flag
vote up 1 vote down

There's a project in Launchpad, but it looks like it's abandoned, and when I downloaded it, I couldn't get it to build.

This is something I'm interested in myself. Tracking adds, drops and renames automatically in an IDE is the way to go. Seeing status is nice too.

link|flag
bazaar-vcs.org/VisualStudioIntegration -- there explained how to get it working. – bialix Feb 27 at 20:50
Yeah. Klaus updated it recently with build instructions for VS2008. It builds for me now, but I haven't got it working. I'm still poking at it in my copious free time. – Darcy Casselman Feb 27 at 21:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.