summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-09-25 04:45:55 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-09-25 04:45:55 +0000
commit47c1e3ca86a9871867627dd09e64ae4dce79ed32 (patch)
treed538ded12119f06e65799876d7e7fc7b9d8481a9 /git-svn.html
parent1ac2aec67e940a383b4f2a724a754dbd5fe4bfdc (diff)
downloadgit-htmldocs-47c1e3ca86a9871867627dd09e64ae4dce79ed32.tar.gz
Autogenerated HTML docs for v1.4.2.1-g83915
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/git-svn.html b/git-svn.html
index e237851e4..fd03854e5 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -580,6 +580,21 @@ enabled for them.</p>
doing.</p>
<p>repo-config key: svn.noignoreexternals</p>
</dd>
+<dt>
+--ignore-nodate
+</dt>
+<dd>
+<p>
+Only used with the <em>fetch</em> command.
+</p>
+<p>By default git-svn will crash if it tries to import a revision
+from SVN which has <em>(no date)</em> listed as the date of the revision.
+This is repository corruption on SVN's part, plain and simple.
+But sometimes you really need those revisions anyway.</p>
+<p>If supplied git-svn will convert <em>(no date)</em> entries to the UNIX
+epoch (midnight on Jan. 1, 1970). Yes, that's probably very wrong.
+SVN was very wrong.</p>
+</dd>
</dl>
<h3>Basic Examples</h3>
<p>Tracking and contributing to an Subversion managed-project:</p>
@@ -714,7 +729,7 @@ detect them.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 26-Aug-2006 08:43:07 UTC
+Last updated 25-Sep-2006 04:45:35 UTC
</div>
</div>
</body>