build software over several solutions in specific changeSets
is it possible to deploy a project, distributed over more solutions (~3), where you want to choose for each solution a specific changeSet to deploy?
for expample: I want to have a deployed software containing the following configuration:
- solution1: changeSet12
- solution2: changeSet122
- solution3: changeSet33
how does it work? is it possible? or can I just deploy software within one solution?
thanks for any advices

