summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: abb9ae9)
raw | patch | inline | side by side (parent: abb9ae9)
author | Florian Weimer <fw@deneb.enyo.de> | |
Sat, 21 Jan 2006 19:06:19 +0000 (20:06 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 21 Jan 2006 20:22:02 +0000 (12:22 -0800) |
Change "SVN:: Perl" to "SVN::Perl", wrap a long line, and clean up the
description of positional arguments.
Signed-off-by: Florian Weimer <fw@deneb.enyo.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
description of positional arguments.
Signed-off-by: Florian Weimer <fw@deneb.enyo.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svnimport.txt | patch | blob | history |
index db1ce38daf52c75eee576032e9b34d0eb51cad07..63e28b89d5dde9fbaab363b603801e56342e5965 100644 (file)
Imports a SVN repository into git. It will either create a new
repository, or incrementally import into an existing one.
-SVN access is done by the SVN:: Perl module.
+SVN access is done by the SVN::Perl module.
git-svnimport assumes that SVN repositories are organized into one
"trunk" directory where the main development happens, "branch/FOO"
-l <max_rev>::
Specify a maximum revision number to pull.
- Formerly, this option controlled how many revisions to pull, due to
- SVN memory leaks. (These have been worked around.)
+ Formerly, this option controlled how many revisions to pull,
+ due to SVN memory leaks. (These have been worked around.)
-v::
Verbosity: let 'svnimport' report what it is doing.
If you're using the "-d" or "-D" option, this is the URL of the SVN
repository itself; it usually ends in "/svn".
-<SVN_repository_URL>::
- The URL of the SVN module you want to import. For local
- repositories, use "file:///absolute/path".
-
-<path>
+<path>::
The path to the module you want to check out.
-h::