
This is a work in progress - it is incomplete !

Vpre0.0

cvsxs is a CVS loginfo filter that generates records to populate
a PostgreSQL database.

cvsxs uses a patched version of cvs to augment the cvs loginfo interface.
The patch is included with this source.  The patch is backwards
compatible hence previous loginfo filters will continue to function
in their usual way.  The cvsxs patch will enable users of cvs to use
any file name, spaces, special characters except nuls.

The cvsxs patch includes 2 new loginfo format options.  The first is
"e" which performs an escape file and "T" which performs escaped
tag/revision names.  cvsxs also changes the printed version information
to include "cvsxs" to signify that cvs is patched.

cvsxs also includes a log description parser that is able to pull
bug numbers, bug disposition and change set numbers and place those
in the database as well.

Current state of work.

1. The loginfo filter is complete.

2. sql files are created but still need to be executed automatically.

3. the front end cvsxs command (to use the database) needs work
	(alot of work).


