~monodevelop-bzr/monodevelop-bzr/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This branch contains a very simple Add-In for monodevelop that provides 
support for the Bazaar Version Control System. 

This Add-In is currently alpha; it works for the most basic operations, 
but is not yet stable or complete.

========
Building
========
Either open monodevelop-bzr.mds with monodevelop or run:

$ make build

=====================
Creating a repository
=====================
MonoDevelop uses repositories with add-ins. A repository contains a listing 
and a bunch of mpack files, one per add-in.

To create a mpack file for monodevelop-bzr and put it in a directory 
`addins', run:

$ make mpack

To update the listing of repository in a directory named `addins', run:

$ mdtool setup rb addins