Manual Export
mkdir www.example.com-tmp
cd www.example.com-tmp
cvs export -r HEAD www.example.com
mv www.example.com www.example.com-old
mv www.example.com-tmp www.example.com
rm -rf www.example.com-old
Notes