sagebind / robo-ftp

[ABANDONED] FTP(S) task for Robo
MIT License
3 stars 1 forks source link

Upload files newer than last deploy timestamp #2

Open piotr-cz opened 9 years ago

piotr-cz commented 9 years ago

I'd enjoy an option when task would store a timestamp of last deploy and upload only files which are newer. With lots of files in a project comparing each file can take forever.

I've managed to implement this using Phing, the mechanism is described here.

sagebind commented 9 years ago

Sounds like a really handy feature. I actually use this technique with Phing in some of my old projects. This feature probably won't be released before the next feature in the works, which is using Git diffs to upload only files that have changed.