5
我需要從命令行以二進制模式提交jar文件。如何從命令行CVS提交二進制文件?
我應該使用什麼命令?以下不工作:
$ 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.
tx爲'cvs admin'提示。我嘗試了'cvs admin -kb slides.odp'和一個新添加的文件,並得到'cvs admin:不能管理新添加的文件'slides.odp',所以我將文件移走了,cvs刪除了它,mv'd它回來了,'cvs add -kb'd它。 – ericP