[svk-commit] r2219 - in trunk: utils

nobody at bestpractical.com nobody at bestpractical.com
Tue Dec 5 13:41:14 EST 2006


Author: clkao
Date: Tue Dec  5 13:41:14 2006
New Revision: 2219

Modified:
   trunk/   (props changed)
   trunk/utils/verify-mirror

Log:
 r7380 at ubuntu (orig r2216):  clkao | 2006-12-05 22:59:30 +0800
 Fix verify-mirror for checking copyfrom_path with mirrors on root.


Modified: trunk/utils/verify-mirror
==============================================================================
--- trunk/utils/verify-mirror	(original)
+++ trunk/utils/verify-mirror	Tue Dec  5 13:41:14 2006
@@ -52,7 +52,7 @@
                     unless $m->find_changeset($lfrom_rev)
                     == $paths->{$remotepath}->copyfrom_rev;
                 die "copy from path different for $localpath"
-                    unless $path . $from eq $lfrom;
+                    unless Path::Class::Dir->new_foreign('Unix', $path)->subdir( $from ) eq $lfrom;
 
             }
 


More information about the svk-commit mailing list