@@ -12,10 +12,10 @@ weight: 1
12
12
13
13
![ Create new project] ( GitLab_New_project.png )
14
14
15
- Give a name to your project and click ** Create project** button.
15
+ Give a name to your project and click ** Create project** button.
16
16
17
17
![ New project] ( GitLab_Created_Project.png )
18
-
18
+
19
19
- Login to the GitLab server (over ssh or to the local console) and install JRE:
20
20
21
21
- for CentOS 6/7:
@@ -25,21 +25,21 @@ weight: 1
25
25
- for Debian and Ubuntu:
26
26
27
27
$ sudo apt-get install default-jre
28
-
28
+
29
29
- for OpenSUSE:
30
-
30
+
31
31
$ zypper in java-1_8_0-openjdk
32
32
33
33
- install SubGit binary:
34
-
34
+
35
35
- On CentOS and OpenSUSE Linux download universal ** subgit-3.2.4.zip** binary:
36
36
37
37
https://subgit.com/download/subgit-3.2.4.zip
38
-
38
+
39
39
and unzip it:
40
-
40
+
41
41
$ unzip subgit-3.2.4.zip
42
-
42
+
43
43
- on Debian and Ubuntu download Debian package:
44
44
45
45
https://subgit.com/download/subgit_3.2.4_all.deb
@@ -51,7 +51,7 @@ weight: 1
51
51
52
52
53
53
2 . Configure the repository:
54
-
54
+
55
55
- Change identity to 'git' user:
56
56
57
57
su git
@@ -71,17 +71,17 @@ weight: 1
71
71
total 0
72
72
drwxrwx---. 6 git git 131 apr 25 02:06 project.git
73
73
drwxrwx---. 6 git git 131 apr 25 02:06 project.wiki.git
74
-
74
+
75
75
- Run this command to configure SubGit import:
76
76
77
77
$ /temp/subgit-3.2.4/bin/subgit configure --layout auto --trunk trunk SVN_URL GIT_REPO
78
78
79
79
> ** To be added into pop-up cloud (when hovering on SVN_URL and GIT_REPO):**
80
- >
80
+ >
81
81
> ** SVN_URL** - URL to the SVN project.
82
- >
82
+ >
83
83
> ** GIT_REPO** - path to new Git repository where data from the SVN project will be imported to.
84
-
84
+
85
85
*** see command example --> (to be placed in drop-down block):***
86
86
87
87
$ /tmp/subgit-3.2.4/bin/subgit configure --layout auto --trunk trunk http://svn.example.com/svn/repository/project ./project.git
@@ -141,7 +141,7 @@ weight: 1
141
141
142
142
Authentication realm: <http://svn.example.com:80> Subversion Repository
143
143
Username [git]: user
144
- Password for 'user':
144
+ Password for 'user':
145
145
146
146
Translating Subversion revisions to Git commits...
147
147
@@ -161,7 +161,7 @@ weight: 1
161
161
** GIT_REPO** - GitLab project URL:
162
162
163
163
![ GitLab project URL] ( GitLab_project_URL.png )
164
-
164
+
165
165
*** see command example --> (to be placed in drop-down block):***
166
166
167
167
- on Windows:
@@ -177,7 +177,7 @@ weight: 1
177
177
178
178
$ git clone http://[email protected] /user/project.git ./project.git
179
179
Cloning into './project.git'...
180
- Password for 'http://[email protected] ':
180
+ Password for 'http://[email protected] ':
181
181
remote: Counting objects: 99, done.
182
182
remote: Compressing objects: 100% (39/39), done.
183
183
remote: Total 99 (delta 50), reused 99 (delta 50)
0 commit comments