diff --git a/SourceSFSVN/SourceSFSVN.php b/SourceSFSVN/SourceSFSVN.php index 2d191a4..2ff5dd8 100644 --- a/SourceSFSVN/SourceSFSVN.php +++ b/SourceSFSVN/SourceSFSVN.php @@ -219,7 +219,7 @@ # if a number is returned, repeat from given revision } else if ( is_numeric( $t_changesets ) ) { - $t_rev = $t_changesets; + $t_rev = $t_changesets + 1; } } } diff --git a/SourceWebSVN/SourceWebSVN.php b/SourceWebSVN/SourceWebSVN.php index b7a051c..69311cb 100644 --- a/SourceWebSVN/SourceWebSVN.php +++ b/SourceWebSVN/SourceWebSVN.php @@ -230,7 +230,7 @@ # if a number is returned, repeat from given revision } else if ( is_numeric( $t_changesets ) ) { - $t_rev = $t_changesets; + $t_rev = $t_changesets + 1; } } }