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:
- they contain information building source quickly, checkout, commit , basic routines (for developers)
- parts maybe release can separated internal (if foss project or proprietary, example)
- they don't change anyone's ide setup or personal preferences
- 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
Post a Comment