Re: command line to remove a property
From: Stein Somers <ssomers_at_opnet.com>
Date: Mon, 29 Mar 2010 21:05:37 +0200
This will take care of the recursion:
for /R %f in (*.sql) do svn propdel svn:mime-type "%f"
-- SteinReceived on 2010-03-29 21:06:14 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.