RapidBzr

Overview

This project is GTK+ based GUI for Bazaar version control system https://launchpad.net/bzr. Currently it is under development focus, but release 0.1 is on its way

Installing

Getting the binaries (Windows only)

Please download files from https://sourceforge.net/project/showfiles.php?group_id=233087. Please install GTK+ and GTKMM runtimes separately.

Getting the source code

Create branch from launchpad bzr branch lp:rapidbzr or download sources from https://sourceforge.net/project/showfiles.php?group_id=233087

Compiling under Linux/MinGW Windows/Cygwin

Go to src directory and type:

./autogen.sh

./configure

make

./src/rapidbzr

Main window should open now and you can start using the app

Dependencies

  • GTK+-2.0
  • Gtkmm-2.4
  • libglademm-2.4
  • libxml-2.0

Using TortoiseMerge for merge/diff

If you have TortoiseMerge installed make sure it is in $PATH env variable. Diff/merge will use it. TODO: make it configurable

RapidBzr (last edited 2008-08-06 16:15:54 by localhost)