Hi all, I am trying to plan our migration from SubVersion to Git and hopefully making the switch to GitFlow in the same process. Most of the documentation I found about the migration process depends on the standard SVN structure (/trunk, /branches, /tags, ...). However, the company I am now working for is not using a standard structure.
Instead of having /branches, they create something like the following: /ProductX/Dev/module1 /ProductX/QA/module1 /ProductX/Stage/module1 /ProductX/Production/module1 So basically, the main repo is for the product and branches are directly accessible there. The /ProductX/Dev would obviously become the develop branch. But what about importing all the others? I am not sure if we should even consider important QA+Stage branches but Production should become the master branch. What would be the best way of importing such a project to Git w/ GitFlow? Thanks -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.