[Bps-public-commit] r11279 - in SVN-PropDB: .

jesse at bestpractical.com jesse at bestpractical.com
Sun Mar 30 20:43:58 EDT 2008


Author: jesse
Date: Sun Mar 30 20:43:57 2008
New Revision: 11279

Modified:
   SVN-PropDB/   (props changed)
   SVN-PropDB/lib/Prophet/Sync/Source/SVN.pm

Log:
 r28811 at 70-5-79-37:  jesse | 2008-03-30 14:31:14 -1000
 * quiet down some "original uuid or direct source uuid" warnings by defining the original uuid when it's blank


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	Sun Mar 30 20:43:57 2008
@@ -93,8 +93,8 @@
     my $changeset = Prophet::ChangeSet->new(
         {   sequence_no          => $entry->{'revision'},
             source_uuid          => $self->uuid,
-            original_source_uuid => $revprops->{'prophet:original-source'},
-            original_sequence_no => $revprops->{'prophet:original-sequence-no'},
+            original_source_uuid => $revprops->{'prophet:original-source'} || $self->uuid,
+            original_sequence_no => $revprops->{'prophet:original-sequence-no'} || $entry->{'revision'},
 
         });
 



More information about the Bps-public-commit mailing list