Did you retain the same pserver name when moving to the new system? If not, you need to change to the new pserver in all .../CVS/Root files within the sandbox using a script something like"
for file in `find . -name Root `
do
if [ `basename \`dirname $file \` ` = "CVS" ]; then
echo ":pserver:<new_pserver>:<repository_path>"
>$file
echo "Updated $file"
fi
done
_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs
