]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
* Avoid .svn directories when installing from svn checkout.
[ikiwiki.git] / doc / bugs / installing_from_svn_copies_.svn_directories.mdwn
index 20f369c6fc660e54c17cdc70b63bb269d82bd0c0..dec9160448544fab460c451241f60ff5b67cebb7 100644 (file)
@@ -19,3 +19,10 @@ 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. 
+> 
+> [[Done]] for the install from svn checkout case. --[[Joey]]