[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>maint
parent
9939664a0b
commit
667628d97a
|
@ -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 <cvsroot> <module>"
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue