> -----Original Message----- > From: Stein Somers [mailto:ssom...@opnet.com] > Sent: maandag 29 maart 2010 21:06 > To: users@subversion.apache.org > Subject: Re: command line to remove a property > > This will take care of the recursion: > > for /R %f in (*.sql) do svn propdel svn:mime-type "%f"
$ svn propdel -R svn:mime-type . should work as well. Bert