Hi,Currently we have TeamSite folder structure as shown belowWWW >Website1 *Staging *Workarea >Website2 *Staging *Workarea >Website3 *Staging *WorkareaAs we have development project and support (BAU) project running simultaneously for each website we are not sure how to split the project changes from BAU changes and deploy into different test environments (TestA and TestB) from a single webcontent branch in Teamsite.Could you please suggest some ways to overcome this?Many Thanks
Thanks for your reply.Basically we have single webcontent branch in TeamSite and there are many websites in this branch as shown in the earlier mail.We have a development project and a Support(Business As Usual / maintenance) project running simultaneously. Support project is basically to work on Service requests or small changes.We have come across a scenario where we need to deploy say 50 components to TestA environment(For Support project) and 100 components to TestB environment(For development project) from single Teamsite branch. At the moment we do this manually creating an edition comprising all the 100 components and deploying to TestB environment. But there is a risk of deploying other components related to Support project along with this.Also as this is done manually this is a overhead for the developers.We need to find out a way to overcome this i.e to separate the Project changes from the support project changes and deploy to different test environments.A similar scenario of separating project changes to support changes can be handled in Rational ClearCase (Software Configuration Management tool) using a labelling concept where all the project related changes can be labelled with a label (Say Dev_Proj1) and support changes (Support_Proj) and later pick up the files using labels.Hope I am clear. Many Thanks
/default/main /site1 /EDITION /STAGING /WORKAREA/**** /project /EDITION /STAGING /WORKAREA /site2 /EDITION /STAGING /WORKAREA/**** /project /EDITION /STAGING /WORKAREA...