This is a mirror of official site: http://jasper-net.blogspot.com/

Bazaar in Visual Studio: External Tools

| Thursday, August 4, 2011
Bazaar.png

Introduction

Bazaar is a modern, distributed version control system. As of this writing, there are no Bazaar add-in packages that provide integration with Visual Studio. This article will show how to integrate Bazaar into the Visual Studio Integrated Development Environment (IDE) using Visual Studio's External Tools.
Background

TortoiseBzr (see image below) is a Graphical User Interface (GUI) that provides integration of Bazaar into the Windows Operating System's file manager, Explorer (not to be confused with Internet Explorer). The default Bazaar Windows Installation includes TortoiseBzr, Python, and Bazaar. This is the recommended installation. During the installation, you will be offered the options of which add-ins, languages and options you wish to install. You can skip languages you do not speak, but you should install everything else. If you do not install TortoiseBzr, this How-to will provide unsatisfying results. You can still configure external tools to use Bazaar, but all the output will go to the text-only based Output window of Visual Studio. When we configure the Status command, an example will be provided that demonstrates how this can be done for other commands, but with similar output results.

Read more: Codeproject
QR: Bazaar4VS.aspx

Posted via email from Jasper-net

0 comments: