svn checkout本地磁盘上的存储库到远程服务器
我有一个 svn 存储库,保存在 USB 驱动器上。如何通过 ssh 从远程服务器检出本地存储库?类似于 svn checkout file://local_repository 但在远程服务器上它不存在。我在想也许我必须将 svn 命令与 scp 链接起来?
I have an svn repository that I keep on a usb drive. How do I checkout the local repository from a remote server in ssh? Something like svn checkout file://local_repository but on the remote server this doesn't exist. I am thinking maybe I have to chain svn command with scp?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您不是服务器管理员,您应该询问他/她如何访问它。无论如何,设置一个允许您通过 ssh 隧道。你可以尝试一下。
If you are not the server administrator, you should ask him/her how to acces it. Anyway, it's quite common to have a server set up that allows you to connect to the svn server via ssh tunneling. You could give it a try.