show/hide this revision's text 2 Retitled this to avoid confusion. *Of course*, everyone should *use* Source Control! :-)

Use Source Control System's File Sharing Feature

  • 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.

(Edit: Retitled this to avoid confusion. Of course, everyone should use Source Control! :-) )

show/hide this revision's text 1

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.