From: itsme213 Date: 2004-12-19T13:37:11+09:00 Subject: Re: FileUtils.cp_r - how to prune Thanks, I'll keep that as a backup. But I should have been more explicit ... > > I am doing > > FileUtils.cp_r( "source/.", "generated") > > to copy a directory tree. > > > > How can I prune out any sub_tree with /.svn/ ? How can I prune out any sub_tree with /.svn/ in its path from even being copied over in the first place?