summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtimeline/tlcacher.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/timeline/tlcacher.php b/timeline/tlcacher.php
index 20802c1..f409556 100755
--- a/timeline/tlcacher.php
+++ b/timeline/tlcacher.php
@@ -147,6 +147,7 @@ $res = 0;
exec("$svnlook_cmd youngest $repo_path", $out, $res);
$svn_latest = trim($out[0]);
if ($svn_latest != $last_svn) {
+ $last_svn++;
exec("$svn_cmd log file://$repo_path -r$last_svn:HEAD", $out, $res);
foreach ($out as $line) {
if ($line != "" && substr($line, 0, 5) != "-----") {

Generated by cgit