如何远程访问SVN服务器?
我在 Windows 计算机上设置了 VisualSVN 服务器。如何通过终端从不同的 Ubuntu (Linux) 计算机访问该存储库?
I set up a VisualSVN server on a Windows machine. How do I access that repository via terminal from a different Ubuntu (Linux) machine?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于 WIndows 使用 TortoiseSVN 或 SubDiverSVN for Linux——它们是基于 UI 的实用程序。或者安装 命令行 SVN 并执行
Use TortoiseSVN for WIndows or SubDiverSVN for Linux -- they are UI based utility. Or install a command-line SVN and perform
您需要在 Ubuntu 上安装 Subversion 客户端。在终端上运行它。
有关如何使用客户端的更多信息可以在 Ubuntu 帮助部分找到:
https://help.ubuntu.com/community/Subversion#Access 方法
You will need to install a subversion client on Ubuntu. Run this on the terminal.
Further information on how to use the client can be found in the Ubuntu Help Section:
https://help.ubuntu.com/community/Subversion#Access Methods