Search code examples
visual-studioazure-devopstfvc

How to setup and use VSTS for five user


Our office uses VSS as source control. Just come to know that VSTS is free for five users and our team is very small with 5 devs.

I have never use VSTS. so i have few questions. please answer pointwise and with detail along with images if possible.

  1. how to create an account for VSTS?
  2. how to upload our local project exist on my pc to VSTS
  3. how could I send an invitation to other 4 developers in our team, as a result, they can clone our uploaded project on their own pc and start working?

I got one link which is showing how to Add Local Project to GIT in VSTS but I need to know how to add a project to TFVC in VSTS.


Solution

  • Create an account

    Go to VisualStudio.com, log in using MSA, pick an available account name and register. If you have an Azure subscription and an Azure Active Directory, you can also create the account from the Azure portal, that way you can use your company-account to log on.

    Upload local project

    When you create your first project you get to choose whether you want TFVC or Git. Once the project is created, getting your sources in differs depending on your choice.

    If you pick TFVC you must create a local workspace on your machine, copy the sources into that directory, then check them in.

    Invite other users

    To add other users to VSTS they need to have an MSA account or to be part of your AAD (depending on how you setup your account). Then go to the Users hub in the VSTS admin panel and add them to your account. The first 5 basic users are free. If users have an MSDN account (pro or higher) they do not count towards the free user limit as VSTS access is included in the subscription.