Just for the record. If anyone is having his own monticello repository like me using apache a rule
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^PUT
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule . - [F,L]will prevent overwriting of packages. The full story is at