diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/RecentChanges_broken_with_empty_svnpath.mdwn | 3 | ||||
-rw-r--r-- | doc/usage.mdwn | 3 |
2 files changed, 5 insertions, 1 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]] diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 1d545e823..0107b36ce 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -160,7 +160,8 @@ configuration options of their own. Specify the path inside your svn repository where the wiki is located. This defaults to `trunk`; change it if your wiki is at some other path - inside the repository. + inside the repository. If your wiki is rooted at the top of the repository, + set svnpath to "". * --rss, --norss |