двунаправленная операция между репозиторием Subversion и Git (Bidirectional operation between a Subversion repository and Git)
ADVANCED OPTIONS
-i<GIT_SVN_ID>, --id <GIT_SVN_ID>
This sets GIT_SVN_ID (instead of using the environment). This
allows the user to override the default refname to fetch from
when tracking a single URL. The log and dcommit commands no
longer require this switch as an argument.
-R<remote name>, --svn-remote <remote name>
Specify the [svn-remote "<remote name>"] section to use, this
allows SVN multiple repositories to be tracked. Default:
"svn"
--follow-parent
This option is only relevant if we are tracking branches
(using one of the repository layout options --trunk, --tags,
--branches, --stdlayout). For each tracked branch, try to
find out where its revision was copied from, and set a
suitable parent in the first Git commit for the branch. This
is especially helpful when we're tracking a directory that
has been moved around within the repository. If this feature
is disabled, the branches created by git svn will all be
linear and not share any history, meaning that there will be
no information on where branches were branched off or merged.
However, following long/convoluted histories can take a long
time, so disabling this feature may speed up the cloning
process. This feature is enabled by default, use
--no-follow-parent to disable it.
config key: svn.followparent