Skip to main content

Change CVS path

ยท One min read

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/' {} \;