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
e31f6f8e
Commit
e31f6f8e
authored
Aug 18, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resole conflicts in doc/user/project/import/manifest.md
parent
76a5ca52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
doc/user/project/import/manifest.md
doc/user/project/import/manifest.md
+0
-25
No files found.
doc/user/project/import/manifest.md
View file @
e31f6f8e
# Import multiple repositories by uploading a manifest file
<<<<<<< HEAD
GitLab allows you to import all the required Git repositories
based on a manifest file like the one used by the
[
Android repository
](
https://android.googlesource.com/platform/manifest/+/2d6f081a3b05d8ef7a2b1b52b0d536b2b74feab4/default.xml
)
.
This feature can be very handy when you need to import a project with many
repositories like the Android Open Source Project (AOSP).
## Requirements
GitLab must be using PostgreSQL for its database, since
[
subgroups
](
../../group/subgroups/index.md
)
are needed for the manifest import
to work.
Read more about the
[
database requirements
](
../../../install/requirements.md#database
)
.
## Manifest format
A manifest must be an XML file. There must be one
`remote`
tag with a
`review`
attribute that contains a URL to a Git server, and each
`project`
tag must have
a
`name`
and
`path`
attribute. GitLab will then build the URL to the repository
by combining the URL from the
`remote`
tag with a project name.
A path attribute will be used to represent the project path in GitLab.
=======
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/28811) in
GitLab 11.2.
...
...
@@ -49,7 +25,6 @@ a `name` and `path` attribute. GitLab will then build the URL to the repository
by combining the URL from the
`remote`
tag with a project name.
A path attribute will be used to represent the project path in GitLab.
>>>>>>> upstream/master
Below is a valid example of a manifest file:
```
xml
...
...
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