Moving CVS repository to another server. How I can change the ip address?

Oct 31, 2012 18:09

For completing this task I prefer to use the 'find' and 'sed' commands.
See my example:
cd to_repository
find . -name Root -exec sed -i 's/10.10.6.71/172.16.16.130/g' {} \;

cvs, repository, sed

Previous post Next post
Up