1
0
mirror of synced 2026-01-29 03:03:52 -05:00
Files
docs/translations/es-ES/content/github/importing-your-projects-to-github/source-code-migration-tools.md
James M. Greene 885da5b3d3 Local run of Translations patching process over batch (#19360)
* New Crowdin translations by Github Action

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* fix malformed liquid

* add next directory to exclude list

* currentversion -> currentVersion

* fix liquid errors

* fix liquid errors

* Reset broken translated files to English

* Ran script/i18n/homogenize-frontmatter.js

* Revert /ja/github/authenticating-to-github/about-authentication-with-saml-single-sign-on

* Reset known broken translation files LAST

* Run script/i18n/homogenize-frontmatter.js

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Rachael Sewell <rachmari@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
2021-05-18 15:07:05 +00:00

2.2 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Herramientas de migración de código fuente Puedes utilizar herramientas externas para mover tus proyectos a 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 Version Control (TFVC), or another Git repository. También puedes utilizar estas herramientas externas para convertir tus proyectos a Git.

{% endif %}

Importar desde Subversion

En un entorno normal de Subversion, se almacenan varios proyectos en un único repositorio raíz. En GitHub, cada uno de estos proyectos generalmente se mapeará a un repositorio de Git separado para una cuenta de usuario o de organización. Sugerimos importar cada parte de tu repositorio de Subversion a un repositorio de GitHub separado si:

  • Los colaboradores necesitan revisar o confirmar esa parte del proyecto de forma separada desde las otras partes
  • Deseas que distintas partes tengan sus propios permisos de acceso

Recomendamos estas herramientas para convertir repositorio de Subversion a Git:

Importar desde Mercurial

Recomendamos hg-fast-export para convertir repositorios de Mercurial a Git.

Importing from TFVC

We recommend git-tfs for moving changes between TFVC and Git.

{% tip %}

Sugerencia: después de haber convertido con éxito tu proyecto a Git, puedes subirlo a {% data variables.product.prodname_dotcom %}.

{% endtip %}

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

Leer más

{% endif %}