Silnarm,
there are a lot of paradigms that exist for a good reason, please try to be aware of them. The files global/config.cpp/h aren't supposed to be manually edited. Rather, you should edit config.db and run the mkconfig.sh script. If you're on windows, just install
cygwin (personally, I can't use a windows machine without Cygwin on it). If you need to modify the behavior of config.cpp/h aisde from just modifying values, modify config.cpp/h.template and then re-run mkconfig.sh. I see that you removed some vaues that were "future use". I agree that they probably shouldn't be popping up in the .ini file if they aren't actually being used, but let's comment them out (in the config.db) rather than deleting them (like MiscLowMemory, which was put in for the animation revamp that never happened).
I'm also not sure it's a good idea to omit the map_editor directory and other such directories that may not always change in various branches, tags, etc.. I see that the data directory was removed from just about everything and I agree that downloading that data repeatedly is a pain. None the less, when a file doesn't change, it doesn't take up any extra storage on the subversion server. When you copy files on the server with "svn copy", it only makes a new reference to the file -- locally is a different story.
Maybe you guys discussed this somewhere that I haven't caught up with yet, but we have changed some of those files and they will continue to change, so maybe we can discuss this at some point.
EDIT: please no generated files in the tree
http://glestae.svn.sourceforge.net/viewvc/glestae/branches/tinyxml/source/tiny_test/Debug/. Test code is fine, just not the generated files.