Change 11741 by nick@camel-linux on 2001/08/24 07:08:45 When applying patch via Porting/apply fails, do p4 refresh to get old files back. Affected files ... ... //depot/perl/Porting/apply#2 edit Differences ... ==== //depot/perl/Porting/apply#2 (text) ==== Index: perl/Porting/apply --- perl/Porting/apply.~1~ Fri Aug 24 01:15:05 2001 +++ perl/Porting/apply Fri Aug 24 01:15:05 2001 @@ -52,7 +52,7 @@ { if (@edit) { - System("p4 revert @edit"); + System("p4 refresh @edit"); } } End of Patch.