Re: Strip .svn info
From: Ryan Schmidt <subversion-2006q2_at_ryandesign.com>
Date: 2006-06-13 11:07:49 CEST
On Jun 13, 2006, at 10:45, Alan McDonald wrote:
>> I'm not entirely sure what all you're getting at, but the command
Oh. Well then a recipe with "find" should work (on Unix-like
find . -name .svn -type d -print0 | xargs -0 rm -rf
For those who would like to argue about whether piping to xargs is
http://svn.haxx.se/users/archive-2006-05/1323.shtml
I'm not saying my find/xargs combo above is the best solution, it's
---------------------------------------------------------------------
|
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.