mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-01 02:53:51 -05:00
[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 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
|
||||
|
||||
Reference in New Issue
Block a user