deployment

How to deploy a big application


I have a drupal application which is in heavy developement. I need to deploy my app. and due to long list of images my deployment directory is more than 700Mb. How to deploy this on server, keeping track that while deploying next time only changed files will be deployed?

Please gimme a simple solution.

please don't give any advanced solution. Previously i was using simple ftp file zilla. Now i m using cyberduck(as feel good) for sftp.

I am using git for version maintenance.


Solution

    1. You can use FTP or SFTP like now, because you must set settings to upload only new or changed files.

    2. If you want use some solution dedicated for this problems, you can use SVN (subversion), you can commit changes on developer machine and do checkout on server machine and server was download only changed files. And you have in this solution version control, you can revert your web application to what version you want.