What are the thing I have to load in SVN after i develop SSIS Package?

  • I have created SSIS Package, it is working perfectly in my machine. I need to put that package in SVN (For repository) and so that other member in my team can executer it. Do I need to upload whole Project or just solution. So that they can use executer that package?

  • A lot depends on what you are trying to accomplish with source control. But I would say at minimum the project.

    CEWII

  • Main purpose of that package to be in SVN is so that it can be executed by QA and Production team too. In that senerio I have to upload all Project folder?

  • So you don't care about versioning? How is the package executed? I doubt that the user is opening the package using DTEXECUI and running it. If so then your QA group is only testing PART of the solution...

    CEWII

  • I usually add the whole project or solution folder, but set SVN to ignore the .suo and .user files and the /bin folder.

    -----------------------------------------------
    SQL Server posts at my blog, Grapefruitmoon.Net[/url]

  • with out .sou, and bin folder also, QA team can executer that package

  • Yes they can, but you still haven't answered my post a couple up..

    CEWII

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply