Index: openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl 9 Nov 2008 23:29:28 -0000 1.10 +++ openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl 30 Mar 2013 21:59:57 -0000 1.11 @@ -124,7 +124,7 @@ seek $fp 0 set xml [read $fp] close $fp - ns_unlink -nocomplain $tmpfile + file delete $tmpfile ns_log debug "\n-----tdav::read_xml XML = -----\n $xml \n ----- end ----- \n " return $xml } @@ -317,7 +317,7 @@ # Lock file for URI is deleted proc tdav::remove_lock {uri} { - ns_unlink -nocomplain [tdav::get_lock_file $uri] + file delete [tdav::get_lock_file $uri] } # tdav::dbm_write_array @@ -881,7 +881,6 @@ # 423's and returns: if {[string equal unlocked [tdav::check_lock $uri]]} { file delete -force -- $entry - ns_unlink -nocomplain $entry tdav::delete_props $uri tdav::remove_lock $uri set ret_code 204