diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-08 04:13:11 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-08 04:13:11 +0000 |
commit | 9e28f4b33feacca4f6c371f3885da7bd946a899b (patch) | |
tree | d338f35f030177a885b55b13b86b7edba926af52 /doc/bugs | |
parent | c730d55e2e04b4059b15cc55b00d976abfa7fad2 (diff) |
web commit by http://ethan.betacantrips.com/: minor bug
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/installing_from_svn_copies_.svn_directories.mdwn | 18 |
1 files changed, 18 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 new file mode 100644 index 000000000..f801652a9 --- /dev/null +++ b/doc/bugs/installing_from_svn_copies_.svn_directories.mdwn @@ -0,0 +1,18 @@ +If you do an svn co, and then install from the generated WC, the makefile +copies .svn directories to various locations: + +$ find ~/ikidev-install/share/ikiwiki/ -name ".svn" +/home/glasserc/ikidev-install/share/ikiwiki/basewiki/smileys/.svn +/home/glasserc/ikidev-install/share/ikiwiki/basewiki/subpage/.svn +/home/glasserc/ikidev-install/share/ikiwiki/basewiki/wikiicons/.svn +/home/glasserc/ikidev-install/share/ikiwiki/basewiki/templates/.svn + +I think the guilty command is this one: + +cp -aL basewiki/* /home/glasserc/ikidev-install//share/ikiwiki/basewiki + +(PREFIX is ~/ikidev-install here.) + +I don't know of a good fix. I wouldn't have discovered this except that I got +permission denied errors when I tried to make a change and install again. +--Ethan
\ No newline at end of file |