[svk-commit] r2369 - in trunk: utils
nobody at bestpractical.com
nobody at bestpractical.com
Wed Mar 28 07:33:52 EDT 2007
Author: clkao
Date: Wed Mar 28 07:33:50 2007
New Revision: 2369
Modified:
trunk/ (props changed)
trunk/utils/verify-mirror
Log:
r8838 at ubuntu: clkao | 2007-03-28 09:09:40 +0100
properly translate to local path when mirroring remote root.
Modified: trunk/utils/verify-mirror
==============================================================================
--- trunk/utils/verify-mirror (original)
+++ trunk/utils/verify-mirror Wed Mar 28 07:33:50 2007
@@ -44,7 +44,7 @@
for my $remotepath ( sort keys %$paths ) {
$pool->clear;
- my $localpath = abs2rel($remotepath, $m->source_path => $path, '/');
+ my $localpath = abs2rel($remotepath, ($m->source_path || '/') => $path, '/');
my $local = delete $changed->{$localpath}
or die "$localpath is not in changes";
my $action = $SVK::Command::Log::chg->[ $local->change_kind ];
More information about the svk-commit
mailing list