Index: omega_tools.module =================================================================== --- omega_tools.module (revision 59) +++ omega_tools.module (working copy) @@ -312,7 +312,7 @@ $directory = dir($path); while (FALSE !== ($read = $directory->read())) { - if ($read != '.' && $read != '..' ) { + if ($read != '.' && $read != '..' && $read != '.svn' ) { if (!omega_tools_rewrite_recursive($path . '/' . $read, $search, $replace, $rename)) { return FALSE; }