This guide will demonstrate how to mirror an SVN into a Git repo. You're the target audience if you're an SVN user, just getting started with Git and need to coax your project team over to Git.
The branching scenario has been simplified for clarity.
| global _mainCRTStartup | |
| extern _ExitProcess@4 | |
| extern _MessageBoxA@16 ; Value after @ is size of args on stack | |
| section .text | |
| _mainCRTStartup: | |
| ; Setup stack to give us 4 bytes to play with | |
| ; push ebp | |
| ; sub esp, 4 |