summaryrefslogtreecommitdiff
path: root/timeline
diff options
context:
space:
mode:
authorSimone Rota <sip@crux.nu>2006-08-10 19:49:01 +0000
committerSimone Rota <sip@crux.nu>2006-08-10 19:49:01 +0000
commitc5d2183d3feac46b5a4dc5954d2691d0fe222ad8 (patch)
tree0723f47e9478e5743af1247018142e0ca9112f45 /timeline
parentea61813e8c1caada435c241d4f509632d94666fe (diff)
downloadwebtools-c5d2183d3feac46b5a4dc5954d2691d0fe222ad8.tar.gz
webtools-c5d2183d3feac46b5a4dc5954d2691d0fe222ad8.tar.xz
fixed repeated revision numbers
Diffstat (limited to 'timeline')
-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