A repost from the question text:
- Create SVN Repository with basic layout (trunk, braches, lib, etc.)
- Create basic solution structure (core, ui, tests)
- Create a basic test that fails
- Copy NAnt scripts, update and tweak, make sure the failing test breaks the build locally
- Commit
- Setup default debug build on CI server (TeamCity) making sure the build fails
- Fix test
- Commit
- Make sure build passes on CI
- Done....
