I have imported the preliminar sources of VCS Made Easy into the repository; you can view them trough ViewCVS by clicking here. To download them, just follow the regular procedure for any project hosted at Sourceforge.net, which is summarized here:

$ mkdir vcsme
$ cd vcsme
$ cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vcsme
login
$ cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/vcsme
co -P src

The status of this code is close to a possible 0.1 release, although it still lacks some important features and cleanups: for example, it doesn't work very well if you don't have a previous .cvsrc file. I will be more confident to publish it when it works correctly out of the box for a completely clean user acount. But for now, you can play with the code in the repository.