I am running a local git repository and want to clone a remote SVN connector. This works great, but the trunk / part of the folder is not used. The remote repository is too large to just clone or retrieve everything using branches, etc.
I need the right path for our code verification tool.
How can I make git-svn that only clones a specific trunk / branch but keeps the path intact?
/trunk/folders /branch/folders
Trunk option selection has a local path
folders
I need it to be
trunk / folders
source share