I inherit a code base in which there are many directories in the trunk that really need to live in separate repositories. All my development takes place in one specific directory, which should be the only one in the chest.
eg: / path / to / repo / trunk / true_trunk
all tags and branches in the repo refer exclusively to this directory "true_trunk".
Problem
is this: I cannot get git-svn to act like this trunk subdirectory is really a chest. and as a result, my chest checks fill my working directory with all the contents of the trunk, about a dozen or so other unrelated code bases.
is there any way to get git-svn to speak only with this "truth" trunk?
any attempt to specify this directory yields the following: Using a higher level URL: svn: // path / to / trunk / true_trunk => svn: // path / to / repo
user233187
source share