Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.11 KB

File metadata and controls

59 lines (36 loc) · 2.11 KB
title Share your code in TFVC using Eclipse
titleSuffix Azure Repos
description Share code in TFVC using Eclipse
ms.assetid 181CB50F-44D3-4BA4-8E89-ADB9CB87DEB6
ms.service azure-devops-repos
ms.topic quickstart
ms.date 07/13/2022
monikerRange <= azure-devops
ms.subservice azure-devops-repos-tfvc

Share your code in TFVC using Eclipse

[!INCLUDE version-lt-eq-azure-devops]

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

[!INCLUDE include]

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.

Prerequisites

Category Requirements
Project access Member of the Azure DevOps project where the TFVC repository is located.
Permissions - Read: To view the repository and its contents.
- Check In: To check in changes to the repository.
- Check Out: To check out files for editing.
- Manage Workspaces: To create and manage workspaces.

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

[!div class="nextstepaction"] Build your Eclipse projects