On 2012-01-19, Yannick Torr?s <yannick.tor...@gmail.com> wrote: > --e89a8f235177550b4404b6e66798 > Content-Type: text/plain; charset=ISO-8859-1 > > Hi Philip, Hannes, > > About Git migration : how are we deal with the revcheck tag ? Is there a > link between SVN revision ID and futur Git revision ID ? Is there a script > to automatically update translation to include the right Git revision ID > into the revcheck tag ?
I don't know much about it, but git supports keywords. You can have an $Id$ field that is replaced by the sha1. As far as I know, nothing in the doc tree assumes that revision numbers are ordered (as sha1's are not ordered)?