r1708 - tools/webtools/timeline
Author: sip Date: 2006-08-10 21:49:01 +0200 (Thu, 10 Aug 2006) New Revision: 1708 Modified: tools/webtools/timeline/tlcacher.php Log: fixed repeated revision numbers Modified: tools/webtools/timeline/tlcacher.php =================================================================== --- tools/webtools/timeline/tlcacher.php 2006-08-10 18:10:18 UTC (rev 1707) +++ tools/webtools/timeline/tlcacher.php 2006-08-10 19:49:01 UTC (rev 1708) @@ -147,6 +147,7 @@ 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) != "-----") {
participants (1)
-
crux@crux.nu