Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
How to migrate SVN to GitLab with few commands
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nazarf
How to migrate SVN to GitLab with few commands
Commits
765930ff
Commit
765930ff
authored
Jun 01, 2019
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
e769615f
Pipeline
#14
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
README.md
README.md
+4
-5
No files found.
README.md
View file @
765930ff
...
...
@@ -4,19 +4,18 @@
```
$ sudo apt-get install git```
2. Then you should install git-svn
$ sudo apt-get install git-svn
```
$ sudo apt-get install git-svn
```
3. Clone your repository by git-svn command
$ git svn clone YOUR_SVN_URL
```
$ git svn clone YOUR_SVN_URL
```
4. Add your Gitlab url in same directory.
$ git remote add gitlab YOUR_GITLAB_URL
```
$ git remote add gitlab YOUR_GITLAB_URL
```
5. Finally push your SVN repository to Gitlab.
$ git push — set-upstream gitlab master
\ No newline at end of file
```
$ git push — set-upstream gitlab master
```
\ No newline at end of file
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