Quantcast
Channel: Moving from git-svn to git - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by A.H. for Moving from git-svn to git

Since you abandon SVN completely you can tell everyone to commit their open feature branches into SVN branches at a certain cut-over date. Then "freeze" SVN, convert it to Git (including the feature...

View Article



Answer by eftshift0 for Moving from git-svn to git

Let's start from the beginning: You should set up a "clean" svn clone on git without any of the private work that the separate developers did. This is so that you can all share the same revisions,...

View Article

Moving from git-svn to git

We keep our project's main repository at SVN. Then, to make work easier, each of us did git svn clone SVN's trunk to git's master and we work using git flow. When our work is done within feature...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images