I am using hudson as my continuous integration tool. I need to download from my svn a zip file.
It gives me the following error -- /somedir/*.zip refers to a file, not a directory! I know that.
Is it not possible to check out a zip file.
Once that is done I would like to run a script that extracts it, and sets up a directory structure. It is a must that download zip file, no way around it.
Any ideas?