M
Mike Fechner
Guest
[quote user="Tim Kuehn"] and mark each project ".project" and related files as "forget" in git so they don't become part of the SCMS code base. [/quote] Tim, why exactly are you excluding those valuable config files? SCM is not "source code management". SCM is "software configuration management". The .project file gives the project the name. The .propath file defines the PROPATH and cross project PROPATH is dependent on the project name stored in the .project file. I also export the project configuration (project.xml) and keep that in the SCM tool. That's important part of the configuration and I want to have that versioned nicely. I always put .project, .propath and .dbconnection under SCM.
Continue reading...
Continue reading...