I work with a very large bibtex file when I write articles. The bib file is in version control and is collaboratively edited by a large group of scholars with similar interests. This creates a 'moving target', which means that if I go back to compile an article that was written years ago, some of its references may have been changed, so the result does not equal the original, as it would have compiled then. At the same time, creating multiple copies of this very large bib file would be very inefficient.
One solution is to simply save a pdf of the compiled document in version control (I do this currently, and will continue to do this). Additionally, I also wondered if it is not possible to just add the bbl file to version control. That way you don't need to access any bib file to compile the document as it was. Is this a valid approach? Any drawbacks? Other suggestions?
bibexport– Guido Nov 26 '15 at 20:05