• sunil.mvs (6/17/2016)


    Hi,

    Thanks for looking into my question. I am rephrasing my question to make you to understand

    How to use TFS , to manage SQL server Integration Services (SSIS) where deployment mode is project.

    How to define branching and merging project packages ,so that we can do smooth transition from Development to release.

    Let me know , if you are not clear .

    If you have changed package A on branch A and another dev has changed package A on branch B, that is another problem. I do not recommend that you try to merge changes to the same package, rather, I suggest that you treat packages as executable code.

    But in the scenario where dev A is working on package A in branch A and

    dev B is working on package B in branch B

    a merge is perfectly feasible. The one thing to watch when doing such merges is the project file: it needs to reference both packages. If package B in branch B is a new package, the merge will need to include the package file and the modification to the project file.

    If you haven't even tried to resolve your issue, please don't expect the hard-working volunteers here to waste their time providing links to answers which you could easily have found yourself.