March 21, 2011
2:21 p.m.
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 http://norbert.hartl.name/blog/public-monticello-repository Norbert