svn patch

"David K. Thompson" <[email protected]>
Newsgroups gmane.mail.spam.tmda.devel
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.