I use svn and give a try with mercurial. I have a web application with about 1K files. Consider these scenarios.
- I deployed the web application on the server as chekout
- I deployed the web application to the server as an export
Now I am changing one line on one of the web pages in the expanded branch locally. Now I want the changes to be updated by the deployed code (on the server). If I want to transfer only the modified file, which will be transferred to the server from the local one, which is the best possible way.
Think that both validation and export will transfer the entire web application to the server. Please correct me if I am wrong.
source
share