Cannot connect to a SVN repository using Tortoise SVN

ankhsvnsvntortoisesvn

We have installed CollabNet Subversion Edge on a Windows 2008 R2 Standard server that is also runnning IIS 7.0. All of the Subversion traffic has been configured to use an SSL connection over port 8080.

The URL to our repository use the following structure

https://servername.domain:8080/svn/repositoryname

Certain employees in our company cannot connection to the URL using Tortoise SVN and Visual Studio Ankh. They can connect to the URL using Internet Explorer

Is there a way to monitor port 8080 to see if there is another application conflicting with the Subversion traffic to prevent them from connecting through Tortoise and Ankh?

(Not sure if this is Stack Overflow or Server Fault question. I will start with Stack Overflow.)

Best Answer

Discovered that is was a VPN client that was preventing our developers from connecting to the SVN repository over port 8080.

We needed to disable/uninstall the VPN software in order to use the SVN repository.