[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:

committed by
Linus Torvalds

parent
9939664a0b
commit
667628d97a
@ -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
|
||||||
|
Reference in New Issue
Block a user