Need a program with the following functionality:

There is a server on the network that stores shared files, several users. With it, a connection is established at once by several users. Shared files are periodically synchronized with files on the server.

Just specify the folder where the files from the server are located, and they synchronize them (downloads, replaces, updates)

In general: Something in the spirit of Subversion (SVN).

In general, who faced, advise. Desirable cross-platform. It is assumed that the server part will be on Linux. Clients of various OS.

In the answer, indicate the specific program benefits.

  • What's wrong with a shared drive or the same SVN? - Andrew Frolov
  • all ingenious is simple, why complicate the situation? can you explain what functionality you need which is not in CVS / SVN? - jmu 7:08 pm
  • Apparently the fact that he does not need to keep a history of changes. He needs to synchronize folders and everything. - GLAGOLA

1 answer 1

rsync?

  • One trouble, in a question "Clients of various OS". - avp 9:57 pm
  • Use rsync ports for different operating systems. - gecube 10:39 pm
  • one
    Here: HOWTO build your own open source Dropbox clone - how to build your dropbox with ... based on rsync. - rnd_d