On Friday, August 2, 2002, at 07:48 , Brian Fox wrote: > Any recommendations for a multi-server deployment program? I'm loosing > sleep on a new project I just finished that has multiple revisions/fixes > a > week, a half dozen servers to mirror, and a client who wants it mirrored > after 10:00 PM.
We use CVS to manage version control and use automated build scripts to create releases. If you've only got a few servers, you can easily do a build out onto each machine. If you've got lots of servers, you could use rsync (which I believe can be set up for Windows?). We use rsync to manage all our asset files (images, movies etc) and, for our static site, we use it to manage all our HTML too. Sean A Corfield -- http://www.corfield.org/blog/ "If you're not annoying somebody, you're not really alive." -- Margaret Atwood ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

