I would like to run a cvs diff to check which files have been changed and then cvs commit these changed files. Does anyone have a shell script which will automate this process?
If you run cvs commit from the base directory, it will automatically detect all files in all subdirs that have been modified and included for commit.