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.
| # Function for setting up precompiled headers. Usage: | |
| # | |
| # add_library/executable(target | |
| # pchheader.c pchheader.cpp pchheader.h) | |
| # | |
| # add_precompiled_header(target pchheader.h | |
| # [FORCEINCLUDE] | |
| # [SOURCE_C pchheader.c] | |
| # [SOURCE_CXX pchheader.cpp]) | |
| # |