Commit a3e17325 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Copyedit Bitbucket docs

parent b884a2e5
# Import your project from Bitbucket Cloud to GitLab # Import your project from Bitbucket Cloud to GitLab
Import your projects from Bitbucket Cloud to GitLab with minimal effort. NOTE: **Note:**
## Overview
>**Note:**
The [Bitbucket Cloud integration][bb-import] must be first enabled in order to be
able to import your projects from Bitbucket. Ask your GitLab administrator
to enable this if not already.
>**Note:**
The Bitbucket Cloud importer works only with Bitbucket.org, not with Bitbucket The Bitbucket Cloud importer works only with Bitbucket.org, not with Bitbucket
Server (aka Stash). If you are trying to import projects from Bitbucket Server, use Server (aka Stash). If you are trying to import projects from Bitbucket Server, use
[the Bitbucket Server importer](bitbucket_server.md). [the Bitbucket Server importer](bitbucket_server.md).
Import your projects from Bitbucket Cloud to GitLab with minimal effort.
## Overview
- At its current state, the Bitbucket importer can import: - At its current state, the Bitbucket importer can import:
- the repository description (GitLab 7.7+) - the repository description (GitLab 7.7+)
- the Git repository data (GitLab 7.7+) - the Git repository data (GitLab 7.7+)
...@@ -27,6 +22,11 @@ Server (aka Stash). If you are trying to import projects from Bitbucket Server, ...@@ -27,6 +22,11 @@ Server (aka Stash). If you are trying to import projects from Bitbucket Server,
- Repository public access is retained. If a repository is private in Bitbucket - Repository public access is retained. If a repository is private in Bitbucket
it will be created as private in GitLab as well. it will be created as private in GitLab as well.
## Requirements
The [Bitbucket Cloud integration][bb-import] must be first enabled in order to be
able to import your projects from Bitbucket Cloud. Ask your GitLab administrator
to enable this if not already.
## How it works ## How it works
...@@ -47,8 +47,6 @@ namespace that started the import process. ...@@ -47,8 +47,6 @@ namespace that started the import process.
1. Sign in to GitLab and go to your dashboard. 1. Sign in to GitLab and go to your dashboard.
1. Click on **New project**. 1. Click on **New project**.
![New project in GitLab](img/bitbucket_import_new_project.png)
1. Click on the "Bitbucket Cloud" button. 1. Click on the "Bitbucket Cloud" button.
![Bitbucket](img/import_projects_from_new_project_page.png) ![Bitbucket](img/import_projects_from_new_project_page.png)
......
# Import your project from Bitbucket Server to GitLab # Import your project from Bitbucket Server to GitLab
NOTE: **Note:**
The Bitbucket Server importer does not work with Bitbucket Cloud (aka bitbucket.org).
Use the [Bitbucket Cloud importer](bitbucket.md) for that.
Import your projects from Bitbucket Server to GitLab with minimal effort. Import your projects from Bitbucket Server to GitLab with minimal effort.
## Overview ## Overview
>**Note:**
The BitBucket Server importer does not work with Bitbucket Cloud (aka bitbucket.org). Use the [Bitbucket Cloud importer](bitbucket.md) for that.
- In its current state, the Bitbucket importer can import: - In its current state, the Bitbucket importer can import:
- the repository description (GitLab 11.2+) - the repository description (GitLab 11.2+)
- the Git repository data (GitLab 11.2+) - the Git repository data (GitLab 11.2+)
- the pull requests (GitLab 11.2+) - the pull requests (GitLab 11.2+)
- the pull request comments (GitLab 11.2+) - the pull request comments (GitLab 11.2+)
- Repository public access is retained. If a repository is private in Bitbucket - Repository public access is retained. If a repository is private in Bitbucket
it will be created as private in GitLab as well. it will be created as private in GitLab as well.
...@@ -56,11 +56,8 @@ namespace that started the import process. ...@@ -56,11 +56,8 @@ namespace that started the import process.
1. Sign in to GitLab and go to your dashboard. 1. Sign in to GitLab and go to your dashboard.
1. Click on **New project**. 1. Click on **New project**.
![New project in GitLab](img/bitbucket_import_new_project.png)
1. Click on the "Bitbucket Server" button. If the button is not present, enable the importer in 1. Click on the "Bitbucket Server" button. If the button is not present, enable the importer in
`Admin` -> `Application Settings` -> `Visbility and access controls` -> `Import sources`. **Admin > Application Settings > Visibility and access controls > Import sources**.
![Bitbucket](img/import_projects_from_new_project_page.png) ![Bitbucket](img/import_projects_from_new_project_page.png)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment