[svk-commit] r2726 - trunk/lib/SVK/Command

nobody at bestpractical.com nobody at bestpractical.com
Sat Apr 12 21:38:36 EDT 2008


Author: clsung
Date: Sat Apr 12 21:38:34 2008
New Revision: 2726

Modified:
   trunk/lib/SVK/Command/Delete.pm

Log:
- to pass t/remove-many.t with svn 1.5+
  - call $target->refresh_revision since $target->normalize didn't do that

Modified: trunk/lib/SVK/Command/Delete.pm
==============================================================================
--- trunk/lib/SVK/Command/Delete.pm	(original)
+++ trunk/lib/SVK/Command/Delete.pm	Sat Apr 12 21:38:34 2008
@@ -96,6 +96,7 @@
 
     $self->get_commit_message;
     $target->normalize;
+    $target->refresh_revision;
     my ( $anchor, $editor ) = $self->get_dynamic_editor($target);
     for (@args) {
         $editor->delete_entry( abs2rel( $_->path, $anchor => undef, '/' ),


More information about the svk-commit mailing list