At 07:53 p.m. 11/10/2004, Marc G. Fournier wrote:
>[snip]
>As a result, for those using anoncvs, you will now be required to
>re-checkout your source tree, as the paths stored by CVS in CVS/Root
>throughout your tree will be wrong.
>
>This was discussed beforehand on -hackers, but it appears that several
>using CVS aren't subscribed to that list, so haven't seen the change notice.
>
>Sorry for the inconvience that this has caused ...
It is easier to recycle the local sandbox:
<sandbox-root>-$ find . -name Repository -exec perl -pi.bak -e
"s/pgsql-server/pgsql/;" {} ';'
Cheers