Skip to content

Commit 9f846a0

Browse files
committed
remove unnecessary images, rename to nav-artilces
1 parent f8ea3e3 commit 9f846a0

7 files changed

+141
-111
lines changed

.idea/workspace.xml

+123-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

articles.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<div class="green_wrap">
55
<h1>Articles</h1>
66
</div>
7-
{% include articles.html %}
8-
{% for weight1 in (1..site.pages.size) %}{% for i in site.pages %}{% if i.weight == weight1 and i.booktype == 'remote' %}
7+
{% include nav-articles.html %}
8+
{% for weight1 in (1..site.pages.size) %}{% for i in site.pages %}{% if i.weight == weight1 and i.booktype == 'subgit-articles' %}
99
<div class="wrapper" id="{{ i.weight }}">
1010
{{ i.content }}
1111
</div>{% endif %}{% endfor %}{% endfor %}
Binary file not shown.
Binary file not shown.
Binary file not shown.

documentation/subgit-articles/Import — GitLab.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ weight: 1
1212

1313
![Create new project](GitLab_New_project.png)
1414

15-
Give a name to your project and click **Create project** button.
15+
Give a name to your project and click **Create project** button.
1616

1717
![New project](GitLab_Created_Project.png)
18-
18+
1919
- Login to the GitLab server (over ssh or to the local console) and install JRE:
2020

2121
- for CentOS 6/7:
@@ -25,21 +25,21 @@ weight: 1
2525
- for Debian and Ubuntu:
2626

2727
$ sudo apt-get install default-jre
28-
28+
2929
- for OpenSUSE:
30-
30+
3131
$ zypper in java-1_8_0-openjdk
3232

3333
- install SubGit binary:
34-
34+
3535
- On CentOS and OpenSUSE Linux download universal **subgit-3.2.4.zip** binary:
3636

3737
https://subgit.com/download/subgit-3.2.4.zip
38-
38+
3939
and unzip it:
40-
40+
4141
$ unzip subgit-3.2.4.zip
42-
42+
4343
- on Debian and Ubuntu download Debian package:
4444

4545
https://subgit.com/download/subgit_3.2.4_all.deb
@@ -51,7 +51,7 @@ weight: 1
5151

5252

5353
2. Configure the repository:
54-
54+
5555
- Change identity to 'git' user:
5656

5757
su git
@@ -71,17 +71,17 @@ weight: 1
7171
total 0
7272
drwxrwx---. 6 git git 131 apr 25 02:06 project.git
7373
drwxrwx---. 6 git git 131 apr 25 02:06 project.wiki.git
74-
74+
7575
- Run this command to configure SubGit import:
7676

7777
$ /temp/subgit-3.2.4/bin/subgit configure --layout auto --trunk trunk SVN_URL GIT_REPO
7878

7979
> **To be added into pop-up cloud (when hovering on SVN_URL and GIT_REPO):**
80-
>
80+
>
8181
> **SVN_URL** - URL to the SVN project.
82-
>
82+
>
8383
> **GIT_REPO** - path to new Git repository where data from the SVN project will be imported to.
84-
84+
8585
***see command example --> (to be placed in drop-down block):***
8686

8787
$ /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
141141

142142
Authentication realm: <http://svn.example.com:80> Subversion Repository
143143
Username [git]: user
144-
Password for 'user':
144+
Password for 'user':
145145

146146
Translating Subversion revisions to Git commits...
147147

@@ -161,7 +161,7 @@ weight: 1
161161
**GIT_REPO** - GitLab project URL:
162162

163163
![GitLab project URL](GitLab_project_URL.png)
164-
164+
165165
***see command example --> (to be placed in drop-down block):***
166166

167167
- on Windows:
@@ -177,7 +177,7 @@ weight: 1
177177

178178
$ git clone http://[email protected]/user/project.git ./project.git
179179
Cloning into './project.git'...
180-
Password for 'http://[email protected]':
180+
Password for 'http://[email protected]':
181181
remote: Counting objects: 99, done.
182182
remote: Compressing objects: 100% (39/39), done.
183183
remote: Total 99 (delta 50), reused 99 (delta 50)

0 commit comments

Comments
 (0)