From 708e23a2c9cef4aff3f6a01a9ceee5670cf66e46 Mon Sep 17 00:00:00 2001 From: Sam Gleske <sag47@drexel.edu> Date: Wed, 13 Nov 2013 09:48:47 -0500 Subject: [PATCH] Updated management docs clarifying options --- docs/management.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/management.md b/docs/management.md index 0291ec2..2269419 100644 --- a/docs/management.md +++ b/docs/management.md @@ -24,7 +24,9 @@ Create an SVN repository mirror. 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. It serves the same purpose as the `git-svn --authors-file` option. It is an authors file for mapping SVN users to git users. See the [`git-svn(1)`][git-svn-man] man page for more details. Notice in [`config.sh`](../config.sh.SAMPLE) there's an option `git_svn_additional_options`. This option affects `add_mirror.sh` and the creation of a mirror only. It doesn't affect the synchronization of the svn repository. See the [`git-svn(1)`][git-svn-man] man page under `init` COMMAND options. +The `--authors-file` option is an optional argument. It serves the same purpose as the `git-svn --authors-file` option. It is an authors file for mapping SVN users to git users. See the [`git-svn(1)`][git-svn-man] man page for more details. + +Notice in [`config.sh`](../config.sh.SAMPLE) there's an option `git_svn_additional_options`. This option affects `add_mirror.sh` and the creation of a mirror only. It doesn't affect the synchronization of the svn repository. See the [`git-svn(1)`][git-svn-man] man page under `init` COMMAND options for available values which can be set. ### Bazaar -- GitLab