aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 22:58:01 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-26 22:58:01 +0000
commit80b0165ff81a91cc7b32fb2cf057c045352f7849 (patch)
tree790aecb0878307dcd8cf43387f3682e14ade9002 /doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
parent4fcc9d92ab4958ea7cc85a1b3897c5141d863af1 (diff)
downloadikiwiki-80b0165ff81a91cc7b32fb2cf057c045352f7849.tar
ikiwiki-80b0165ff81a91cc7b32fb2cf057c045352f7849.tar.gz
* Avoid .svn directories when installing from svn checkout.
Diffstat (limited to 'doc/bugs/installing_from_svn_copies_.svn_directories.mdwn')
-rw-r--r--doc/bugs/installing_from_svn_copies_.svn_directories.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
index a1c83269c..dec916044 100644
--- a/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
+++ b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn
@@ -23,4 +23,6 @@ permission denied errors when I tried to make a change and install again.
> 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]]
+> putting in RCS-specific exclude hacks.
+>
+> [[Done]] for the install from svn checkout case. --[[Joey]]