dendenners
Programmer
Hi there,
I am currently trying to upgrade our (inadquate) source control for the aix scripts we have on our boxes. Currently we are using ms visual sourcesafe as source control. This is fine for out java projects and general documentation because our java build process occurs on windows machines and can interact with vss for each build. Unfortunately for our scripts this is not the case. Whenever a change is made to production script we have to rely on whoever makes the change to reflect it on the aix machine, and we also have to rely on thos who have access to the aix machine not to mess with those scripts.
What would be far preferable for us would be to have some (possibly seperate) source control for our scripts that dynamically interacts with the production machine and automatically mirrors any checked in scripts onto the aix box and/or notifies me if there is any difference between
source control and production.
Does anyone have this kind of setup for their scripts and if so is it difficult to implement? thanks a lot
I am currently trying to upgrade our (inadquate) source control for the aix scripts we have on our boxes. Currently we are using ms visual sourcesafe as source control. This is fine for out java projects and general documentation because our java build process occurs on windows machines and can interact with vss for each build. Unfortunately for our scripts this is not the case. Whenever a change is made to production script we have to rely on whoever makes the change to reflect it on the aix machine, and we also have to rely on thos who have access to the aix machine not to mess with those scripts.
What would be far preferable for us would be to have some (possibly seperate) source control for our scripts that dynamically interacts with the production machine and automatically mirrors any checked in scripts onto the aix box and/or notifies me if there is any difference between
source control and production.
Does anyone have this kind of setup for their scripts and if so is it difficult to implement? thanks a lot