From 667628d97a5baf18ffa0c701cab6d00e7d812741 Mon Sep 17 00:00:00 2001 From: "Tommy M. McGuire" Date: Fri, 10 Jun 2005 01:22:06 -0500 Subject: [PATCH] [PATCH] cvsimport: allow remote CVS repos Remove unneeded sanity tests. Remote repositories do, indeed, just work. Signed-off-by: Tommy McGuire Signed-off-by: Linus Torvalds --- git-cvsimport-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvsimport-script b/git-cvsimport-script index 7a43e655..936ed883 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -7,7 +7,7 @@ fi export CVSROOT="$1" export MODULE="$2" -if [ ! "$CVSROOT" ] || [ ! "$MODULE" ] || [ ! -d $CVSROOT ] || [ ! -d $CVSROOT/CVSROOT ] || [ ! -d $CVSROOT/$MODULE ] ; then +if [ ! "$CVSROOT" ] || [ ! "$MODULE" ] ; then echo "Usage: git cvsimport " exit 1 fi -- 2.11.0