Binaries in CVS
CVS rocks. Except when it comes to binary files. I'm always forgetting how to handle them properly. So:
>cvs add -kb foo.png cvs add: scheduling file 'foo.png' for addition cvs add: use 'cvs commit' to add this file permanently
And for them times I forget to remember:
>cvs admin -kb foo.png RCS file: /cvsroot/img/foo.png,v done >cvs update -A foo.png





