i'm inheriting a codebase that has a lot of directories in trunk that really should live in separate repos. all of my development happens in one specific directory, what should be the only thing in trunk.
e.g: /path/to/repo/trunk/true_trunk
all the tags and branches in the repo refer exclusively to this 'true_trunk' directory.
problem is: i can't get git-svn to act like this sub directory of trunk is really trunk. and as a result my checkouts of trunk populate my working directory with the entire contents of trunk, some dozen or so other unrelated code bases.
is there any way to get git-svn to talk only to this 'true_trunk' directoy?
any attempt at specifying this directory yields the following out: Using higher level of URL: svn://path/to/trunk/true_trunk => svn://path/to/repo