I'm trying to move the contents of a folder to another destination in Phing. I can't directly download the contents from SVN, because they're in a zip. After the file is unzipped, I want to move the contents.
I found this syntax, but it doesn't work: Copy a whole directory with phing
Thanks!