Options

Visual Studio Online

Does SQL Source Control work with Visual Studio Online?

Comments

  • Options
    AlexYatesAlexYates Posts: 264 Rose Gold 2
    If by VSO you mean VSTS, yes it does.

    You can link either to a TFS style repo or a Git style repo.

    Note that if using Git with VSTS the commit and get latest options will work fine but Push/Pull won't. Some odd permissions issue.

    You could avoid this by using the "working folder" option but this does not fix the problem it just hides it and in the process you lose other functionality. Better to just link as normal and use and external git client or the git command line to do your push/pull.
    Alex Yates
    DevOps Mentor and Coach

    Director of DLM Consultants
    Creator of Speaking Mentors
    Microsoft Data Platform MVP
    Friend of Redgate
    Twitter / LinkedIn
  • Options
    Mike UMike U Posts: 315 Gold 1
    edited July 24, 2017 3:59PM
    Git with VSTS should work (including push/pull), as long as you use personal access tokens to authenticate.
    Development Lead
    Redgate Software
Sign In or Register to comment.