How can I give remote access to my visualsvn server

时间秒杀一切 提交于 2019-12-05 11:16:56

First can you please check the Visual SVN on what port and IP it's listening:

To do so, go to Start > VisualSVN server manager > Right click on VisualSVN Server (local) > Properties

Check the Network, Servername should be the public ip address of the server.

You can find your public IP on www.whatsmyip.org

When you change it try the server ip and the Port, if it works.

for example: https://YourPublicIP:YourPort/svn/

Usualy the VisualSVN takes port: 8443 and keeps the 443 for IIS.

If you cant connect to your public IP and SVN best thing to do is check your Firewall settings.

Does your server has Firewall before it? If yes open the port that VisualSVN uses? Does your windows 2008 Firewall bypass this port?

How to change Firewall settings on windows 2008: http://www.windowsnetworking.com/articles_tutorials/configure-Windows-Server-2008-advanced-firewall-MMC-snap-in.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!