[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: Bob Archer <Bob.Archer_at_amsi.com>
Date: Mon, 29 Mar 2010 15:12:15 -0400

> 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
Received on 2010-03-29 21:11:31 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.