http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2424
*** shadow/2424 Mon Jul 9 13:02:53 2001 --- shadow/2424.tmp.14851 Mon Jul 9 13:05:11 2001 *************** *** 34,36 **** --- 34,51 ---- ------- Additional Comments From [EMAIL PROTECTED] 2001-07-09 13:02 ------- Created an attachment (id=300) [PATCH][PARTIAL] Attempts rename before using copy/delete + + + ------- Additional Comments From [EMAIL PROTECTED] 2001-07-09 13:05 ------- + While the patch I have submitted above below does not completely resolve this + issue, I still think it is a step forward in the right direction. + + The above patch attempts to rename every file in the fileset using + File.renameTo and if the attempt fails, the copy and delete method of moving is + used. This results in space/memory savings as well as significant improvement + in performance. + + Magesh + + PS: This patch also contains resolution for 2515 though I have submitted that + separately.
