[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: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 29 Mar 2010 21:13:10 +0200

> -----Original Message-----
> From: Stein Somers [mailto:ssomers_at_opnet.com]
> Sent: maandag 29 maart 2010 21:06
> To: users_at_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
Received on 2010-03-29 21:13:54 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.