fixing cvs "Absolute module reference invalid" problem
Trying various CVS operations on my source, I repeatedly get:
This happens because CVS/Repository files have absolute paths instead of relative paths. I'm not sure why this happens, but there's an easy fix. In each Repository, change:
to:
A quick unix command-line way to do this is (needs rpl):
Please sign in to leave a comment.