aboutsummaryrefslogtreecommitdiff
path: root/t/svn.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-04-17 14:37:55 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-04-17 14:37:55 -0400
commitf1228946bd62b7b4528bccabe91f836a16912e28 (patch)
tree666ae43f00238da6886a563c980d3efb368898df /t/svn.t
parente91b128338ee51790b141390338bea421963aa3f (diff)
downloadikiwiki-f1228946bd62b7b4528bccabe91f836a16912e28.tar
ikiwiki-f1228946bd62b7b4528bccabe91f836a16912e28.tar.gz
Bring back the svnrepo setup file option. This is needed for recentchangediff to work with svn repos.
Diffstat (limited to 't/svn.t')
-rwxr-xr-xt/svn.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/svn.t b/t/svn.t
index 8a8282c73..eba8c65ef 100755
--- a/t/svn.t
+++ b/t/svn.t
@@ -21,6 +21,7 @@ BEGIN { use_ok("IkiWiki"); }
%config=IkiWiki::defaultconfig();
$config{rcs} = "svn";
$config{srcdir} = "$dir/src";
+$config{svnrepo} = "$dir/repo";
$config{svnpath} = "trunk";
IkiWiki::checkconfig();