Share your code in TFVC using Eclipse

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

Share your code with your team with Azure DevOps Services and Eclipse.

Before you start:

  1. If you don't have an organization, create it first.

  2. If you have not yet connected to a project in your organization, do that now.

If your project uses TFVC in your Azure DevOps organization, read on. However, if your project uses Git in your Azure DevOps organization,then read Share your code in Git using Eclipse

Share using TFVC

  1. If you haven't yet, Connect to Azure DevOps Services using Eclipse.

  2. In Package Explorer, right-click the project and choose Team, Share Project.

    In the Package Explorer, the project's context menu, Team, Share Project

  3. Make sure you share it to Team Foundation Server.

    Share Project dialog box with tfvc selected

  4. Select the server and project.

    Select Project

  5. Check in the files.

    Check in pending changes

Your code is in TFVC, so now your teammates can contribute.

Next steps