Allow 'svn fetch' on '(no date)' revisions in Subversion.
commitf7bae37f9ab2fdc567780d23495733c9af526e02
authorShawn Pearce <spearce@spearce.org>
Mon, 25 Sep 2006 02:50:15 +0000 (24 22:50 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Sep 2006 03:19:22 +0000 (24 20:19 -0700)
tree67d5a6111bb3366d956be95f0f608362a55b1e52
parent2f60e4e9c18c4cbe1ceacad1bb975a6206ec0411
Allow 'svn fetch' on '(no date)' revisions in Subversion.

Added --ignore-nodate to allow 'git svn fetch' to import revisions
from Subversion which have '(no date)' listed as the date of the
revision.  By default 'git svn fetch' will crash with an error
when encountering such a revision.  The user may restart the fetch
operation by adding --ignore-nodate if they want to continue tracking
that repository.

I'm not entirely sure why a centralized version control system such
as Subversion permits revisions to be created with absolutely no
date/time associated with it but it apparently is possible as one
of the Subversion repositories that I'm tracking with 'git svn'
created such a revision on '(no date)' and by '(no user)'.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svn.txt
git-svn.perl