I have a remote repository called "myproject"
in this remote path:
\\TCV\data\folder1\folder2\folder3\myproject\
I want to clone it on a local drive as follows:
E:\_server_\htdocs\myproject\
The problem is that when I run the CLONE command, by stating as
Source:
\\TCV\data\folder1\folder2\folder3\myproject\
and destination:
E:\_server_\htdocs\myproject\
I get the following directory structure as a result:
E:\_server_\htdocs\myproject\TCV\data\folder1\folder2\folder3\myproject\
How do I clone the project without all its parents folders?
I don't need "TCV\data\folder1\folder2\folder3\"