> This will take care of the recursion:
> 
>      for /R %f in (*.sql) do svn propdel svn:mime-type "%f"
> 
> --
> Stein

Brilliant... thanks. This seems to do the trick.

BOb

Reply via email to