The last time I hooked Git and SVN together, I first did all my set up work in SVN (Tortoise). Running git svn clone hooked things together. Since I love Git so much more than SVN, this seems a bit backwards so let's set things up the other way around.
cd c:
cd Develop
mkdir Project
cd Project
git init
git st //Shows that we are ...