diff options
author | Simone Rota <sip@crux.nu> | 2006-08-10 19:49:01 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-08-10 19:49:01 +0000 |
commit | c5d2183d3feac46b5a4dc5954d2691d0fe222ad8 (patch) | |
tree | 0723f47e9478e5743af1247018142e0ca9112f45 | |
parent | ea61813e8c1caada435c241d4f509632d94666fe (diff) | |
download | webtools-c5d2183d3feac46b5a4dc5954d2691d0fe222ad8.tar.gz webtools-c5d2183d3feac46b5a4dc5954d2691d0fe222ad8.tar.xz |
fixed repeated revision numbers
-rwxr-xr-x | timeline/tlcacher.php | 1 |
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) != "-----") { |