If there are .svn directories still present, it's likely that they just copied a working copy to their web server. You're supposed to use "svn export" to create a "production" version without the .svn directories. Or just delete them. Either way, this is really VCS misuse more than anything else.
4 comments
[ 0.76 ms ] story [ 22.0 ms ] threadAnother reason to love git, one single .git folder in the project root.