--- trunk/scripts/est-spider 2006/04/17 10:34:14 120 +++ trunk/scripts/est-spider 2006/04/17 10:38:17 121 @@ -195,6 +195,7 @@ my $contents; return if (! $force && -l $path || $path =~ m#/.svn# || $path =~ m/(~|.bak|.gif)$/); + return if (! $all && -d $path); my $mtime = (stat($path))[9] || -1; my $mtime_db = eval { $db->get_doc_attr_by_uri("file:///$path", '@mtime') };