From 975ae0944cdd18a510d803da7a499c2247ac855e Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Mar 2006 18:21:01 +0000 Subject: Implemented --underlaydir, and moved files provided by underlay out of doc so I don't need to maintain two copies anymore. You might also want to remove the files provided in the basewiki underlay from your wiki, if you have not created custom local versions of them, so that these pages will be automatically updated in future ikiwiki upgrades. --- IkiWiki/Rcs/SVN.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Rcs/SVN.pm') diff --git a/IkiWiki/Rcs/SVN.pm b/IkiWiki/Rcs/SVN.pm index 083b869df..02fc3ed31 100644 --- a/IkiWiki/Rcs/SVN.pm +++ b/IkiWiki/Rcs/SVN.pm @@ -171,6 +171,7 @@ sub rcs_getctime () { #{{{ eval q{use Date::Parse}; foreach my $page (keys %pagectime) { my $file="$config{srcdir}/$pagesources{$page}"; + next unless -e $file; my $child = open(SVNLOG, "-|"); if (! $child) { exec("svn", "log", $file) || error("svn log $file failed to run"); -- cgit v1.2.3