Code

git-svn: correctly handle revision 0 in SVN repositories
authorEric Wong <normalperson@yhbt.net>
Thu, 23 Nov 2006 22:54:04 +0000 (14:54 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 23 Nov 2006 23:17:45 +0000 (15:17 -0800)
commite70dc780a4325138ddfae6786c1eb3ec06233de6
treeacda3dbb06412286f2e429ac3b7aa5b241b355f9
parent48d044b5fe7ae553f05186db46b5cb4708afceb4
git-svn: correctly handle revision 0 in SVN repositories

some SVN repositories have a revision 0 (committed by no author
and no date) when created; so when we need to ensure that we
check any revision variables are defined, and not just
non-zero.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn.perl