Found a small command to run through code directories and change the CVS path, handy if you're changing CVS username or path.
find . -name 'Root' -exec perl -pi -e 's/OLD_URL/NEW_URL/' {} \;
Found a small command to run through code directories and change the CVS path, handy if you're changing CVS username or path.
find . -name 'Root' -exec perl -pi -e 's/OLD_URL/NEW_URL/' {} \;