提交 667628d9 编写于 作者: T Tommy M. McGuire 提交者: Linus Torvalds

[PATCH] cvsimport: allow remote CVS repos

Remove unneeded sanity tests.  Remote repositories do, indeed, just
work.
Signed-off-by: NTommy McGuire <mcguire@crsr.net>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 9939664a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册