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
22a9bd4d
Commit
22a9bd4d
authored
Sep 01, 2020
by
Katrin Leinweber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve wording about optional subfolders
parent
c807e2d9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/raketasks/import.md
doc/raketasks/import.md
+4
-4
No files found.
doc/raketasks/import.md
View file @
22a9bd4d
...
@@ -18,10 +18,10 @@ Note that:
...
@@ -18,10 +18,10 @@ Note that:
To import bare repositories into a GitLab instance:
To import bare repositories into a GitLab instance:
1.
Create a new folder to import your Git repositories from.
1.
Create a new folder to import your Git repositories from.
If the final projects should reside in
a (sub)group's namespace,
You can also import projects into
a (sub)group's namespace,
instead of the admin
's, create them as subfolders.
instead of the admin
istrator's namespace. To do so, create subfolders and
The new folder(s) needs to have Git user
give ownership and read/write/execute permissions of those subfolders to the
ownership and read/write/execute access for Git
user and its group:
`git`
user and its group:
```
shell
```
shell
sudo
-u
git
mkdir
-p
/var/opt/gitlab/git-data/repository-import-
$(
date
"+%Y-%m-%d"
)
/<optional_groupname>/<optional_subgroup>
sudo
-u
git
mkdir
-p
/var/opt/gitlab/git-data/repository-import-
$(
date
"+%Y-%m-%d"
)
/<optional_groupname>/<optional_subgroup>
...
...
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