1 if [ -e "$NIX_ATTRS_SH_FILE" ]; then .
"$NIX_ATTRS_SH_FILE"; elif [ -f .attrs.sh
]; then . .attrs.sh
; fi
5 echo 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no "$@"') > ssh
7 export CVS_RSH
=$PWD/ssh
9 # creating the export drictory and checking out there only to be able to
10 # move the content without the root directory into $out ...
11 # cvs -f -d "$url" export $tag -d "$out" "$module"
12 # should work (but didn't - got no response on #cvs)
13 # See als man Page for those options
16 if [ -n "$tag" ]; then
19 if [ -n "$date" ]; then
25 (cd export && cvs
-f -z0 -d "$cvsRoot" export $tag "$module")