Saturday, 15 March 2014

git svn - Can I use git-svn to create a Git repository from a single directory in a Subversion repository? -



git svn - Can I use git-svn to create a Git repository from a single directory in a Subversion repository? -

i tracking new project in git repository. project has dependency on older library; library stored in directory in branch in subversion repository. library’s directory has many sibling directories—other projects—that i’m not interested in. i’d bridge just single directory git repository using git-svn. (i’ll including repository submodule in new project’s directory, although don’t think that’s germane question.) possible bridge part of subversion repository this?

is possible bridge part of subversion repository this

it possible, svn2git filter rules (another approach utilize git-svn non-standard layout)

it best if don't have force svn repo though.

git git-svn

No comments:

Post a Comment