1. Home
  2. Docs
  3. Documentation
  4. Connection Settings
  5. Repository Path

Repository Path

The URL or folder path to the repository. Common examples below:

  • Git: https://www.github.com/account/repo.git
  • Subversion: https://svn.riouxsvn.com/repo/trunk/
  • TFVC:
    • https://dev.azure.com/YourOrg/YourProject/_versionControl or
    • https://your-tfs-server/DefaultCollection/YourProject/_versionControl
  • Folder: C:\folder\

Troubleshooting common issues:

  1. Enter the full path to the repository, rather than just the server name
  2. Enter the HTTPS path, rather than the SSH path
  3. For Git: Enter only the base repo path, not the path to a particular file, folder, branch, or tag
  4. For TFVC: Enter the full HTTPS _versionControl URL (like the examples above), not a $-prefixed server-relative path
  5. For Subversion: Enter a trunk or branch folder path, rather than the base repo path
  6. For folders: Ensure that the target folder already exists
Was this article helpful to you? No Yes

How can we help?