We have a cvs repository for our website files. Our developers develop locally, then commit to CVS for production. We have multiple modules in this repository. What we want to have is a script (perl, shell, whatever) that will check our current files, and if any files have changed, update them on our production servers. The issue here is that the directory structure on our production servers does not match the cvs directory structure. We are using Java, and IBM Websphere, and our files go in the app server directories. So, we were thinking of having a "landing" area that we would check out the modules to and use to compare to cvs, then take the files that have changed and copy them to our app server directories. Can anyone help me with this? I hope this makes sense.
Thanks!!
Thanks!!