Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Which files of a language project should I check into my SVN/CVS/GIT/etc. version management system?

0
Posted

Which files of a language project should I check into my SVN/CVS/GIT/etc. version management system?

0

You should check in all files, except for the bin and include distribution directories. Some Spoofax projects also have a utils directory that does not have to be checked in. Be sure to check in the hidden files/directories that Eclipse maintains (.project, .classpath, and .externalToolBuilders). If you use an Eclipse plugin such as Subclipse, it’ll check these files in automatically. If you want, you can skip some of the .generated files, but at this point the build.generated.xml and lib/editor-common.generated.str files are required to build the project.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123