I would like to follow a SVN-Repo via git-svn, that has a restriction on it's root node. Precisely that is: * SVN with standard layout (trunk, branches, tags) * anonymous read access on the above directories * no read access on the root dir
The classic approach with "git svn clone -s ..." doesn't work here, because it requires read access on the root node.
Is there any possibility to circumvent this? The goal for a solution would be to follow trunk, branches and tags within a common git repository.