- An extremely long delay (around 20-30 seconds) when entering any screen that interacts with the SVN server (e.g. Repository Browser, Show Log, etc...). The windows wait cursor would wait and wait and wait.
- Extremely slow file transfers when updating, committing or exporting anything from the repository to the local disk. File transfers were coming down no faster than 10 kb/sec.
- Updated all Ethernet drivers.
- Applied all Windows updates.
- Updated TortoiseSVN to the latest version (twice).
- Ran disk utilities (scandisk, etc...).
- Stripped out all unnecessary background applications.
- Modified the MTU settings.
- Removed and freshly exported all SVN projects.
- Removed and freshly generated all security certificates (for https:// SVN transfers)
Server: UnKnown
Address: 192.168.1.117
Name: svnserver.ourdomain.com
Address: 192.168.1.115, 192.168.3.57
Our SVN server appeared to be using 2 IP addresses, one of which was not responding at all. I checked my colleague's computer and his was showing the same thing - 2 IP addresses! And yet his was working OK.
But his IP addresses were being displayed in a different order to mine. The working IP address (192.168.3.57) was displayed first on his computer, and second on mine.
The order of the IP addresses is critical. My computer was always checking (and waiting) for the first IP address to respond. When it timed out (after around 30 seconds), it then tried the second address which instantly responded. My colleague's computer always responded when checking the first address, so never had any need to switch to the alternative address.
It turns out that the second non-working IP address was a hangover from a recent server relocation. The network administrator had to sort out the Network configuration properly on the server and a quick restart later the server was only displaying one working IP address to nslookup requests.
The result? Tortoise SVN instantly started working correctly again. Not even a reboot was necessary.
Thank goodness for serendipity.
No comments:
Post a Comment