You could switch to git :-) so there are not all these .svn dirs splatted all over the tree... One of the many things I hate about svn and love about git.  But in all seriousness try using the PATTERN &quot;svn&quot; EXCLUDE.  I have not used this, let me know if it works.<br>
<br> install(DIRECTORY icons scripts/ DESTINATION share/myproj<br>          PATTERN &quot;CVS&quot; EXCLUDE<br>          PATTERN &quot;scripts/*&quot;<br>          PERMISSIONS OWNER_EXECUTE OWNER_WRITE OWNER_READ<br>                      GROUP_EXECUTE GROUP_READ)<br>
<br><br>