Next
Adding New Files to the Repository
- Create the file (or new directory) in your working directory, then:
cvs add files
- Commit when ready
- DON'T ADD:
- object code
- temporary files
- generated files
- DO ADD:
- project files
- template files
- notes
- anything that someone else working on your project would want