Как я могу зафиксировать двоичный файл с помощью CVS из командной строки?

Мне нужно зафиксировать файл jar в двоичном режиме из командной строки.

Какую команду мне использовать? Не работает следующее:

$ 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.
9
задан Zaid 25 October 2011 в 18:59
поделиться