I’m wondering: how much would it take to bake some information into revision numbers?
Currently revision numbers contain no information except the order in which revisions where created. What would it take to change the current revision numbering where current revision = previous revision +1 to a new system where current revision = date(YYYYMMDDHHMM) or something like that. To handle edge cases, you could even keep the sequential numbering and just append the date. But the benefit of scrapping the sequential numbering would be that ypu can easily delete och check revisions based on their date…