Index: openacs-4/packages/acs-content-repository/tcl/content-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/tcl/content-procs.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 17 May 2003 09:43:54 -0000 1.9 +++ openacs-4/packages/acs-content-repository/tcl/content-procs.tcl 22 Sep 2003 19:48:07 -0000 1.10 @@ -73,7 +73,7 @@ if { $move_p } { file rename -- $client_filename [cr_fs_path]$content_file } else { - file copy -- $client_filename [cr_fs_path]$content_file + file copy -force -- $client_filename [cr_fs_path]$content_file } return $content_file