**Use Source Control** - Pro: Fast and easy to set up, if the SCM system supports it. - Pro/Con: Each consumer project can independently affect compile-time. - Con: There is no official location, in the local working copy of sources. - This can lead to confusion. - Con: Source changes are not reflected in other locations until checkin and re-retrieve. - To properly verify other projects, before checkin, is possible but a royal pain in the butt. - Con: Not all SCM systems support shared files. - Subversion’s closest feature is folder-level svn:externals.