I have somewhat interesting development situation. The client and deployment server are inside a firewall without access to the Subversion server. But the developers are out
The Subversion hooks looks like it has a lot of promise. But being relatively uninformed about how to script the hook, how would I pull out the files that were committed and FTP them somewhere maintaining the directory structure?
If I could do that, then someone inside the firewall can pull the files down to the deployment server and we'd be good to go.