Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
migrate-gitlab
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mohcine Chraibi
migrate-gitlab
Commits
6289b5ca
Commit
6289b5ca
authored
8 years ago
by
Mohcine Chraibi
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
f02d8178
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+18
-7
18 additions, 7 deletions
README.md
with
18 additions
and
7 deletions
README.md
+
18
−
7
View file @
6289b5ca
...
@@ -14,8 +14,9 @@ So if you care about meta data like, **issues**, **milestones**, **labels** etc
...
@@ -14,8 +14,9 @@ So if you care about meta data like, **issues**, **milestones**, **labels** etc
-
`git clone`
this
[
project
](
https://github.com/chraibi/gitlab-migrator
)
-
`git clone`
this
[
project
](
https://github.com/chraibi/gitlab-migrator
)
-
`cd gitlab-migrator`
-
`cd gitlab-migrator`
-
`fastlane list_projects`
to list projects. First install
[
fastlane
](
https://github.com/fastlane/fastlane#installation
)
-
install
[
fastlane
](
https://github.com/fastlane/fastlane#installation
)
-
from the list of projects pick a project name to be migrated as follows
-
`fastlane list_projects`
to list projects.
-
from the list of projects pick a project name to be migrated for example
```
```
fastlane migrate project:jupedsim/jpsdemo
fastlane migrate project:jupedsim/jpsdemo
...
@@ -31,7 +32,7 @@ python migrate.py --help
...
@@ -31,7 +32,7 @@ python migrate.py --help
**IMPORTANT**
**IMPORTANT**
For
`fastlane`
to be able to access the
s
gitlab instances, create the file
`fastlane/.env`
.
For
`fastlane`
to be able to access the
two
gitlab instances, create the file
`fastlane/.env`
.
Edit this file and write the following four lines:
Edit this file and write the following four lines:
...
@@ -57,9 +58,19 @@ You have two options:
...
@@ -57,9 +58,19 @@ You have two options:
url = git@cst.version.fz-juelich.de:jupedsim/jpscore.git
url = git@cst.version.fz-juelich.de:jupedsim/jpscore.git
```
```
to
```
[remote "origin"]
url = https://gitlab.version.fz-juelich.de/jupedsim/jpscore.git
```
Note: Replace
`jupedsim/jpscore`
with the name of your project.
# Limitations
# Limitations
-
Your event calendar will be lost. Mine looks like this
-
Your event calendar will be lost
, because users are not migrated
. Mine looks like this


...
@@ -67,8 +78,8 @@ You have two options:
...
@@ -67,8 +78,8 @@ You have two options:
-
Avatars of projects and users are not migrated. These may be set manually:
-
Avatars of projects and users are not migrated. These may be set manually:
-
right click on the old avatars
-
right click on the old avatars
-
save them somewhere in your local machine.
-
save them somewhere in your local machine.
-
edit the new server and add the avatar.
-
edit the new server and add the avatar
s
.
-
if used CI should be reconfigure
s
for every project manually
-
if used CI should be reconfigure
d
for every project manually
-
uploads are not migrated.
-
uploads are not migrated.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment