Hi All,
We have a solution with mutiple project. Each project may have 1 SSIS paickage or more than 1 SSIS package. We checked in the solution and projects (has dtsx) into VSS. When ever we want to make changes, we check out the package and if needed project, make changes and check them in. So for we used Visual Studio 2005.
Now we moved to Visual Studio 2012. Before opening solution and packages with SSDT 2012, I want to keep a back of projects in Visual Source Safe. So, I want to branch it and then open main solution in new version. But my colleague says that there is no need to branch it. We will label the entire solution recursively with certain version number and then open solution and projects in 2012. If the need arises for 2005 version, at that time we can branch it based on label and can open branched 2005 version on old machine. Can we branch based on label. Further, once pakcage is opened in 2012, does the labeled version retain 2005? I know it is snapshot on that day at that time. But not sure whether underlying package xml changed or not.
I appreciate your response.
Thanks