response
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Apr 2007 19:19:11 +0000 (19:19 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 8 Apr 2007 19:19:11 +0000 (19:19 +0000)
doc/bugs/installing_from_svn_copies_.svn_directories.mdwn

index 20f369c6fc660e54c17cdc70b63bb269d82bd0c0..a1c83269c71e6ab3c75fdd15af692bfd7ae5b36f 100644 (file)
@@ -19,3 +19,8 @@ permission denied errors when I tried to make a change and install again.
 
 > I observed the same thing by running debuild from an SVN checkout and
 > getting lintian warnings about the .svn directories. --[[JoshTriplett]]
+
+> The .svn directories can be avoided in the deb by setting
+> DH_ALWAYS_EXCLUDE=.svn in the environment before building.
+> I prefer to use that kind of hack exterior to a package rather than
+> putting in RCS-specific exclude hacks. --[[Joey]]