从 Windows 共享结账

发布于 2024-10-15 18:45:52 字数 273 浏览 1 评论 0原文

我已经在共享文件夹中创建了一个存储库。通常我只是映射一个驱动器并使用文件 URL 签出存储库:

svn checkout file:///T:\MyRepository .
where T: is \\mySharedFolder

是否有某种方法如何在 url 中直接指定共享文件夹的路径?

像这样的东西:

svn checkout \\mySharedFolder\MyRepository .

I have created a repository in a shared folder. Usually I simply mapped a drive and checked out the repository using a file URL:

svn checkout file:///T:\MyRepository .
where T: is \\mySharedFolder

Is there some way how to specify in a url directly a path of a shared folder?

Something like:

svn checkout \\mySharedFolder\MyRepository .

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

天涯沦落人 2024-10-22 18:45:52

使用 file://mySharedFolder/MyRepository

Use file://mySharedFolder/MyRepository

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文