It happen that in the last period our network team was changing IPs very frequently, and it become a very annoying that our local SVN server changes IP everytime. The solution was to download a new copy from server, then try to guess the changes that haven’t been commited and copy them and commit … a big lost of time ! So Salah [visualmind at php.net] have written this small and very useful utility to apply the change of the IP on the same working directory. The script simply scan for available repositories, then apply the change of IP in the entire local working directory. Sometimes small tips could save you many hours of work !

To use the script just set the old and new IP to change, then copy it to the root path http://localhost/svnfix.php . The script will prompt you for the repository to change.