[PATCH] cvsimport: allow remote CVS repos

Remove unneeded sanity tests.  Remote repositories do, indeed, just
work.

Signed-off-by: Tommy McGuire <mcguire@crsr.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Tommy M. McGuire
2005-06-10 01:22:06 -05:00
committed by Linus Torvalds
parent 9939664a0b
commit 667628d97a

View File

@ -7,7 +7,7 @@ fi
export CVSROOT="$1" export CVSROOT="$1"
export MODULE="$2" export MODULE="$2"
if [ ! "$CVSROOT" ] || [ ! "$MODULE" ] || [ ! -d $CVSROOT ] || [ ! -d $CVSROOT/CVSROOT ] || [ ! -d $CVSROOT/$MODULE ] ; then if [ ! "$CVSROOT" ] || [ ! "$MODULE" ] ; then
echo "Usage: git cvsimport <cvsroot> <module>" echo "Usage: git cvsimport <cvsroot> <module>"
exit 1 exit 1
fi fi