Hi, I was wondering how to do imports/exports without the version numbers being incremented whenever I do an import. What I'm trying to do is set our development environment back to what is in our production environment. But as soon as I do an import, all the version numbers increment and hence I cannot do the comparison. When I do the export, every file is different - only because of the version number. Is there any way to do this type of comparison easily, without version numbers getting in the way? Thanks, Ian