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

RE: New vendor drops on vendor branch - but how?

From: Gavin Lambert <gavinl_at_compacsort.com>
Date: 2006-08-15 00:28:37 CEST

Quoth Reedick, Andrew <mailto:Andrew.Reedick@BellSouth.com>:
>> find . | grep -v .svn | xargs rm -f
>
> <grumble>
> find . -name '.svn' -prune -o -print | xargs rm
> If you forget the syntax, there's an example in the man
> page for find. </grumble>

Not on my man page, there isn't :(

I did try to use -prune first off, but I didn't have the "-o -print" bit
so it resulted in inexplicably printing all the .svn folders. Which
seemed counter-intuitive.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 15 00:30:05 2006

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.