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

PHPMotion implementation - URL based videos (Hosted on separate location) -

javascript - Using Windows Media Player as video fallback for video tag -

c# - Unity IoC Lifetime per HttpRequest for UserStore -