Forum Moderators: phranque
Ideally, I want to make a change to certain files on one server and have them show up live on the rest.
Since most of the files don't change, I was thinking of having a single server with all the files that do change. and have the rest query that server once in a while to keep everything up to date. Subversion + a cron job sounds like it may do the trick.
Any suggestions? Thanks!