[TSVN] Re: TSVN Add displays contents of ignored directories
From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2005-01-19 12:50:11 CET
"matthew ford" <matthew.ford@forward.com.au> writes:
> Thanks for that but I still think an FAQ is needed.
Do you have cygwin installed?
for i in `find -type d -a -name CVS`; do rm -rf $i; done
or
find -type -d -a -name CVS -print0 |xargs rm -rf
Jens
-- Jens.Scheidtmann@bayerbbs.com --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org For additional commands, e-mail: dev-help@tortoisesvn.tigris.orgReceived on Wed Jan 19 12:50:49 2005 |
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.