1
0
mirror of synced 2026-01-01 09:04:46 -05:00
Files
docs/translations/ru-RU/content/github/importing-your-projects-to-github/source-code-migration-tools.md
Chiedo John c116efe725 Crowdin translations (translation-batch-1604415979) (#16312)
* New Crowdin translations by Github Action

* Revert broken translated files to English

* Revert broken translations

* Revert broken translations

* Revert more broket translations

* Revert broken translation

* Increase Node memory limit for running Jest

* Allow Node to use more memory for Jest

* Increase Node memory limit for running Jest

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Chiedo <chiedo@users.noreply.github.com>
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2020-11-03 16:15:55 -05:00

2.2 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Source code migration tools You can use external tools to move your projects to GitHub.
/articles/importing-from-subversion/
/articles/source-code-migration-tools
free-pro-team enterprise-server github-ae
* * *

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

We recommend using 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.

{% endif %}

Importing from Subversion

In a typical Subversion environment, multiple projects are stored in a single root repository. On GitHub, each of these projects will usually map to a separate Git repository for a user account or organization. We suggest importing each part of your Subversion repository to a separate GitHub repository if:

  • Collaborators need to check out or commit to that part of the project separately from the other parts
  • You want different parts to have their own access permissions

We recommend these tools for converting Subversion repositories to Git:

Importing from Mercurial

We recommend hg-fast-export for converting Mercurial repositories to Git.

Importing from Team Foundation Server

We recommend these tools for moving changes between Team Foundation Server and Git:

{% tip %}

Tip: After you've successfully converted your project to Git, you can push it to {% data variables.product.prodname_dotcom %}.

{% endtip %}

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

Дополнительная литература

{% endif %}