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