How to run VisualSVN Server on port 443 running IIS on same server?

Solution 1:

Already answered there. Use the following command:

netsh http add iplisten ipaddress=x.x.x.39

Solution 2:

Two separate processes cannot bind to the same port on the same address.

A couple options would be to add a second IP address to the server, or to use a reverse proxy that's able to serve up both sites on 443 via the same process.