How to install Scmproj plugin

Contents

Install on Linux

Current-user only install

  1. Create ~/.bazaar/plugins directory if it does not exist already
  2. cd ~/.bazaar/plugins && bzr branch lp:bzr-scmproj scmproj

System-wide install

Alternatively, you can install them at the system-wide plugin location:

$ sudo ./setup.py install

Install on Windows

Current-user only install

  1. Create C:\Documents and Settings\USERNAME\Application Data\bazaar\2.0\plugins directory if it does not exist (where USERNAME is the name of current user).
  2. Execute in this directory the command: bzr branch lp:bzr-scmproj scmproj

System-wide install

  1. Get the sources with command: bzr branch lp:bzr-scmproj scmproj

  2. For python-based version of bzr: run setup.py script from sources:

    python setup.py install
    
  3. For standalone bzr.exe version: copy entire directory 'scmproj' to plugins directory where Bazaar installed, e.g. C:\Program Files\Bazaar\plugins

Check it

You can check whether it's successfully installed by doing:

bzr plugins

and looking for 'scmproj' entry in the output.

If you want to ensure it is actually working you could run tests:

bzr selftest scmproj