From 8f349fc30cb5f95fe8cf19e237c4d8647cb927b3 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 28 Aug 2005 00:36:12 +0000 Subject: [PATCH] Added more checks for svnlib::log() revision stuff --- includes/svnlib.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/svnlib.php b/includes/svnlib.php index 962c736..7d5ae1c 100644 --- a/includes/svnlib.php +++ b/includes/svnlib.php @@ -184,6 +184,10 @@ class SVNLib { $lorev = $hirev - 1; } + if ($lorev == $hirev) + { + $lorev = 0; + } } $repospath = $viewsvn->repos->fetch_path($repos, false); -- 2.22.5