Autogenerated HTML docs for v1.2.2-gc55f
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 27 Feb 2006 07:07:08 +0000 (07:07 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 27 Feb 2006 07:07:08 +0000 (07:07 +0000)
git-svnimport.html
git-svnimport.txt

index dcce0fa..9687673 100644 (file)
@@ -273,10 +273,10 @@ git-svnimport(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <p><em>git-svnimport</em> [ -o &lt;branch-for-HEAD&gt; ] [ -h ] [ -v ] [ -d | -D ]\r
-                        [ -C &lt;GIT_repository&gt; ] [ -i ] [ -u ] [-l limit_rev]\r
-                        [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]\r
-                        [ -s start_chg ] [ -m ] [ -M regex ]\r
-                        &lt;SVN_repository_URL&gt; [ &lt;path&gt; ]</p>\r
+                [ -C &lt;GIT_repository&gt; ] [ -i ] [ -u ] [-l limit_rev]\r
+                [ -b branch_subdir ] [ -T trunk_subdir ] [ -t tag_subdir ]\r
+                [ -s start_chg ] [ -m ] [ -r ] [ -M regex ]\r
+                [ -I &lt;ignorefile_name&gt; ] &lt;SVN_repository_URL&gt; [ &lt;path&gt; ]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -365,6 +365,17 @@ incremental SVN imports.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-I &lt;ignorefile_name&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Import the svn:ignore directory property to files with this\r
+        name in each directory. (The Subversion and GIT ignore\r
+        syntaxes are similar enough that using the Subversion patterns\r
+        directly with "-I .gitignore" will almost always just work.)\r
+</p>\r
+</dd>\r
+<dt>\r
 -m\r
 </dt>\r
 <dd>\r
@@ -478,7 +489,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 15-Feb-2006 02:21:51 UTC\r
+Last updated 27-Feb-2006 07:07:04 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5c543d5..c95ff84 100644 (file)
@@ -10,10 +10,10 @@ 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 ] [ -M regex ]
-                       <SVN_repository_URL> [ <path> ]
+               [ -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> ] <SVN_repository_URL> [ <path> ]
 
 
 DESCRIPTION
@@ -65,6 +65,12 @@ When importing incrementally, you might need to edit the .git/svn2git file.
        Prepend 'rX: ' to commit messages, where X is the imported
        subversion revision.
 
+-I <ignorefile_name>::
+       Import the svn:ignore directory property to files with this
+       name in each directory. (The Subversion and GIT ignore
+       syntaxes are similar enough that using the Subversion patterns
+       directly with "-I .gitignore" will almost always just work.)
+
 -m::
        Attempt to detect merges based on the commit message. This option
        will enable default regexes that try to capture the name source