~wgrant/launchpad-cscvs/bzr-2.6

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cscvs requires:

- Python 2.3
- sqlite, and its associated python bindings
- zope.interfaces.

To install, symlink the frontend ('cscvs' itself) to somewhere in your path, 
or just add the directory of cscvs to your path.

Then do any of the following:

- copy or link the modules from modules/{SCM,CVS,cscvs} to your site packages dir,
- copy or link the same to a per user directory already in your PYTHONPATH
- add the modules directory to your PYTHONPATH

See the README for a brief introduction to usage.