使用 Visual Studio 插件从本地和远程计算机进行 SVN 访问
我是版本控制主题的新手。我的家庭网络上有几台计算机和一台远程计算机,每台计算机都安装了 Visual Studio。我想在我的一台本地计算机上设置运行 SVN 服务器;然后我想使用 Visual Studio 插件从所有本地计算机和远程计算机访问存储库,例如 VisualSvn< /a>.这可以做到吗(关心远程机器)?谢谢!
I'm new to the Version Control topic. I have a few computers on my home network and a remote computer, each having Visual Studio installed. I want to set up SVN server running on one of my local computers; then I want to get access to repository from all the local computers and remote one with Visual Studio plug-ins such as VisualSvn. Can this be done (concerned about remote machine) ? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
另一种选择是在文件存储库模式下使用 Subversion。基本上,这可以让您在 LAN 文件夹位置创建存储库。
此模式允许其他 SVN 客户端连接到共享 LAN 存储库。
这是我与 Agent SVN Visual Studio 插件一起使用的存储库模式,效果很好。
Another option is to use Subversion in file repository mode. Basically this lets you create a repository in a LAN folder location.
This mode lets other SVN clients connect to the shared LAN repository.
This is the repositroy mode I use with the Agent SVN Visual Studio plug-in and it works well.
是的,只要您在远程和网络之间具有连接和防火墙间隙,就可以完成此操作。您可以通过路由器端口转发到 SVN 服务器,并使用外部 IP 地址在 VisualSVN 中远程访问,或者设置到您的网络的 VPN 链接并通过该链接进行远程访问。
Yes, it can be done providing that you have connectivity and firewall clearance between the remote and your network. You can either port forward through your router to your SVN server, and access remotely in VisualSVN using the external IP address, or setup a VPN link to your network and access remotely through that.