X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-svnimport.html;h=38f38b820b5eefb291a50cccc98733d027f03fa4;hb=a6331a8706970d61f59625118c262f0e97178d4f;hp=c8ab35c73471474351e1cfb35df693f08f34855e;hpb=235a91e6b0d1d18a2517cf7e0a18278a6912bdb0;p=git.git diff --git a/git-svnimport.html b/git-svnimport.html index c8ab35c7..38f38b82 100644 --- a/git-svnimport.html +++ b/git-svnimport.html @@ -282,16 +282,7 @@ git-svnimport(1) Manual Page

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" directories for branches, and "/tags/FOO" directories for tags. @@ -393,8 +384,8 @@ incremental SVN imports.

-
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.)
@@ -439,18 +430,13 @@ with a 40x error pretty quickly.

repository itself; it usually ends in "/svn".

-<SVN_repository_URL> +<path>

- The URL of the SVN module you want to import. For local - repositories, use "file:///absolute/path". + The path to the module you want to check out.

- -

<path> - The path to the module you want to check out.

-
-h
@@ -483,7 +469,7 @@ various participants of the git-list <git@vger.kernel.org>.