[PATCH] git cvsimport sanity checking
authorTommy M. McGuire <mcguire@crsr.net>
Fri, 10 Jun 2005 06:27:47 +0000 (01:27 -0500)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:48:18 +0000 (20:48 -0700)
commit861cb6f02c91b66cdec572dd443ae947e795824a
tree9632dd3b30e00d259c687cde04230927626ace0e
parent667628d97a5baf18ffa0c701cab6d00e7d812741
[PATCH] git cvsimport sanity checking

This patch adds some sanity checking to git-cvsimport-script,
specifically forcing the use of cvsps -x (to get the latest information
from the repository, rather than whatever is in the cache) and aborting
early if cvsps does not produce any output.

I debated removing the $MODULE directory following an abort, but I
eventually decided leaving stuff behind would make debugging easier.  On
the other hand, this patch should help with the "cvsimport left me with
an empty repository" complaints.

Call cvsps with the -x flag, to get the current state of the repository,
and abort the cvs import early if cvsps does not produce any output.

Signed-off-by: Tommy McGuire <mcguire@crsr.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
git-cvsimport-script