Ilan Volow wrote on 30.10.2007 23:01:
> I'm personally interested in the idea of versioning for a drawing.
> Instead of storing the entire drawing for each version, one could
> theoretically just store the vector additions/changes/deletions that
> happen from one revision to the next.
Which could also be done using a versioning system like Subversion which will
also only store the difference between two files (especially if they are text files)
Thomas