从Windows共享结帐

时间:2011-02-02 08:36:49

标签: windows svn svn-checkout windows-share

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

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

有没有办法直接在url中指定共享文件夹的路径?

类似的东西:

svn checkout \\mySharedFolder\MyRepository .

1 个答案:

答案 0 :(得分:8)

使用file://mySharedFolder/MyRepository