Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Checkout from a windows share

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 .
like image 853
Timofey Avatar asked Jun 05 '26 22:06

Timofey


1 Answers

Use file://mySharedFolder/MyRepository

like image 91
abatishchev Avatar answered Jun 07 '26 10:06

abatishchev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!