Skip to content

Commit 0671954

Browse files
authored
Merge pull request #5768 from github/repo-sync
repo sync
2 parents 8e6818c + c64ebd4 commit 0671954

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

content/admin/configuration/command-line-utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,14 +642,14 @@ git-import-svn-raw
642642

643643
#### git-import-tfs-raw
644644

645-
This utility imports from Team Foundation Version Control. For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
645+
This utility imports from Team Foundation Version Control (TFVC). For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
646646
```shell
647647
git-import-tfs-raw
648648
```
649649

650650
#### git-import-rewrite
651651

652-
This utility rewrites the imported repository. This gives you a chance to rename authors and, for Subversion and TFS, produces Git branches based on folders. For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
652+
This utility rewrites the imported repository. This gives you a chance to rename authors and, for Subversion and TFVC, produces Git branches based on folders. For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
653653
```shell
654654
git-import-rewrite
655655
```

content/github/importing-your-projects-to-github/about-github-importer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: About GitHub Importer
3-
intro: 'If you have source code in Subversion, Mercurial, Team Foundation Server, or another Git repository, you can move it to GitHub using GitHub Importer.'
3+
intro: 'If you have source code in Subversion, Mercurial, Team Foundation Version Control (TFVC), or another Git repository, you can move it to GitHub using GitHub Importer.'
44
redirect_from:
55
- /articles/about-github-importer
66
versions:
@@ -13,7 +13,7 @@ GitHub Importer is a tool that quickly imports source code repositories, includi
1313

1414
During an import, depending on the version control system you're importing from, you can authenticate with your remote repository, update commit author attribution, and import repositories with large files (or remove large files if you don't want to use Git Large File Storage).
1515

16-
| Import action | Subversion | Mercurial | Team Foundation Server | Git |
16+
| Import action | Subversion | Mercurial | TFVC | Git |
1717
|:--------------|:----------:|:---------:|:----------------------:|:---:|
1818
| Authenticate with remote repository | **X** | **X** | **X** | **X** |
1919
| [Update commit author attribution](/articles/updating-commit-author-attribution-with-github-importer) | **X** | **X** | **X** | |

content/github/importing-your-projects-to-github/source-code-migration-tools.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ versions:
1212

1313
{% if currentVersion == "free-pro-team@latest" %}
1414

15-
We recommend using [GitHub Importer](/articles/about-github-importer) to import projects from Subversion, Mercurial, Team Foundation Server, or another Git repository. You can also use these external tools to convert your project to Git.
15+
We recommend using [GitHub Importer](/articles/about-github-importer) to import projects from Subversion, Mercurial, Team Foundation Version Control (TFVC), or another Git repository. You can also use these external tools to convert your project to Git.
1616

1717
{% endif %}
1818

@@ -32,12 +32,9 @@ We recommend these tools for converting Subversion repositories to Git:
3232

3333
We recommend [hg-fast-export](https://github.com/frej/fast-export) for converting Mercurial repositories to Git.
3434

35-
### Importing from Team Foundation Server
35+
### Importing from TFVC
3636

37-
We recommend these tools for moving changes between Team Foundation Server and Git:
38-
39-
- [git-tfs](https://github.com/git-tfs/git-tfs)
40-
- [Git-TF](https://gittf.codeplex.com/)
37+
We recommend [git-tfs](https://github.com/git-tfs/git-tfs) for moving changes between TFVC and Git.
4138

4239
{% tip %}
4340

data/glossaries/internal.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@
5353
description: Amazon Web Services. A secure cloud services platform.
5454
- term: Azure
5555
description: A Microsoft cloud-computing platform.
56+
- term: Azure DevOps
57+
description: >-
58+
A Microsoft product offering source code hosting, issues, CI/CD
59+
pipelines, and other developer services. The on-premises version
60+
was formerly known as Team Foundation Server. The cloud-hosted
61+
version was formerly known as Visual Studio Team Services.
5662
- term: bare repository
5763
description: >-
5864
A bare repository is normally an appropriately named directory with a .git
@@ -600,8 +606,8 @@
600606
which case it is called a "signed tag object".
601607
- term: Team Foundation Server
602608
description: >-
603-
A Microsoft product that provides source code management and other team
604-
services.
609+
The former name of a Microsoft product that provides source code management and other team
610+
services. Now known as Azure DevOps Server.
605611
- term: Textile
606612
description: >-
607613
A lightweight markup language that uses a text formatting syntax to convert

data/variables/migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ organization_migrations_intro: >-
44
The organization migrations API lets you move a repository from GitHub to {% data variables.product.prodname_ghe_server %}.
55
source_imports_intro: >-
66
The Source Import API lets you start an import from a Git, Subversion,
7-
Mercurial, or Team Foundation Server source repository. This is the same
7+
Mercurial, or Team Foundation Version Control source repository. This is the same
88
functionality as the {% data variables.product.prodname_dotcom %}
99
Importer. For more information, see "[Importing a repository with {% data variables.product.prodname_dotcom %} Importer](/github/importing-your-projects-to-github/importing-a-repository-with-github-importer)."

0 commit comments

Comments
 (0)