By Alvin Alexander. Last updated: June 4, 2016
| A Programming Classic! | |
|
Head First Design Patterns |
CVS binary file FAQ - How do I add a binary file to a CVS repository?
Answer: You add a binary file to a CVS repository with the cvs add command, like this:
cvs add -kb myfile.zip

