Looking for best approach to create new projects for enviroment specifics files
Posted
by
Ness
on Programmers
See other posts from Programmers
or by Ness
Published on 2012-08-30T04:03:58Z
Indexed on
2012/08/30
9:50 UTC
Read the original article
Hit count: 175
version-control
|clearcase
ClearCase Question...
Overview of requirements:
There are 3 diff environments (DEV, TEST and PROD) which have a folder called 'common' that users across all envs.
There are multiple servers in those 3 envs and we want to store their server environment specific configuration files in Clearcase.
The executables files are different for each environment. Thus there will not be cross delivery require between dev/test/prod.
Any thoughts on how we can approach this?
Is keeping it simplest is the best approach here? One component to one vobs as (DEV_Serv1, TEST_Serv1, PROD_Serv1, Dev_Serv2, Test_Serv2 and etc)?
OR
Have multiple components VOB?
One other thing is developers here like to use snapshots views.
© Programmers or respective owner