Index: /home/johnny/public_html/phpbms/install/install.php
===================================================================
--- /home/johnny/public_html/phpbms/install/install.php	(revision 117)
+++ /home/johnny/public_html/phpbms/install/install.php	(working copy)
@@ -37,7 +37,7 @@
 	function showModules(){
 		$thedir= @ opendir("../modules/");
 		while($entry=readdir($thedir))
-			if($entry!="base" and $entry!="." and $entry !=".." and is_dir("../modules/".$entry))
+			if($entry!="base" and $entry!="." and $entry !=".." and is_dir("../modules/".$entry) and $entry!=".svn")
 				echo "<option value=\"".$entry."\">".$entry."</option>";
 		
 	}

