How can I export from CVS only the files that have been changed (committed) in a certain time period? I would like to do this so I can send a 'patch' of only the files that have changed (retaining directory structure) to a client, rather than the whole codebase.
I've discovered this answer (http://stackoverflow.com/a/2343054/421243) which gives me a list, but is there a way to export so that I can script it in a batch file?