This is not strictly a technical question, however I feel this will be useful for many technical people as well.
I'm looking for a version management / backup solution which need not be only for source code. This could be for non-text files e.g. images.
The requirement is this -
- Every time I save the file from within the application, it should create a version.
- I should be able to add comments for say, major revisions.
- At any time, there should be only one version current.
- I should be able to view previous versions without doing a 'restore'
- I should be able to move back and forth between versions.
- A calendar feature showing the various versions of a file would be helpful, if I could get to it for a specific file from the Explorer context menu
I don't really need to compare different versions or anything like that.
Windows solutions only. I've looked at NTI Shadow and it comes a bit close to what I'm looking for.
Are there any paid / free / open source solutions for the above requirements?