Help Center/ CodeArts Repo/ FAQs/ Migrating Repositories/ How Do I Migrate a Coding Repo?
Updated on 2024-11-14 GMT+08:00

How Do I Migrate a Coding Repo?

Migration Description

The migration tool can migrate data related to repo files, such as branch, tag, commit, and source files of code libraries. Coding repo data, such as members, PRs, and comments, cannot be migrated.

Procedure

  1. Create a repo and select the repo import mode. Log in to CodeArts Repo, and choose New Repository > Import.

  2. Select Git URL and enter a Coding URL.

  3. Configure the Coding username and personal access token. Username: username for logging in to the Coding. Generally, the username is a mobile number. AccessToken: Choose Coding > Personal Account Settings > Access Token > Create Access Token, and make the repository read-only.
  4. Enter the repository information and initialize the configuration.

    • Path: Select the root directory of the repo to be imported.
    • Repository Name: Name of the imported repo.
    • Visibility: Private or public.
    • Schedule: If this is enabled, the imported repository is an image repository. The repository cannot commit code and can only be synced from the source repository periodically. The repository is updated every 24 hours, and the updated content is the content of the source repository 24 hours ago.
    • Branch: Import the default branch or all branches of the source repo.
    • Automatically create check task

  5. The repo is imported successfully. You can view key information such as the import status and failure cause in the import record list. After the repo is imported, check whether the repo is created successfully.