ssledz blog

Everything should be made as simple as possible, but no simpler.

Git-svn Kata - First Release

I have just released first version of git-svn kata. It is good starting point for those who prefer to use git but are stuck with svn. At the moment there are only two kata, but soon will be much more. To start just clone my repo

1
git clone git@github.com:ssledz/gitsvnkata.git

and run first one

1
2
cd kata-1-checkout-svn-project-std-layout
./start-kata.sh

All solutions are available here

Comments