>Description:
The server sends down a command which causes cvs/src/client.c to attempt
to open up CVS/Template, however there is no CVS subdirectory when doing
an export operation.
>How-To-Repeat:
#cvs -d host:/dir export -rHEAD -d xxx xxx
cvs [export aborted]: cannot write <CVS/Template file>: No such file or directory
#cvs -d /dir export -rHEAD -d xxx xxx
cvs export: Updating xxx
U xxx/Makefile
>Fix: