Index: Install.py
===================================================================
--- Install.py  (revision 2114)
+++ Install.py  (working copy)
@@ -61,7 +61,7 @@
   Files = os.listdir(AbsPath)
   RetVal = []
   for File in Files:
-    if (File != "CVS") and (File != "anomalies"):
+    if (File != "CVS") and (File != "anomalies") and (File != ".svn"):
       FilePath = os.path.join(Path, File)
       AbsFilePath = os.path.join(AbsPath, File)
       L = len(RetVal)
Index: ht2html/doc/Makefile
===================================================================
--- ht2html/doc/Makefile        (revision 2114)
+++ ht2html/doc/Makefile        (working copy)
@@ -11,7 +11,7 @@
 HTFLAGS =      $(HTALLFLAGS) -r $(HTROOT)
 
 DEST =                 ht2html.sf.net:/home/groups/h/ht/ht2html/htdocs
-EXCLUDES =     --exclude CVS
+EXCLUDES =     --exclude CVS .svn
 ARGS =                 --rsh=ssh -v -r -l -t --update --delete $(EXCLUDES)
 
 .SUFFIXES:     .ht .html



_________________________________________________
tmda-workers mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-workers

Reply via email to