git-svnimport(1)

NAME

git-svnimport - Import a SVN repository into git

SYNOPSIS

git-svnimport [ -o <branch-for-HEAD> ] [ -h ] [ -v ]  [
-d | -D ]
                [  -C  <GIT_repository> ] [ -i ] [ -u ]
[-l limit_rev]
                [ -b branch_subdir ] [ -T  trunk_subdir
] [ -t tag_subdir ]
                [  -s  start_chg  ]  [ -m ] [ -r ] [ -M
regex ]
                [ -I  <ignorefile_name>  ]  [  -A  <author_file> ]
                <SVN_repository_URL> [ <path> ]

DESCRIPTION

ArraySVN access is done by the SVN::Perl module.

Array"branch/FOO" directories for branches, and "/tags/FOO" directories for tags. Other subdirectories are ignored.
git-svnimport creates a file ".git/svn2git", which is re
quired for incremental SVN imports.

OPTIONS

Array<path>
The path to the module you want to check out.
-h
Print a short usage message and exit.

OUTPUT

If -v is specified, the script reports what it is doing.

Otherwise, success is indicated the Unix way, i.e. by sim
ply exiting with a zero exit status.

AUTHOR

Arraynel.org>.
Based on a cvs2git script by the same author.

DOCUMENTATION

Documentation by Matthias Urlichs <smurf@smurf.noris.de>.

GIT

Part of the git(7) suite
03/07/2007
Copyright © 2010-2024 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout