I've got a folder under version control; the contents aren't source, but they are binaries that are modified frequently and would generally get committed once a day.
Problem is, the consumers of those files can't grasp the concept for source control, they don't realistically have access to the folder in question and 'they can't be bothered' to commit once a day.
What I'd like to do, is have an auto-commit, once a day (4 am) of that folder. Are there any existing tools, or do I have to write one?