summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-06 16:59:07 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-06 16:59:55 +0200
commit0aa4db5fe702f7bf32272ac6105aaf5ec79104e7 (patch)
treec0465523f8b10af69031b383cfae49a32fa1df96
parent5e6b5832ea9e0e78314b69aee764410edaa0fafd (diff)
downloadgitlab-ce-docs/migrating-from-tfs.tar.gz
Remove duplicate entry, order tools by namedocs/migrating-from-tfs
-rw-r--r--doc/user/project/import/index.md8
-rw-r--r--doc/user/project/import/tfs.md6
2 files changed, 4 insertions, 10 deletions
diff --git a/doc/user/project/import/index.md b/doc/user/project/import/index.md
index 0a6c8546e61..8da6e2a8207 100644
--- a/doc/user/project/import/index.md
+++ b/doc/user/project/import/index.md
@@ -1,15 +1,15 @@
# Migrating projects to a GitLab instance
1. [From Bitbucket.org](bitbucket.md)
+1. [From ClearCase](clearcase.md)
+1. [From CVS](cvs.md)
+1. [From FogBugz](fogbugz.md)
1. [From GitHub.com of GitHub Enterprise](github.md)
1. [From GitLab.com](gitlab_com.md)
-1. [From FogBugz](fogbugz.md)
1. [From Gitea](gitea.md)
-1. [From SVN](svn.md)
-1. [From ClearCase](clearcase.md)
1. [From Perforce](perforce.md)
+1. [From SVN](svn.md)
1. [From TFS](tfs.md)
-1. [From CVS](cvs.md)
In addition to the specific migration documentation above, you can import any
Git repository via HTTP from the New Project page. Be aware that if the
diff --git a/doc/user/project/import/tfs.md b/doc/user/project/import/tfs.md
index 6a297595d76..8727c2ff6c3 100644
--- a/doc/user/project/import/tfs.md
+++ b/doc/user/project/import/tfs.md
@@ -5,12 +5,6 @@ which also includes a centralized version control system (TFVC) similar to Git.
In this document, we emphasize on the TFVC to Git migration.
-## Why migrate
-
-CVS is old with no new release since 2008. Git provides more tools to work
-with (`git bisect` for one) which makes for a more productive workflow.
-Migrating to Git/GitLab there is:
-
## TFVC vs Git
The following list illustrates the main differences between TFVC and Git: