Just recently I had to move a few remaining legacy CakePHP2.x apps from SVN to Git+Composer. This serves as a short how-to. You can also use this post if you are migrating a git app to a composer based git…
Tag: SVN
Subversion and Git
They usually don’t play nice with each other. But what if we need a plugin/repository available for git AND for svn? The "new" way It used to work – but since a few weeks it doesn’t anymore. It WAS possible…