Skip to content
Snippets Groups Projects
Commit e08a6613 authored by Sam Gleske's avatar Sam Gleske
Browse files

Adding SVN example to docs.

parent d7172290
Branches
Tags
No related merge requests found
......@@ -4,12 +4,20 @@ A short overview of managing mirrored repositories. This assumes you have alrea
### Create a mirror
Create a git repository mirror
Create a git repository mirror.
su - gitmirror
cd gitlab-mirrors
./add_mirror.sh --git --project-name someproject --mirror http://example.com/project.git
Create an SVN repository mirror.
su - gitmirror
cd gitlab-mirrors
./add_mirror.sh --svn --project-name someproject --mirror svn+ssh://user@svn.example.com/srv/repos/someproject --authors-file ./authors.txt
The `--authors-file` option is an optional argument.
### Delete a mirror
su - gitmirror
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment