From 91e1ba1b7833cf005879e36140933d9b2762f5f2 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Sat, 25 May 2013 11:12:29 +0200 Subject: [PATCH] CVS requirement forces a change in netbsd-cvs.sh --- netbsd-cvs.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/netbsd-cvs.sh b/netbsd-cvs.sh index 0505336189..5b72cac2a6 100755 --- a/netbsd-cvs.sh +++ b/netbsd-cvs.sh @@ -1,12 +1,13 @@ #!/bin/sh # Invocation of this script : -# $ ./netbsd-cvs.sh checkout -A -P -D "2012/10/17 12:00:00 UTC" src -d . -# $ ROOT=/some/path ./netbsd-cvs.sh checkout -A -P -D "2012/10/17 12:00:00 UTC" src -d . -# $ NETBSD_SRC=/some/absolute/path ./netbsd-cvs.sh checkout -A -P -D "2012/10/17 12:00:00 UTC" src -d . +# For a first checkout, supposing your are in the src directory : +# $ ./netbsd-cvs.sh checkout -A -P -D '2012/10/17 12:00:00 UTC' src +# +# For updates (hypotesis, current directory is the git root directory +# $ ./netbsd-cvs.sh update -A -Pd -D "2012/10/18 12:00:00 UTC" -: ${ROOT=.} -: ${NETBSD_SRC=${ROOT}/netbsd} +: ${NETBSD_SRC=..} if [ "$#" -lt "1" ]; then echo "Wrong number of arguments."