I have cloned an existing SVN project via git svn clone and no problem so far. But in the mean time i have created a branch in Git only (not in SVN) and now i would like to synchronize this branch back to an SVN branch (not the trunk). But the time i have created the branch is a little time ago, so is it possible to get back the information stored on that Git branch into SVN ?
|
feedback
|
|
You can create a new branch in Subversion using In particular, a good tip in the linked tutorial is to use the The Pro Git book has a clearer description of how
| |||||||||||
feedback
|