Re: how to revert many files at once?
From: Scott Gifford <sgifford_at_suspectclass.com>
Date: Fri, 11 Jan 2008 19:03:05 -0500
Administrator <admin_at_purpleblade.net> writes:
> Suppose I want to revert every file under a folder that ends with
This will be a little faster:
find . -name '*.yui.lld' |xargs svn revert
Yours "find -exec" runs svn once for every file, but xargs will just
---Scott.
---------------------------------------------------------------------
|
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.