Lately I've been wondering if there were an alternative to a revision number (incremented int). I like to create at revision tag (or identifier if you like) from date/time (and later to covert the tag back to a date time object).
Preferably the revision is as small as possible. CouchDB is using a format like this for revision: 765B7D1C - but I'm uncertain how they made this and if it's even a time stamp.
Any suggestions...?