我可以在 Mac OS X 上从 Samba 共享检出 SVN 存储库吗?
我在 Windows 网络驱动器上有一些存储库,我可以将它们检出到我的 Windows 计算机上。
我用来签出到 Windows 的 URL 是:file:///Y:/project%20abc/svn/trunk
,其中 Y:
是映射驱动器。
当谈到 Mac OS X 时,我可以使用 Finder 浏览 Samba 共享,这很好。对于结账,我使用以下内容:svn co /Volumes/Share/Path/project\ abc/svn/trunk abc
。但我被告知 '/Volumes/Share/Path/project\ abc/svn/trunk' 似乎不是 URL
。
我也尝试过 svn co file://Volumes/Share/Path/project \abc/svn/trunk abc 但我被告知本地 URL 'file://volumes/Share /Path/project%20abc/svn/trunk' 包含不受支持的主机名。
有人可以建议修复吗?谢谢!
I have a few repos on a Windows network drive and I can check them out to my windows machine just fine.
The URL I'm using to checkout onto Windows is: file:///Y:/project%20abc/svn/trunk
, where Y:
is a mapped drive.
When it comes to Mac OS X I can browse the Samba share using Finder, that's fine. For the checkout I'm using the following: svn co /Volumes/Share/Path/project\ abc/svn/trunk abc
. But I'm told that '/Volumes/Share/Path/project\ abc/svn/trunk' does not appear to be a URL
.
I've also tried svn co file://Volumes/Share/Path/project \abc/svn/trunk abc
but I'm told Local URL 'file://volumes/Share/Path/project%20abc/svn/trunk' contains unsupported hostname
.
Can anyone suggest a fix? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要第三个斜杠,因为您省略了您自己所说的主机名:
You need the third slash as you omit the hostname as you say youself: