[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: command line to remove a property

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 29 Mar 2010 14:17:24 -0400

On Mon, Mar 29, 2010 at 13:49, Bob Archer <Bob.Archer_at_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.
Received on 2010-03-29 20:18:12 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.