summaryrefslogtreecommitdiff
path: root/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/installing_from_svn_copies_.svn_directories.mdwn')
-rw-r--r--doc/bugs/installing_from_svn_copies_.svn_directories.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
index 20f369c6f..a1c83269c 100644
--- a/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
+++ b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
@@ -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]]