git svn - Bringing a Git Repository and SVN Repo together -
i have use svn repo on server. checked trunk once out , saved changes local git repo, using branches etc.
what best way commits local git svn server? export , import in git-svn clone?
what have: svn repo (rev: 1400) git-svn (rev: 1400) local git (rev: 1700)
the branches in git simple, this:
a---b-------------f---g / c---d---e
git svn dcommit
should trick
Comments
Post a Comment