vc-osc

https://github.com/aspiers/vc-osc.git

git clone 'git://github.com/aspiers/vc-osc.git'
2

osc backend for emacs vc-mode

vc-osc.el is a backend for emacs vc-mode which supports interaction with the Open Build Service.

It is a quick hack based on vc-svn.el, and has undergone very little testing so far.

Installation

Put vc-osc.el somewhere in your emacs load-path in the normal manner and ensure that it gets loaded. Then do:

    M-x customize-variable vc-handled-backends

and add osc to the list of backends, or achieve the same in elisp by adding this to your .emacs:

    (add-to-list 'vc-handled-backends 'osc 'append)

Support / development / feedback

Feedback is very welcome! Please submit issues via the github issue tracker, and submit pull requests in the normal manner.

Thanks! Adam