I need to commit a jar file in binary mode from the command line.
What command should I use? The following does not work:
$ cvs commit -kb -m "Committing v2.5.7" myJar.jar
Usage: cvs commit [-Rlf] [-m msg | -F logfile] [-r rev] files...
-R Process directories recursively.
-l Local directory only (not recursive).
-f Force the file to be committed; disables recursion.
-F logfile Read the log message from file.
-m msg Log message.
-r rev Commit to this branch or trunk revision.
cvs admin -kb slides.odp
with a newly-added file and gotcvs admin: cannot admin newly added file
slides.odp'` so i mv'd the file away, cvs deleted it, mv'd it back, and 'cvs add -kb'd it. – Misprint