Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
5603bb40
Commit
5603bb40
authored
May 10, 2021
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Followup edits of import topic edits
parent
41f4823f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
27 deletions
+19
-27
doc/user/project/import/bitbucket_server.md
doc/user/project/import/bitbucket_server.md
+2
-4
doc/user/project/import/gitea.md
doc/user/project/import/gitea.md
+4
-6
doc/user/project/import/jira.md
doc/user/project/import/jira.md
+1
-1
doc/user/project/import/manifest.md
doc/user/project/import/manifest.md
+6
-6
doc/user/project/import/svn.md
doc/user/project/import/svn.md
+1
-1
doc/user/project/import/tfvc.md
doc/user/project/import/tfvc.md
+5
-9
No files found.
doc/user/project/import/bitbucket_server.md
View file @
5603bb40
...
@@ -22,10 +22,8 @@ The Bitbucket importer can import:
...
@@ -22,10 +22,8 @@ The Bitbucket importer can import:
-
Pull requests (GitLab 11.2+)
-
Pull requests (GitLab 11.2+)
-
Pull request comments (GitLab 11.2+)
-
Pull request comments (GitLab 11.2+)
When importing:
When importing, repository public access is retained. If a repository is private in Bitbucket, it's
created as private in GitLab as well.
-
Repository public access is retained. If a repository is private in Bitbucket, it's created as
private in GitLab as well.
## Limitations
## Limitations
...
...
doc/user/project/import/gitea.md
View file @
5603bb40
...
@@ -21,10 +21,8 @@ The Gitea importer can import:
...
@@ -21,10 +21,8 @@ The Gitea importer can import:
-
Milestones (GitLab 8.15+)
-
Milestones (GitLab 8.15+)
-
Labels (GitLab 8.15+)
-
Labels (GitLab 8.15+)
When importing:
When importing, repository public access is retained. If a repository is private in Gitea, it's
created as private in GitLab as well.
-
Repository public access is retained. If a repository is private in Gitea it's created as private
in GitLab as well.
## How it works
## How it works
...
@@ -78,9 +76,9 @@ From there, you can see the import statuses of your Gitea repositories.
...
@@ -78,9 +76,9 @@ From there, you can see the import statuses of your Gitea repositories.
You also can:
You also can:
-
Import all your Gitea projects in one go by hitting
**Import all projects**
in
-
Import all your Gitea projects in one go by hitting
**Import all projects**
in
the upper left corner
the upper left corner
.
-
Filter projects by name. If filter is applied, hitting
**Import all projects**
-
Filter projects by name. If filter is applied, hitting
**Import all projects**
only imports matched projects
only imports matched projects
.
![
Gitea importer page
](
img/import_projects_from_gitea_importer_v12_3.png
)
![
Gitea importer page
](
img/import_projects_from_gitea_importer_v12_3.png
)
...
...
doc/user/project/import/jira.md
View file @
5603bb40
...
@@ -59,7 +59,7 @@ Importing Jira issues is done as an asynchronous background job, which
...
@@ -59,7 +59,7 @@ Importing Jira issues is done as an asynchronous background job, which
may result in delays based on import queues load, system load, or other factors.
may result in delays based on import queues load, system load, or other factors.
Importing large projects may take several minutes depending on the size of the import.
Importing large projects may take several minutes depending on the size of the import.
To import Jira issues to a GitLab project
, follow these steps
:
To import Jira issues to a GitLab project:
1.
On the
**{issues}**
**Issues**
page, click
**Import Issues**
(
**{import}**
)
**> Import from Jira**
.
1.
On the
**{issues}**
**Issues**
page, click
**Import Issues**
(
**{import}**
)
**> Import from Jira**
.
...
...
doc/user/project/import/manifest.md
View file @
5603bb40
...
@@ -51,13 +51,13 @@ As a result, the following projects are created:
...
@@ -51,13 +51,13 @@ As a result, the following projects are created:
## Import the repositories
## Import the repositories
Follow these steps t
o start the import:
T
o start the import:
1.
From your GitLab dashboard click
**New project**
1.
From your GitLab dashboard click
**New project**
.
1.
Switch to the
**Import project**
tab
1.
Switch to the
**Import project**
tab
.
1.
Click on the
**Manifest file**
button
1.
Click on the
**Manifest file**
button
.
1.
Provide GitLab with a manifest XML file
1.
Provide GitLab with a manifest XML file
.
1.
Select a group you want to import to (you need to create a group first if you don't have one)
1.
Select a group you want to import to (you need to create a group first if you don't have one)
.
1.
Click
**List available repositories**
. At this point, you are redirected
1.
Click
**List available repositories**
. At this point, you are redirected
to the import status page with projects list based on the manifest file.
to the import status page with projects list based on the manifest file.
1.
Check the list and click
**Import all repositories**
to start the import.
1.
Check the list and click
**Import all repositories**
to start the import.
...
...
doc/user/project/import/svn.md
View file @
5603bb40
...
@@ -16,7 +16,7 @@ There are two approaches to SVN to Git migration:
...
@@ -16,7 +16,7 @@ There are two approaches to SVN to Git migration:
-
[
Git/SVN Mirror
](
#smooth-migration-with-a-gitsvn-mirror-using-subgit
)
which:
-
[
Git/SVN Mirror
](
#smooth-migration-with-a-gitsvn-mirror-using-subgit
)
which:
-
Makes the GitLab repository to mirror the SVN project.
-
Makes the GitLab repository to mirror the SVN project.
-
Git and SVN repositories are kept in sync; you can use either one.
-
Git and SVN repositories are kept in sync; you can use either one.
-
Smoothens the migration process and allows to manage migration risks.
-
Smoothens the migration process and allows
you
to manage migration risks.
-
[
Cut over migration
](
#cut-over-migration-with-svn2git
)
which:
-
[
Cut over migration
](
#cut-over-migration-with-svn2git
)
which:
-
Translates and imports the existing data and history from SVN to Git.
-
Translates and imports the existing data and history from SVN to Git.
...
...
doc/user/project/import/tfvc.md
View file @
5603bb40
...
@@ -46,12 +46,8 @@ Advantages of migrating to Git/GitLab:
...
@@ -46,12 +46,8 @@ Advantages of migrating to Git/GitLab:
Migration options from TFVC to Git depend on your operating system.
Migration options from TFVC to Git depend on your operating system.
-
If you're migrating on Microsoft Windows:
-
If you're migrating on Microsoft Windows, use the
[
`git-tfs`
](
https://github.com/git-tfs/git-tfs
)
tool. See
[
Migrate TFS to Git
](
https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/migrate_tfs_to_git.md
)
-
Use the
[
`git-tfs`
](
https://github.com/git-tfs/git-tfs
)
for details.
tool. See
[
Migrate TFS to Git
](
https://github.com/git-tfs/git-tfs/blob/master/doc/usecases/migrate_tfs_to_git.md
)
-
If you're on a Unix-based system, follow the procedures described with this
for details.
[
TFVC to Git migration tool
](
https://github.com/turbo/gtfotfs
)
.
-
If you're on a Unix-based system:
-
Follow the procedures described with this
[
TFVC to Git migration tool
](
https://github.com/turbo/gtfotfs
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment