Excluding .svn directories in Rake cp_r

Posted by James Thigpen on Stack Overflow See other posts from Stack Overflow or by James Thigpen
Published on 2010-04-02T20:49:52Z Indexed on 2010/04/02 20:53 UTC
Read the original article Hit count: 280

Filed under:
|
|

I'm writing a rakefile using Albacore for my .NET stuff, and I'm trying to figure out the easiest way to copy a project to another directory (artifacts) while excluding the .svn directories in its subdirectories.

Suggestions? I'm running into a wall here.

© Stack Overflow or respective owner

Related posts about rake

Related posts about msbuild