服务 VisualSVN 服务器
我很难从家庭网络之外的计算机连接到我的 VisualSVN Server 存储库。
到目前为止,我只尝试在存储库 URL 中用我的计算机 IP 替换我的计算机名称,但这不起作用;
https://MY-PC/svn/ProjectTrunk
您能否指出确保我可以向外部计算机提供存储库所需的步骤?
I am having hard time connecting to my VisualSVN Server repository from computers outside of my home network.
So far I only tried replacing my computer name with my computer's IP in the repository URL but this does not work;
https://MY-PC/svn/ProjectTrunk
Can you point me the steps I need to ensure I can serve the repository to outside computers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否使用 VisualSVN 服务器?如果没有 - 做,这会让你的生活变得更轻松。
其他一些事情:
要回复您的评论:
右键单击您的服务器(在 VisualSVN 服务器管理器中),转到“属性”,然后单击“网络”选项卡 - 您将看到那里的港口。当您连接到您的存储库时,请执行以下操作:
https://111.111.111.111:8443/svn/PeojectTrunk
(8443是端口号,111.111.111.111 是您的 IP)
Do you use VisualSVN Server? If not - DO, it will make your life a lot easier.
some other things:
To respond to your comment:
Right-click on your server (in the VisualSVN Server Manager), go to Properties and then click on Network tab - you'll see the port there. When you connect to your repo do this:
https://111.111.111.111:8443/svn/PeojectTrunk
(8443 is the port number, 111.111.111.111 is your IP)
您可能需要设置一些动态 DNS 解决方案,例如 DynDNS,它允许您使用固定名称(即使其 IP 地址发生变化)。
You will probably need to setup some dynamic DNS solution such as DynDNS, which allows you to access your computer using a fixed name (even if its IP address changes).