Does anyone know of an application or system out there for tracking changes (files added/removed, diffs on text files) to a non-source controlled directory over time? Something that would let you
Take a snapshot of a certain directory tree at time A
Come back at time period B and see what has changed
Come back at time period C and see what's changed since time period A, and what's changed since time period B
A source control repository isn't an option here. I want something that works on a directory structure that isn't under any kind of revision control. My group isn't in control of the servers or directory trees in question, but changes to those trees impact us and we'd like to keep track of them. The objects to "source control" are
Objections to any kind of centralized repository that requires document authors to check-in, check-out.
Objections to having to hand-roll/automate a bunch of tasks that can leverage a version control system's feature set
I want a semi-mature package where people have spent some time thinking about the problem. If there's a version control system that's been built to handle this kind of thing, it applies.