version control - Project files into VCS or not? -


in our company have discussion whether put project files our version control system. think? consider eclipse project file c project contain source , make files , other things. put vcs?

if project files meet following criteria:

  1. they contain information building source quickly, checkout, commit , basic routines (for developers)
  2. parts maybe release can separated internal (if foss project or proprietary, example)
  3. they don't change anyone's ide setup or personal preferences
  4. they can treated source code internal-only releases, , may have own bugs , patches

i don't see major reason why not. makefiles/autotools defs go in rcs (autotools inputs @ least). providing data stored relevant all, , machines (build output directories ...) give go


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -