The full story is that I'm exporting a table within ms-access 2007 as an xml file (schema and data). The problem I'm having is with the following element:
<dataroot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" generated="2011-05-03T12:15:15">
The generated=...
bit changes every time regardless. Is it possible to get SVN to ignore this attribute of the element. Or is there a better way altogether?
Because of this timestamp every time I export the table as an xml file SVN detects a change even if the structure or data of the table hasn't changed.