diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-17 14:37:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-17 14:37:55 -0400 |
commit | f1228946bd62b7b4528bccabe91f836a16912e28 (patch) | |
tree | 666ae43f00238da6886a563c980d3efb368898df /t | |
parent | e91b128338ee51790b141390338bea421963aa3f (diff) | |
download | ikiwiki-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')
-rwxr-xr-x | t/svn.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |