cvs-importer v0.2.1  Copyright 2001 Matthew Mueller <donut@azstarnet.com>

Description:
cvs-importer automates the task of importing all past versions of an
existing project into cvs, including automatically removing generated files,
creating .cvsignore files, and tagging each version. 
Thus, you can gain some of the advantages of cvs for the older versions that
weren't actually developed in cvs, by having all the changes in the cvs
history.


cvs-importer requires:
Python >= v2.1    http://www.python.org/
atool             http://www.student.lu.se/~nbi98oli/
cvs               http://www.cvshome.org/
file              http://freshmeat.net/projects/file

Install:
1) python setup.py build
2) python setup.py install


Copying:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version. 
See the file 'COPYING' for more information.

I would appreciate it if you make modifications if you would send them
to me for possible inclusion in the main source.

You can get the latest version at 
http://www.azstarnet.com/~donut/programs/
