开发者

Checkout from a windows share

开发者 https://www.devze.com 2023-02-07 21:23 出处:网络
I have created a repository in a shared folder. Usually I simply mapped a drive and checked out the repository using a file URL:

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 .


Use file://mySharedFolder/MyRepository

0

精彩评论

暂无评论...
验证码 换一张
取 消