How to make SVN trunk head the git master? -


i'm creating git repository svn repository, , after running necessary commands fetch svn repo, have svn trunk branch checked out master in git. however, don't want entire trunk directory, head directory master in git. how can set master branch in git point trunk/head directory in svn?

do mean in svn have <repo-base>/trunk/head , want master of git point it? instead of using -s/--stdlayout explicitly want master be:

git svn clone <repo-base> --trunk=trunk/head --branches=...


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -