Keeping remote files synced with local files?

Posted by Kelp on Programmers See other posts from Programmers or by Kelp
Published on 2011-03-20T05:48:06Z Indexed on 2011/03/20 8:16 UTC
Read the original article Hit count: 137

Filed under:

Hello, When developing web applications, how does one keep local files and remote files synced together? There is the obvious way, whenever you edit a file on your local machine, just upload that file to the remote machine. Is there a more efficient way? I ask because I have been using subversion control, and it is so easy to keep files synced on a remote server. All I have to do is "commit" and it will find the files which need to be replaced.

© Programmers or respective owner

Related posts about svn