aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-16 19:07:52 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-16 19:07:52 +0000
commitc5975243a5a660f99bcbb4d378a73e987def220b (patch)
tree4c5f86159fabffc34b8d4a0be34354606adaf614 /doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
parent2cf2d4b6ed50b08312c5e62ee77cd6cf9604d0f0 (diff)
downloadikiwiki-c5975243a5a660f99bcbb4d378a73e987def220b.tar
ikiwiki-c5975243a5a660f99bcbb4d378a73e987def220b.tar.gz
* Support setting svnpath to "" for wikis that are rooted at the top of
their svn repositories, with no trunk directory.
Diffstat (limited to 'doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn')
-rw-r--r--doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn b/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
index 961c31177..836c39a71 100644
--- a/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
+++ b/doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn
@@ -21,3 +21,6 @@ I can not see why this check is needed in the first place, so here's a patch for
my $file=$1;
my $diffurl=$config{diffurl};
$diffurl=~s/\[\[file\]\]/$file/g;
+
+> It's necessary for wikis, such as this one, that keep other things in the
+> same svn repository. Bug [[fixed|done]]. --[[Joey]]