Added svn property blocks to the heads of all the XML files. Reminder to self on how to set the relevant properties on all XML files:
find * -type f -name '*.xml' -exec svn propset svn:keywords "LastChangedRevision LastChangedBy Id LastChangedDate HeadURL" {} \;