On Mon, Mar 29, 2010 at 13:49, Bob Archer <bob.arc...@amsi.com> wrote:
> So,
>
>
>
> Any of you command line gurus able to give me a command line that will
> delete the svn:mime-type property from any file with a .sql extension in my
> project folder? I'm on windows but do have msysgit installed so grep and
> some other unix commands are available.

Right from the standard Command Prompt:

svn propdel svn:mime-type *.sql

This won't recurse through subdirectories though; you might have to
wrap it in a script to process each subdirectory.

Reply via email to