I have a Subversion server set up at home. I can checkout files from a computers both in the same network as the server, and not in the same network using svn:\mydomain.com
The problem comes in when I try to connect from work, they block port 3690, so I cannot checkout files. I can however check out other subversion repositories from port 80 (like codeplex and collab.net).
How do I get my home server to allow me to use http://mydomain.com and checkout files, or even svn.mydomain.com ??
Let me note that this server is also a web server, so IIS is using port 80. And I would prefer an option that does not involve Apache, but if nothing else can be done, I will try it.