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

how to revert many files at once?

From: Administrator <admin_at_purpleblade.net>
Date: Fri, 11 Jan 2008 16:53:29 -0700

Suppose I want to revert every file under a folder that ends with
.yui.lld ?

How would i do this?

I can do:
    $find . -name '*.yui.lld' -exec svn revert {} \;

but this takes about two hours to accomplish. I need to do this revert
at least once or twice a day (ask me why).

Is there a faster way to batch revert with a command begginning like:
    $svn <something_goes_here)

thanks

Jake

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-12 00:53:54 CET

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.