Maarten Bosma wrote:
Don't see how svn blame could be usefull here. You
just need a paser
that generates mysql database entries from rc files and run him
everytime one of the files changes.
Maarten Bosma
Allow me to illustrate...
Here is a line from the svn blame from
reactos/subsys/system/explorer/explorer-en.rc:
328 18263 10/4/2005 8:47:22 AM
mf IDS_TITLE "Reactos
Explorer"
Notice that for the string IDS_TITLE, I know that it was last edited at
revision 18263.
Now here's the svn blame for the same resource from
reactos/subsys/system/explorer/explorer-es.rc:
313 18263 10/4/2005 8:47:22 AM
mf IDS_TITLE "ReactOS
Explorer"
I can see that IDS_TITLE for the spanish resource was edited at the same
revision, so it is up to date. These are comparisons that can be automated.
You can also check and see if the string is missing or identical to
English ( i.e. still needing to be edited ).