Sync version of the project with Java

Posted by Alexadar on Stack Overflow See other posts from Stack Overflow or by Alexadar
Published on 2010-04-01T13:15:51Z Indexed on 2010/04/01 13:33 UTC
Read the original article Hit count: 220

Filed under:
|

I have a problem, I need to sync version of the project.

Changes are performed on main project that resides on central Coldfusion server. There are about 30 remote Coldfusion servers, that has to sync with latest version on central server.

New synch application will to be done in Java! I have a direct link to each remote location. Mostly Windows OS and Windows tools are used.

My idea:

The synchronization is performed at the level of synchronization of folders. I would like to avoid the use of SVN and similar tools. My idea is to carry out comparison of folders on the local server (comparison is performed between the old and new versions),with NO communication with remote servers, make the difference between the versions and the same is sent to the remote machines.

We will install Tomcat on every remote server. "Sync application" deployed on Tomcat will take care about differences. Remote server will return me an answer, about the success of the sync.

Any kind of suggestion or completely new approach on this topic is more than welcome.

Thanks

Best regards

© Stack Overflow or respective owner

Related posts about synchronization

Related posts about java