svn: Fix rcs_rename to properly scope call to dirname.
[ikiwiki.git] / doc / bugs / Renaming_a_file_via_the_web_is_failing_when_using_subversion.mdwn
index 4f2257891ea684db2ad864213231217ba7c021c2..1a737df0aca788ace8ed070951149b6b27161aa6 100644 (file)
@@ -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]]