hehe - I assume your using Dreamweaver?
I would avoid copying the _notes file into the zip.
Also for those who already have the database installed from the previous beta look in the config file - the line 
- Code: Select all
 $db_prefix = $prefix.'_'.strtolower($module_name).'_roster_';
might need to be changed to 
- Code: Select all
 $db_prefix = $prefix.'_'.strtolower($module_name).'_';
Check your sql database - if your installation was to cpg_cvsroster_config then you might need to change it.
Otherwise seems to work fine. I had to manually edit the config file for the new fields you added also but otherwise thats it.
If you want to see: 
http://oi-guild.com/index.php?name=cvsroster
Edited because I type with my elbows