I would like to manage different versions of an article (or book; I assume a short article hereafter) made in latex. Looks like version control tools and revision control systems are the way to go (I am not familiar with them). Is there a version/revision control tool that shows the difference between two versions of a pdf file? (We could use this for discussion between multiple authors). I hear that tools such as git, hg and svn are not so good at this.
For my purposes, different versions of same (pdf) file being saved as if separate files is okay (memory is not a big concern as the files are small). But, managing different versions is needed, and I would like to have a pdf comparison to help in revisions (showing comparison for the tex files is not good enough for us). I know there are dedicated tools for pdf comparison. But, I would like to know whether there is a tool that do both. Will document management systems do the job?
I prefer o/s independent solutions.