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

[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.
> I am doing a Top-skimming
> and wanted some instructions on how to avoid importing the CVS dirs.
> matthew

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.org
Received 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.