[Bps-public-commit] r14169 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Wed Jul 16 14:54:02 EDT 2008
Author: sartak
Date: Wed Jul 16 14:54:01 2008
New Revision: 14169
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/ReplicaExporter.pm
Log:
r64436 at onn: sartak | 2008-07-16 14:53:55 -0400
When exporting, set the same database uuid
Modified: Prophet/trunk/lib/Prophet/ReplicaExporter.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/ReplicaExporter.pm (original)
+++ Prophet/trunk/lib/Prophet/ReplicaExporter.pm Wed Jul 16 14:54:01 2008
@@ -23,7 +23,7 @@
my $self = shift;
confess "No target_path specified" unless $self->has_target_path;
my $replica = Prophet::Replica->new({url => "prophet:file://" . $self->target_path});
- $replica->initialize;
+ $replica->initialize($self->source_replica->db_uuid);
return $replica;
},
);
More information about the Bps-public-commit
mailing list