From f1228946bd62b7b4528bccabe91f836a16912e28 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 17 Apr 2008 14:37:55 -0400 Subject: Bring back the svnrepo setup file option. This is needed for recentchangediff to work with svn repos. --- t/svn.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/svn.t') 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(); -- cgit v1.2.3