[Bps-public-commit] r11354 - SVN-PropDB/lib/Prophet/Sync/Source

clkao at bestpractical.com clkao at bestpractical.com
Tue Apr 1 21:20:41 EDT 2008


Author: clkao
Date: Tue Apr  1 21:20:40 2008
New Revision: 11354

Modified:
   SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm

Log:
look at the original_seq_no in has_seen.


Modified: SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm
==============================================================================
--- SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm	(original)
+++ SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm	Tue Apr  1 21:20:40 2008
@@ -174,7 +174,7 @@
     my $last = $self->last_changeset_from_source( $changeset->original_source_uuid || $changeset->source_uuid );
         
     # if the source's sequence # is >= the changeset's sequence #, we can safely skip it
-    return 1 if ( $last >= $changeset->sequence_no );
+    return 1 if ( $last >= $changeset->original_sequence_no );
 
 }
 



More information about the Bps-public-commit mailing list