Avoid .svn in your sharedir problem by adding an INSTALL.SKIP file
Tomas Doran [Sun, 28 Jun 2009 22:26:50 +0000 (22:26 +0000)]
INSTALL.SKIP [new file with mode: 0644]
MANIFEST.SKIP

diff --git a/INSTALL.SKIP b/INSTALL.SKIP
new file mode 100644 (file)
index 0000000..76238b1
--- /dev/null
@@ -0,0 +1,4 @@
+# Skip .svn metadata to stop you getting crap in your sharedir
+# when you're using svn and in author mode
+\.svn
+
index 738fe86..0ba3380 100644 (file)
@@ -1,3 +1,10 @@
+# Ignore INSTALL.SKIP, used to stop getting .svn directories copied into
+# blib/, but not in a built dist (i.e. not used outside of author mode).
+^INSTALL.SKIP
+
+# Ignore gsoc docs
+^gsoc
+
 # Avoid version control files.
 \bRCS\b
 \bCVS\b