RE: Simulating "svn lock" for a whole dir
From: Davies, Aaron <aaron.davies_at_bofasecurities.com>
Date: 2007-05-02 23:56:43 CEST
Andreas Hasenack wrote:
> On Wed, May 02, 2007 at 04:44:33PM -0400, Steve Bakke wrote:
find <root> -type f -exec svn lock '{}' ';'
or
find <root> -type f | xargs svn lock
better yet, get zsh
svn lock <root>/**/*(.)
-- Aaron Davies --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed May 2 23:57:11 2007 |
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.