aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-07-08 13:13:23 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-07-08 13:13:23 -0400
commit0c6a47e9e4c6a5508868b730bed0ac2d0c358ae4 (patch)
tree1971cb825d6859891726d6c6a941b25987f0d025 /doc
parent499c807ea740bb6e675b0d28bc5b603b2d4dd58e (diff)
downloadikiwiki-0c6a47e9e4c6a5508868b730bed0ac2d0c358ae4.tar
ikiwiki-0c6a47e9e4c6a5508868b730bed0ac2d0c358ae4.tar.gz
svn: Fix rcs_rename to properly scope call to dirname.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn b/doc/bugs/Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn
index 4f2257891..1a737df0a 100644
--- a/doc/bugs/Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn
+++ b/doc/bugs/Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn
@@ -22,3 +22,7 @@ Applying the following patch fixed it:
if (system("svn", "add", "--quiet", "$config{srcdir}/$parent") != 0) {
warn("svn add $parent failed\n");
+
+> Thank you very much for the patch, which I've applied. I wonder how
+> that snuck in (aside from the obvious, that the svn plugin is not often
+> used and the code was added w/o being tested..). [[done]] --[[Joey]]