Version control compatibility of the Project object

I’d like to use the standard version control tools (SVN, Git, Mercurial etc.) for tracking
the changes in an Ignition Project.

Is there anything regarding this on the drawing board?

I could imagine it could be something that “exploded” the contents of a .proj
file into a set of directories and subdirectories, where a file would represent
possibly a component.

Or at least so, that only actual binary data was gzip/base64 -encoded within
a .proj file, but nothing else. All that could, would be clean XML and hence,
providing easy diff comparison of versions. Also the composition should be
stable, so that the internal order wouldn’t change between subsequent .proj exports.

Thanks!