Does anyone know if its possible to use phing to copy an entire folder with files and sub folders (joomla core download) to another folder, but without the .svn folders.
I have downloaded joomla using SVN, and I want to export it to my joomla dev folder using phing, without the need to have to list every single file type. My plan is to use this to keep my dev updated from the trunk.
I know how to exclude
But cannot find anyway to include everything without listing every file, or trying to guess every file type, just in case I miss something!
Suggestions Paul