Re: New vendor drops on vendor branch - but how?
From: Bob Proulx <bob_at_proulx.com>
Date: 2006-08-19 20:58:59 CEST
Gavin Lambert wrote:
That find command with "grep" looks very suspicious to me. Perhaps
find . -type d -name .svn -prune -o -type f -print0 | xargs -r0 ls -ldog
And after inspecting for safety then replace the "ls -ldog" with "rm -f"?
Bob
---------------------------------------------------------------------
|
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.